-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
Flaky tests #6358
Comments
A lot of failed tests happen with I used to be able to stabalize e2e tests in "n-historical" state branch by only use |
For this reason we already run e2e tests with forks not threads. lodestar/vitest.base.e2e.config.ts Line 11 in d6a7a39
|
Sometimes the sim tests still fail on unrelated changes: |
Not directly a sim test error, but somewhat related: Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run |
This happens since we merged #6410, the CI failed on that PR as well... |
The browser tests keep failing due to different reasons, this one looks like a race condition (failed run)? The file has a test suite defined and it passes most of the time.
I would suggest we disable browser tests for now as they don't provide any value like this, and are just annoying to deal with |
Interestingly I have not seen that one in a while, maybe related to updating vitest? Vitest seems to have some internal issues with timings in general and fails to execute tests deterministically..hope they can improve this in the future |
@nazarhussain is this still an issue? |
@wemeetagain Not all, but I have seen Will need to review each case explicitly in past runs and check these out. |
Describe the bug
There are some flaky tests needed be fixed.
Error: Too many messages for missing streams) not instanceof LodestarError: Error: Too many messages for missing streams
Related to feat!: split identify and identify-push libp2p/js-libp2p#2387Expected behavior
All tests should behave as stable they could.
Steps to reproduce
Additional context
During CI runs on different PRs we found few
Operating system
Linux
Lodestar version or commit hash
unstable
The text was updated successfully, but these errors were encountered: