Commit 730927c2 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

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.
parent 441713c7
......@@ -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") {
......
......@@ -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") {
......
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