From 4f35b02411f0e08f5388e660197ef9f053961b27 Mon Sep 17 00:00:00 2001 From: Walid Boudebouda Date: Tue, 30 Apr 2024 13:53:54 +0200 Subject: [PATCH] vtc: Stabilize r02310.vtc The test is racy, we should always perform the backend fetch to reach the "barrier b1 sync" in the server body, otherwise the test will be stuck on the second barrier sync until timeout. Fixes: #4098 --- bin/varnishtest/tests/r02310.vtc | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/varnishtest/tests/r02310.vtc b/bin/varnishtest/tests/r02310.vtc index 2f303690cdb..677d2250b2b 100644 --- a/bin/varnishtest/tests/r02310.vtc +++ b/bin/varnishtest/tests/r02310.vtc @@ -11,6 +11,7 @@ server s1 { varnish v1 -vcl+backend {} -start varnish v1 -cliok "param.set feature +http2" +varnish v1 -cliok "param.set feature -vcl_req_reset" client c1 { send "GET / HTTP/1.1\r\n"