-
Notifications
You must be signed in to change notification settings - Fork 44
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
Tests flakiness #1771
Comments
Failure at the start of running simulation tests, a new one I haven't seen before.
|
EDIT: Should be fixed by #1790. This happens occasionally with the Mocha tests, I've seen it several times both locally and on GitHub Actions.
|
EDIT: This should be fixed by #1791. This one I've seen for a while, it happens intermittently and more often locally. I've tried looking into this a bit before but was stumped.
|
Another simulation test error in GitHub actions that went away on retry:
Note that this same error happens not just on the security simulation tests, but also the integration and instability simulation tests as well. |
EDIT: This was a recently introduced edge case bug and is fixed by #1781. This jest error I believe I've seen only locally:
|
Two different failures observed in https://github.com/ExchangeUnion/xud/pull/1769/checks?check_run_id=927870407 : ONE
TWO
|
|
EDIT: Should be fixed by #1790 Mocha tests:
|
|
Improved quite a bunch, moving to the next project. |
I saw the parser error again, but it seems to be far less common. I'll go back and check and at some point if there's anything I missed from the first time I addressed it.
|
Still seeing this one, I'll have to revisit it:
|
Ran into this twice while trying to run
Not sure if this is something you might have an idea about @LePremierHomme, why the taker_shutdown_after_2nd_htlc test doesn't shutdown gracefully. |
I'm seeing this cause failures at various points in the simulation tests, it may be related to the 2048 bit TLS cert change in #1692 although I've also seen it happen without that commit.
Edit: This appears to be fixed by the reversion in #1841. |
Here's a new one I've seen a couple of times only recently, both locally and in GitHub Actions:
Edit: Still seeing this after the fix to the stall timer. |
Looks like there may be some jest tests that don't always terminate properly, at least in GitHub Actions. #1938 (comment) |
This error is becoming increasingly annoying:
|
This issue is for tracking intermittent test failures that cause our tests to be flaky and require manual restarts even when there is no underlying issue in the xud code itself. Since there seem to be quite a few, I figured it would be easier to track them all in one issue. These primarily effect simulation tests but also occasionally our mocha/jest tests.
The text was updated successfully, but these errors were encountered: