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

Flaky test: latest_binary_is_backward_compatible_and_follows_blocks_created_by_genesis_binary #2406

Open
AurelienFT opened this issue Oct 29, 2024 · 2 comments · May be fixed by #2401
Open

Comments

@AurelienFT
Copy link
Contributor

Source https://github.com/FuelLabs/fuel-core/actions/runs/11571921587/job/32211080249?pr=2398

---- backward_compatibility::latest_binary_is_backward_compatible_and_follows_blocks_created_by_genesis_binary stdout ----
thread 'backward_compatibility::latest_binary_is_backward_compatible_and_follows_blocks_created_by_genesis_binary' panicked at forkless-upgrade/src/backward_compatibility.rs:118:14:
Timed out waiting for block import 8: Elapsed(())
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@rafal-ch
Copy link
Contributor

There's been an attempt to fix this, which helped, but seems like not to the full extent.

One additional idea was to run these tests one-by-one instead of in parallel by leveraging the --test-threads=1 parameter, because maybe different instances of these tests can still interfere with each other.

@AurelienFT
Copy link
Contributor Author

Yes but this would slow the CI too much. I think it's better to find a way that they work together

@AurelienFT AurelienFT linked a pull request Nov 12, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants