Skip to content
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
Closed
@amrali

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions