Commit ff3d342e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

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 c43c7265
......@@ -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