You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): opt the out-of-order fixture test into request pipelining
The out_of_order_bridge fixture only responds once two requests are in
flight, but the pool now defaults to one in-flight request per worker
(#284) — the second call was never sent and the first deadlocked into
its 2s timeout. Pass maxConcurrentPerProcess: 2 so the reordering path
is actually exercised.
0 commit comments