Mailing List Archive

[master] 333d5a5ed Improve test
commit 333d5a5edaddd4a5a729823e9eb59ae3c6046201
Author: Nils Goroll <nils.goroll@uplex.de>
Date: Thu Mar 7 20:50:30 2024 +0100

Improve test

weird behavior was observed while working on a new feature: This test
would terminate s1 after the delay before varnish could finish reading
all of the chunked body, which would leave an unfinished backend request
in varnishd when it terminated.

diff --git a/bin/varnishtest/tests/r03189.vtc b/bin/varnishtest/tests/r03189.vtc
index cf3d466c9..18fc46b36 100644
--- a/bin/varnishtest/tests/r03189.vtc
+++ b/bin/varnishtest/tests/r03189.vtc
@@ -26,3 +26,5 @@ client c1 {
barrier b sync
expect_close
} -run
+
+server s1 -wait
_______________________________________________
varnish-commit mailing list
varnish-commit@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit