Commit a4165c56 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Revert "vtc: Fix c113"

This reverts commit 6f50b7c8.

The test case was correct but too fast for the dispatch instance check.
parent 1608518b
...@@ -14,7 +14,7 @@ varnish v1 -vcl+backend { ...@@ -14,7 +14,7 @@ varnish v1 -vcl+backend {
.interval = 0.1s; .interval = 0.1s;
.expect_close = true; .expect_close = true;
} }
} } -start
varnish v2 -vcl+backend { varnish v2 -vcl+backend {
probe default { probe default {
...@@ -24,10 +24,7 @@ varnish v2 -vcl+backend { ...@@ -24,10 +24,7 @@ varnish v2 -vcl+backend {
.interval = 0.1s; .interval = 0.1s;
.expect_close = false; .expect_close = false;
} }
} } -start
varnish v1 -start
varnish v2 -start
delay 0.5 delay 0.5
......
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