[master] 730927c26 Increase the minimum thread pool for c00098.vtc and c00099.vtc

Martin Blix Grydeland martin at varnish-software.com
Tue Apr 23 14:13:08 UTC 2019


commit 730927c262e316db0e4266a03bda620b88d429cf
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Tue Apr 23 16:10:14 2019 +0200

    Increase the minimum thread pool for c00098.vtc and c00099.vtc
    
    It seems that these test cases were suffering under the problem that #2942
    addresses. Set a minimum thread pool so that there will be adequate
    threads available before the test begins.

diff --git a/bin/varnishtest/tests/c00098.vtc b/bin/varnishtest/tests/c00098.vtc
index 423c4f995..af5fff417 100644
--- a/bin/varnishtest/tests/c00098.vtc
+++ b/bin/varnishtest/tests/c00098.vtc
@@ -56,7 +56,7 @@ server s6 {
 	chunkedlen 0
 } -start
 
-varnish v1 -arg "-p rush_exponent=2" -arg "-p debug=+syncvsl" -vcl+backend {
+varnish v1 -arg "-p thread_pool_min=20" -arg "-p rush_exponent=2" -arg "-p debug=+syncvsl" -vcl+backend {
 	import vtc;
 	sub vcl_backend_fetch {
 		if (bereq.http.client == "1") {
diff --git a/bin/varnishtest/tests/c00099.vtc b/bin/varnishtest/tests/c00099.vtc
index ec2840796..f05681b91 100644
--- a/bin/varnishtest/tests/c00099.vtc
+++ b/bin/varnishtest/tests/c00099.vtc
@@ -56,7 +56,7 @@ server s6 {
 	chunkedlen 0
 } -start
 
-varnish v1 -arg "-p rush_exponent=2" -arg "-p debug=+syncvsl" -vcl+backend {
+varnish v1 -arg "-p thread_pool_min=20" -arg "-p rush_exponent=2" -arg "-p debug=+syncvsl" -vcl+backend {
 	import vtc;
 	sub vcl_backend_fetch {
 		if (bereq.http.client == "1") {


More information about the varnish-commit mailing list