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

phk at varnish-cache.org phk at varnish-cache.org
Wed Oct 27 10:20:04 CEST 2010


Author: phk
Date: 2010-10-27 10:20:04 +0200 (Wed, 27 Oct 2010)
New Revision: 5469

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/m00001.vtc
Log:
Try another way to stabilize this test



Modified: trunk/varnish-cache/bin/varnishtest/tests/m00001.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/m00001.vtc	2010-10-26 12:50:01 UTC (rev 5468)
+++ trunk/varnish-cache/bin/varnishtest/tests/m00001.vtc	2010-10-27 08:20:04 UTC (rev 5469)
@@ -49,6 +49,8 @@
 varnish v1 -cliok "vcl.list"
 varnish v1 -cliok "debug.vmod"
 
+client c1 -run
+
 varnish v1 -badvcl {
 	import std from "${topbuild}/lib/libvmod_std/.libs/libvmod_std.so.1" ;
 	import std from "${topbuild}/lib/libvmod_std/.libs/libvmod_std.so.1" ;
@@ -63,7 +65,5 @@
 	}
 }
 
-delay 2
-
 varnish v1 -cliok "debug.vmod"
 varnish v1 -expect vmods == 0




More information about the varnish-commit mailing list