-
Notifications
You must be signed in to change notification settings - Fork 15
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
End-2-end tests fail randomly #505
Labels
Milestone
Comments
https://github.com/iotaledger/iota-core/actions/runs/6800220411/job/18488278336 This one might be related: I'm also getting "condition never satisfied" but the error was a different one:
A rerun was successful, so perhaps also time-related. |
Could be related:
|
Another issue which seems to be related to timing and can be fixed by extending the wait time of the test suite during assertions.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes end-2-end tests fail randomly, because a block does not exist. I've seen this problem multiple times already, usually in -race tests, but last time it happened in a regular test, while the -race tests all passed. I'm not sure if it's always the same test, but the error message is always the same
AssertBlock: nodeX: block BlockID(xxx) does not exist
, so my guess would be that that the timeout forEventually
is too short because the machine can't keep up, but it's just a guess.The text was updated successfully, but these errors were encountered: