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

phk at projects.linpro.no phk at projects.linpro.no
Fri Nov 27 11:53:56 CET 2009


Author: phk
Date: 2009-11-27 11:53:56 +0100 (Fri, 27 Nov 2009)
New Revision: 4375

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/s00001.vtc
Log:
We eliminated death-row, so this test can run much faster now.



Modified: trunk/varnish-cache/bin/varnishtest/tests/s00001.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/s00001.vtc	2009-11-27 10:52:30 UTC (rev 4374)
+++ trunk/varnish-cache/bin/varnishtest/tests/s00001.vtc	2009-11-27 10:53:56 UTC (rev 4375)
@@ -6,7 +6,7 @@
 	rxreq
 	expect req.url == "/"
 	txresp -hdr "Cache-control: max-age = 1" -body "1111\n"
-	delay 20
+	sema r1 sync 2
 	rxreq
 	expect req.url == "/"
 	txresp -hdr "Cache-control: max-age = 1" -body "22222\n"
@@ -22,7 +22,8 @@
 	expect resp.status == 200
 } -run
 
-delay 20
+sema r1 sync 2
+delay 1.1
 
 client c2 {
 	txreq -url "/"



More information about the varnish-commit mailing list