Skip to content

Commit

Permalink
vtc: Missing synchronization in t02025
Browse files Browse the repository at this point in the history
Noticed while porting varnishcache#3998 to the 6.0 branch with a varnishtest more
sensitive to timing.
  • Loading branch information
dridi committed Oct 18, 2023
1 parent b27f508 commit e3847e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/varnishtest/tests/t02025.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@ client c1 {
barrier b1 sync
txrst
} -run
expect_close
} -start

logexpect l1 -wait
barrier b2 sync

client c1 -wait

varnish v1 -vsl_catchup
varnish v1 -expect req_reset == 1

Expand Down

0 comments on commit e3847e1

Please sign in to comment.