varnishcache / varnish-cache

Varnish Cache source code repository
https://www.varnish-cache.org
Other
3.56k stars 365 forks source link

vtc: Stabilize r02310.vtc #4099

Closed walid-git closed 2 months ago

walid-git commented 2 months ago

The test is racy, since #3998 we no longer perform the backend fetch if the client disconnects before it is started. Thus, the test will be stuck at this line until it times out since the other barrier b1 sync will never be reached.

Fixes: #4098