Skip to content

Commit

Permalink
Stabilize this test under heavy system loads
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdphk committed Feb 6, 2019
1 parent 72d1d4d commit 009297d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions bin/varnishtest/tests/c00088.vtc
@@ -1,8 +1,13 @@
varnishtest "Dropping polling of a backend that listens at UDS"

server s1 -listen "${tmpdir}/s1.sock" -repeat 40 {
rxreq
txresp
server s1 -listen "${tmpdir}/s1.sock" {
non_fatal
timeout 3
loop 40 {
rxreq
txresp
accept
}
} -start

varnish v1 -vcl {
Expand Down

0 comments on commit 009297d

Please sign in to comment.