[master] 333d5a5ed Improve test

Nils Goroll nils.goroll at uplex.de
Thu Mar 7 19:55:08 UTC 2024


commit 333d5a5edaddd4a5a729823e9eb59ae3c6046201
Author: Nils Goroll <nils.goroll at 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


More information about the varnish-commit mailing list