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

phk at projects.linpro.no phk at projects.linpro.no
Wed Nov 18 13:46:48 CET 2009


Author: phk
Date: 2009-11-18 13:46:47 +0100 (Wed, 18 Nov 2009)
New Revision: 4353

Added:
   trunk/varnish-cache/bin/varnishtest/tests/c00031.vtc
Log:
Add test case for setting stacksize of worker thread



Added: trunk/varnish-cache/bin/varnishtest/tests/c00031.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/c00031.vtc	                        (rev 0)
+++ trunk/varnish-cache/bin/varnishtest/tests/c00031.vtc	2009-11-18 12:46:47 UTC (rev 4353)
@@ -0,0 +1,19 @@
+# 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
+



More information about the varnish-commit mailing list