Commit 009297d5 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Stabilize this test under heavy system loads

parent 72d1d4d7
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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment