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): drain counter queue in follower's runner
Instead of waiting for looper to stop and return final coutner
we push all updates into queue and then drain it from main loop
after thread joined or times out.
This makes timeout tests into soft timeout, because we are giving looper
time to finish processing last batch of the changes.
0 commit comments