[master] 5b90890fb s00010.vtc: lower pressure from timeout handling

Nils Goroll nils.goroll at uplex.de
Thu Jan 16 10:35:05 UTC 2020


commit 5b90890fbba33ec5decc4b2ba032809ef0cd6da5
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Jan 16 11:32:01 2020 +0100

    s00010.vtc: lower pressure from timeout handling
    
    freebsd vtest boxes cannot complete the c2 response within the 20s
    extended send_timeout, apparently for too much overhead from timeout
    handling.
    
    Try to fix with less pressure

diff --git a/bin/varnishtest/tests/s00010.vtc b/bin/varnishtest/tests/s00010.vtc
index 116b6b440..1e6297657 100644
--- a/bin/varnishtest/tests/s00010.vtc
+++ b/bin/varnishtest/tests/s00010.vtc
@@ -23,8 +23,8 @@ varnish v1 -cliok "param.set debug +syncvsl"
 varnish v1 -cliok "param.set debug +flush_head"
 varnish v1 -cliok "param.set thread_pools 1"
 varnish v1 -cliok "param.set timeout_idle 1"
-varnish v1 -cliok "param.set idle_send_timeout .1"
-varnish v1 -cliok "param.set send_timeout .1"
+varnish v1 -cliok "param.set idle_send_timeout 1"
+varnish v1 -cliok "param.set send_timeout 1"
 
 varnish v1 -vcl+backend {
 	import debug;


More information about the varnish-commit mailing list