We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test_peer_info
Occasionally this test fails during cargo test --all-features --workspace with error:
cargo test --all-features --workspace
failures: ---- node_info::test_peer_info stdout ---- thread 'node_info::test_peer_info' panicked at tests/tests/node_info.rs:95:5: assertion `left == right` failed left: 1 right: 2 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: node_info::test_peer_info test result: FAILED. 187 passed; 1 failed; 3 ignored; 0 measured; 0 filtered out; finished in 134.90s
See here: https://github.com/FuelLabs/fuel-core/actions/runs/8904581067/job/24454081248
The text was updated successfully, but these errors were encountered:
Fixed here https://github.com/FuelLabs/fuel-core/pull/1609/files#diff-3ea0f35bf28d8c07e4ae1a2e007cb2df4f8860e36535799eeb8e6bf432f625c7R95-R106
Sorry, something went wrong.
No branches or pull requests
Occasionally this test fails during
cargo test --all-features --workspace
with error:See here: https://github.com/FuelLabs/fuel-core/actions/runs/8904581067/job/24454081248
The text was updated successfully, but these errors were encountered: