From: phk Date: Wed, 8 Oct 2008 20:45:29 +0000 (+0000) Subject: Use two differnet semaphores for now. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c70c13a70e8d16cfacf3c0380eb92916b6b10e63;p=varnish Use two differnet semaphores for now. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3269 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/tests/a00008.vtc b/varnish-cache/bin/varnishtest/tests/a00008.vtc index 51a7eff7..84f9094e 100644 --- a/varnish-cache/bin/varnishtest/tests/a00008.vtc +++ b/varnish-cache/bin/varnishtest/tests/a00008.vtc @@ -27,25 +27,25 @@ client c1 -connect 127.0.0.1:9080 { delay .2 txreq rxresp - sema r1 sync 4 + sema r2 sync 4 } -start client c2 -connect 127.0.0.1:9081 { delay .6 txreq rxresp - sema r1 sync 4 + sema r2 sync 4 } -start client c3 -connect 127.0.0.1:9082 { delay .9 txreq rxresp - sema r1 sync 4 + sema r2 sync 4 } -start # Wait for all servers to have received requests sema r1 sync 4 # Wait for all clients to have received responses -sema r1 sync 4 +sema r2 sync 4