Commit 58e7f3e5 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtc: Stabilize r02305.vtc

We don't need a delay, we need to sync operations.
parent de3ed6b7
varnishtest "#2305: h/2 reembark with a request body"
barrier b1 cond 2
barrier b2 cond 2
barrier b3 cond 2
server s1 {
rxreq
expect req.url == "/"
barrier b1 sync
delay 2
barrier b2 sync
txresp
} -start
......@@ -25,10 +27,13 @@ client c1 {
txreq
rxresp
expect resp.status == 200
barrier b3 sync
} -start
stream 3 {
barrier b1 sync
txreq -req POST -body "foo"
barrier b2 sync
barrier b3 sync
rxresp
expect resp.status == 200
} -run
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment