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

phk at projects.linpro.no phk at projects.linpro.no
Mon Mar 8 16:26:15 CET 2010


Author: phk
Date: 2010-03-08 16:26:15 +0100 (Mon, 08 Mar 2010)
New Revision: 4604

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/v00010.vtc
Log:
Use a small -smalloc store for this test.



Modified: trunk/varnish-cache/bin/varnishtest/tests/v00010.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/v00010.vtc	2010-03-03 09:12:10 UTC (rev 4603)
+++ trunk/varnish-cache/bin/varnishtest/tests/v00010.vtc	2010-03-08 15:26:15 UTC (rev 4604)
@@ -13,7 +13,7 @@
 	txresp -hdr "Foo: foo" -body "abcdef\n"
 } -start
 
-varnish v1 -vcl+backend {
+varnish v1 -arg "-smalloc,1m" -vcl+backend {
 
 	sub vcl_fetch {
 		if (beresp.http.panic) {



More information about the varnish-commit mailing list