[master] 55ef8e00b s00010: try a slight variation

Nils Goroll nils.goroll at uplex.de
Thu Jan 16 14:11:06 UTC 2020


commit 55ef8e00bf2cdf08718b02e1abc1077ae20f3508
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Jan 16 14:19:31 2020 +0100

    s00010: try a slight variation
    
    when we stall sending on the backend side, we _have_ to run into a
    timeout on the client side, haven't we?

diff --git a/bin/varnishtest/tests/s00010.vtc b/bin/varnishtest/tests/s00010.vtc
index 53e93cc07..0aa8b6137 100644
--- a/bin/varnishtest/tests/s00010.vtc
+++ b/bin/varnishtest/tests/s00010.vtc
@@ -12,10 +12,10 @@ server s1 -repeat 2 {
 	fatal
 	rxreq
 	txresp -nolen -hdr "Transfer-encoding: chunked"
-	chunkedlen 65536
+	chunkedlen 8192
 	# make sure varnish is stuck in delivery
 	barrier b1 sync
-	non_fatal
+	chunkedlen 57344
 	chunkedlen 0
 } -start
 


More information about the varnish-commit mailing list