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
This means that some nodes may be deleted not immediately, like on Windows, but after some time (next keep-alive ping, which may happen after 10 sec in the worst case).
So one way to fix tests is to put Task.Delay(10 * 1000) and catch up with actual state.
But I don't see any point in fixing tests, not actual problem.
So let this ticket exist while tests fail like an indicator.
The text was updated successfully, but these errors were encountered:
The best way to fix these tests is to fix
Zookeeper.Client
:)However, that is not trivial.
This means that some nodes may be deleted not immediately, like on Windows, but after some time (next
keep-alive
ping, which may happen after 10 sec in the worst case).So one way to fix tests is to put
Task.Delay(10 * 1000)
and catch up with actual state.But I don't see any point in fixing tests, not actual problem.
So let this ticket exist while tests fail like an indicator.
The text was updated successfully, but these errors were encountered: