FuelLabs / fuel-core

Rust full node implementation of the Fuel v2 protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flaky `test_peer_info` test in CI

MitchTurner opened this issue · comments

Occasionally this test fails during cargo test --all-features --workspace with error:

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