Commit 277ad791 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Tollef Fog Heen

Wait for the health-probe to finish before we even start client c2,

this should solve issues where the c2-v1 connection times out before
it ever got used.
parent 5b48f8a6
......@@ -62,8 +62,9 @@ client c1 {
expect resp.status == 200
} -run
sema r1 sync 2
client c2 {
sema r1 sync 2
txreq -url "/"
rxresp
expect resp.http.foo == "bar"
......
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