r4403 - branches/2.0/varnish-cache/bin/varnishtest/tests

tfheen at projects.linpro.no tfheen at projects.linpro.no
Wed Dec 16 11:08:21 CET 2009


Author: tfheen
Date: 2009-12-16 11:08:20 +0100 (Wed, 16 Dec 2009)
New Revision: 4403

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


Copied: branches/2.0/varnish-cache/bin/varnishtest/tests/c00031.vtc (from rev 4353, trunk/varnish-cache/bin/varnishtest/tests/c00031.vtc)
===================================================================
--- branches/2.0/varnish-cache/bin/varnishtest/tests/c00031.vtc	                        (rev 0)
+++ branches/2.0/varnish-cache/bin/varnishtest/tests/c00031.vtc	2009-12-16 10:08:20 UTC (rev 4403)
@@ -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