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
There are two issues with tests, which make them fail on random rare occasions:
timeouts.
If the runner is slow, then some actors in the tree may not answer within timeout.
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.
The text was updated successfully, but these errors were encountered:
There are two issues with tests, which make them fail on random rare occasions:
timeouts.
If the runner is slow, then some actors in the tree may not answer within timeout.
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.
The text was updated successfully, but these errors were encountered: