This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Local cluster test failure #3366
Closed
Description
Following the Readme instructions, specifically for running tests cargo test --all
results in the following test failure.
failures:
---- local_cluster::test::test_local_cluster_start_and_exit_with_config stdout ----
thread 'local_cluster::test::test_local_cluster_start_and_exit_with_config' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: Other, error: StringError("Unable to get recent blockhash, too many retries") }', src/libcore/result.rs:997:5
failures:
local_cluster::test::test_local_cluster_start_and_exit_with_config
test result: FAILED. 227 passed; 1 failed; 2 ignored; 0 measured; 0 filtered out
Running the same test in isolation cargo test test_local_cluster_start_and_exit_with_config
passes.
I didn't notice that test pass when running the entire test suit a few times, so it should be reproducible.
- macOS 10.14.2
- Rust 1.33
- against master's HEAD
I think If this is a second order failure (i.e., a failure caused by another hidden failure) the test should fail on the root error instead.
Metadata
Assignees
Labels
No labels
Activity