Skip to content

Commit

Permalink
squashme: r03996: implement dridi-barriers
Browse files Browse the repository at this point in the history
  • Loading branch information
daghf committed Oct 17, 2023
1 parent f0cbf3f commit ea4d5d0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions bin/varnishtest/tests/r03996.vtc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
varnishtest "h2 rapid reset"

barrier b1 sock 2 -cyclic
barrier b1 sock 5

server s1 {
rxreq
Expand Down Expand Up @@ -30,24 +30,21 @@ client c1 {
stream 1 {
txreq
txrst
barrier b1 sync
} -run
stream 3 {
txreq
txrst
barrier b1 sync
} -run
stream 5 {
txreq
txrst
barrier b1 sync
} -run
stream 7 {
txreq
txrst
barrier b1 sync
} -run

barrier b1 sync
stream 0 -wait
} -run

Expand Down

0 comments on commit ea4d5d0

Please sign in to comment.