r3269 - trunk/varnish-cache/bin/varnishtest/tests

phk at projects.linpro.no phk at projects.linpro.no
Wed Oct 8 22:45:29 CEST 2008


Author: phk
Date: 2008-10-08 22:45:29 +0200 (Wed, 08 Oct 2008)
New Revision: 3269

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/a00008.vtc
Log:
Use two differnet semaphores for now.



Modified: trunk/varnish-cache/bin/varnishtest/tests/a00008.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/a00008.vtc	2008-10-08 11:38:46 UTC (rev 3268)
+++ trunk/varnish-cache/bin/varnishtest/tests/a00008.vtc	2008-10-08 20:45:29 UTC (rev 3269)
@@ -27,25 +27,25 @@
 	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




More information about the varnish-commit mailing list