varnishadm does not fail if an eror is received after the varnishadm -t timeout

parent 64ccd446
...@@ -177,8 +177,10 @@ shell { ...@@ -177,8 +177,10 @@ shell {
cat >${tmpdir}/f1 <<-EOF cat >${tmpdir}/f1 <<-EOF
vcl 4.1; vcl 4.1;
import debug; import debug;
import vtc;
backend none none; backend none none;
sub vcl_init { sub vcl_init {
vtc.sleep(10s);
new fails = debug.obj("fail"); new fails = debug.obj("fail");
} }
EOF EOF
......
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