Commit 9a27bf11 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add test case for setting stacksize of worker thread



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4353 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 5a4f3ef6
# Test that we get anything through at all
#
# $Id: c00002.vtc 3053 2008-08-01 09:22:21Z phk $
test "Worker thread stack size setting"
server s1 {
rxreq
txresp
} -start
varnish v1 -arg "-p thread_pool_stack=131072" -vcl+backend {} -start
client c1 {
txreq -url "/"
rxresp
expect resp.status == 200
} -run
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