Commit d17388f9 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtc: Simplify r3996 with automatic stream numbers

parent 48c6140f
...@@ -31,26 +31,13 @@ client c1 { ...@@ -31,26 +31,13 @@ client c1 {
expect goaway.err == ENHANCE_YOUR_CALM expect goaway.err == ENHANCE_YOUR_CALM
} -start } -start
stream 1 { loop 4 {
txreq -hdr barrier ${b1_sock} stream next {
barrier b1 sync txreq -hdr barrier ${b1_sock}
txrst barrier b1 sync
} -run txrst
stream 3 { } -run
txreq -hdr barrier ${b1_sock} }
barrier b1 sync
txrst
} -run
stream 5 {
txreq -hdr barrier ${b1_sock}
barrier b1 sync
txrst
} -run
stream 7 {
txreq -hdr barrier ${b1_sock}
barrier b1 sync
txrst
} -run
barrier b2 sync barrier b2 sync
stream 0 -wait stream 0 -wait
...@@ -66,22 +53,12 @@ client c2 { ...@@ -66,22 +53,12 @@ client c2 {
expect goaway.err == ENHANCE_YOUR_CALM expect goaway.err == ENHANCE_YOUR_CALM
} -start } -start
stream 1 { loop 4 {
txreq stream next {
txrst txreq
} -run txrst
stream 3 { } -run
txreq }
txrst
} -run
stream 5 {
txreq
txrst
} -run
stream 7 {
txreq
txrst
} -run
barrier b2 sync barrier b2 sync
stream 0 -wait stream 0 -wait
......
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