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

Deal with flaky tests #4

Open
vpavkin opened this issue May 22, 2020 · 0 comments
Open

Deal with flaky tests #4

vpavkin opened this issue May 22, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@vpavkin
Copy link
Contributor

vpavkin commented May 22, 2020

There are two issues with tests, which make them fail on random rare occasions:

  1. timeouts.
    If the runner is slow, then some actors in the tree may not answer within timeout.

  2. actor count and non-deterministic sometimes.
    This is more weird, but for some reason sometimes actor system creates more actors than usual. It's inherently problematic, since we're digging into akka internals here. Not sure what can be done about it.

@jczuchnowski jczuchnowski added the bug Something isn't working label May 31, 2020
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

2 participants