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
Problem
=======
routertest_component_rest_routing sporadically fails with:
expected_active_connections=0, got 3
as the check in the REST API happens:
- after the client-side of the connection is closed
- without checking if the server-side of the connection is closed too
The test checks the expected value too early, without synchonization.
Change
======
- wait 200ms before querying the counters.
RB: 23014
0 commit comments