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

phk at varnish-cache.org phk at varnish-cache.org
Tue Oct 5 13:38:04 CEST 2010


Author: phk
Date: 2010-10-05 13:38:04 +0200 (Tue, 05 Oct 2010)
New Revision: 5408

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/m00001.vtc
Log:
Try another tack:  have only one threadpool



Modified: trunk/varnish-cache/bin/varnishtest/tests/m00001.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/m00001.vtc	2010-10-05 10:32:32 UTC (rev 5407)
+++ trunk/varnish-cache/bin/varnishtest/tests/m00001.vtc	2010-10-05 11:38:04 UTC (rev 5408)
@@ -7,7 +7,7 @@
 	txresp -hdr "foo: bAr" -hdr "bar: fOo" -bodylen 4
 } -start
 
-varnish v1 -vcl+backend {
+varnish v1 -arg "-pthread_pools=1" -vcl+backend {
 	import std from "${topbuild}/lib/libvmod_std/.libs/libvmod_std.so.1" ;
 
 	sub vcl_deliver {




More information about the varnish-commit mailing list