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

phk at projects.linpro.no phk at projects.linpro.no
Sun Oct 4 13:47:09 CEST 2009


Author: phk
Date: 2009-10-04 13:47:09 +0200 (Sun, 04 Oct 2009)
New Revision: 4271

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/p00000.vtc
Log:
Do a start-stop test first, to see basic silo open/close work.



Modified: trunk/varnish-cache/bin/varnishtest/tests/p00000.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/p00000.vtc	2009-10-04 08:51:36 UTC (rev 4270)
+++ trunk/varnish-cache/bin/varnishtest/tests/p00000.vtc	2009-10-04 11:47:09 UTC (rev 4271)
@@ -13,6 +13,10 @@
 	-arg "-pdiag_bitmap=0x20000" \
 	-arg "-spersistent,/tmp/__v1/_.per,10m" -vcl+backend { } -start 
 
+varnish v1 -stop
+
+varnish v1 -start
+
 client c1 {
 	txreq -url "/"
 	rxresp



More information about the varnish-commit mailing list