[master] df9f34897 Attempt at stabilizing s10
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Thu Jan 2 13:36:07 UTC 2020
commit df9f348975092878d54cb9ccd679e86eed5e34ae
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Thu Jan 2 14:28:21 2020 +0100
Attempt at stabilizing s10
This test has been relying on SLT_Debug records from day one and now
that we have SLT_Notice we could perpetuate this information and at
the same time grant ourselves the freedom to explain each case and
which parameters may be used to try to improve the situation.
diff --git a/bin/varnishtest/tests/s00010.vtc b/bin/varnishtest/tests/s00010.vtc
index 456d48741..e3051653a 100644
--- a/bin/varnishtest/tests/s00010.vtc
+++ b/bin/varnishtest/tests/s00010.vtc
@@ -31,8 +31,10 @@ client c1 -rcvbuf 128 {
txreq
non_fatal
rxresphdrs
- # keep the session open for 4 seconds
+ # keep the session open
delay 4
+ # avoid a broken pipe
+ rxrespbody
} -start
client c1 -wait
@@ -45,12 +47,5 @@ logexpect l2 -v v1 {
expect * * Debug "Hit idle send timeout"
} -start
-client c2 -rcvbuf 128 {
- txreq
- rxresphdrs
- # keep the session open for 4 seconds
- delay 4
-} -start
-
-client c2 -wait
+client c1 -run
logexpect l2 -wait
More information about the varnish-commit
mailing list