Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing tests on Ubuntu due to known bug in Zookeeper.Client #10

Open
HolyPrapor opened this issue Jun 28, 2021 · 0 comments
Open

Failing tests on Ubuntu due to known bug in Zookeeper.Client #10

HolyPrapor opened this issue Jun 28, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@HolyPrapor
Copy link
Member

HolyPrapor commented Jun 28, 2021

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.

@HolyPrapor HolyPrapor added the bug Something isn't working label Jun 28, 2021
@HolyPrapor HolyPrapor removed their assignment Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant