[master] 388e89f50 Revert "Attempt at stabilizing s10"
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Fri Jan 3 10:23:06 UTC 2020
commit 388e89f50416229af4e837c197995a6de383f23d
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Fri Jan 3 11:18:58 2020 +0100
Revert "Attempt at stabilizing s10"
This reverts commit df9f348975092878d54cb9ccd679e86eed5e34ae.
It succeeded in terms of determinism but there is another underlying bug
to fix so it will be submitted again via #3178 instead.
diff --git a/bin/varnishtest/tests/s00010.vtc b/bin/varnishtest/tests/s00010.vtc
index e3051653a..456d48741 100644
--- a/bin/varnishtest/tests/s00010.vtc
+++ b/bin/varnishtest/tests/s00010.vtc
@@ -31,10 +31,8 @@ client c1 -rcvbuf 128 {
txreq
non_fatal
rxresphdrs
- # keep the session open
+ # keep the session open for 4 seconds
delay 4
- # avoid a broken pipe
- rxrespbody
} -start
client c1 -wait
@@ -47,5 +45,12 @@ logexpect l2 -v v1 {
expect * * Debug "Hit idle send timeout"
} -start
-client c1 -run
+client c2 -rcvbuf 128 {
+ txreq
+ rxresphdrs
+ # keep the session open for 4 seconds
+ delay 4
+} -start
+
+client c2 -wait
logexpect l2 -wait
More information about the varnish-commit
mailing list