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

phk at projects.linpro.no phk at projects.linpro.no
Mon Feb 22 22:51:51 CET 2010


Author: phk
Date: 2010-02-22 22:51:51 +0100 (Mon, 22 Feb 2010)
New Revision: 4585

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/c00002.vtc
Log:
Put an upper limit on how many threads to create



Modified: trunk/varnish-cache/bin/varnishtest/tests/c00002.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/c00002.vtc	2010-02-22 21:32:33 UTC (rev 4584)
+++ trunk/varnish-cache/bin/varnishtest/tests/c00002.vtc	2010-02-22 21:51:51 UTC (rev 4585)
@@ -9,9 +9,10 @@
 	txresp -hdr "Connection: close" -body "012345\n"
 } -start
 
-varnish v1 -arg "-p thread_pool_min=2 -p thread_pools=4" -vcl+backend {} -start
+varnish v1 -arg "-p thread_pool_min=2 -p thread_pool_max=2 -p thread_pools=4" 
 
-delay 1
+varnish v1 -vcl+backend {} -start
+
 varnish v1 -expect n_wrk_create == 8
 
 client c1 {



More information about the varnish-commit mailing list