Commit 8e1c8ce4 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make this test more robust



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5417 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 5b2b752f
......@@ -9,11 +9,10 @@ server s1 {
txresp -hdr "Connection: close" -body "012345\n"
} -start
varnish v1 -arg "-p thread_pool_min=2 -p thread_pool_max=2 -p thread_pools=4"
varnish v1 -arg "-p thread_pool_min=2 -p thread_pool_max=8 -p thread_pools=4 -p thread_pool_purge_delay=10"
varnish v1 -vcl+backend {} -start
varnish v1 -expect n_wrk_create == 8
client c1 {
txreq -url "/"
......@@ -21,3 +20,5 @@ client c1 {
expect resp.status == 200
} -run
varnish v1 -cliok stats
varnish v1 -expect n_wrk == 8
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment