Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit b4c5030

Browse files
committed
vtc: Missing synchronization in t02025
Noticed while porting #3998 to the 6.0 branch with a varnishtest more sensitive to timing.
1 parent 4991d9f commit b4c5030

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bin/varnishtest/tests/t02025.vtc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@ client c1 {
3030
barrier b1 sync
3131
txrst
3232
} -run
33+
expect_close
3334
} -start
3435

3536
logexpect l1 -wait
3637
barrier b2 sync
3738

39+
client c1 -wait
40+
3841
varnish v1 -vsl_catchup
3942
varnish v1 -expect req_reset == 1
4043

0 commit comments

Comments
 (0)