Commit 21e7b1b8 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Tweak things to make c00113 more robust

parent 54d256cb
......@@ -8,9 +8,9 @@ server s0 {
varnish v1 -vcl+backend {
probe default {
.window = 1;
.window = 3;
.threshold = 1;
.timeout = 0.1s;
.timeout = 0.5s;
.interval = 0.1s;
.expect_close = true;
}
......@@ -18,15 +18,15 @@ varnish v1 -vcl+backend {
varnish v2 -vcl+backend {
probe default {
.window = 1;
.window = 3;
.threshold = 1;
.timeout = 0.1s;
.timeout = 0.5s;
.interval = 0.1s;
.expect_close = false;
}
} -start
delay 0.5
delay 2.0
varnish v1 -cliexpect sick backend.list
varnish v2 -cliexpect healthy backend.list
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