Skip to content

Commit

Permalink
vtc: Stabilize r02310.vtc
Browse files Browse the repository at this point in the history
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
  • Loading branch information
walid-git authored and dridi committed May 6, 2024
1 parent 20c74f7 commit 7f04ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/varnishtest/tests/r02310.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7f04ec5

Please sign in to comment.