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

Test failing when cargo test is executed #531

Open
startup-dreamer opened this issue Mar 9, 2023 · 0 comments
Open

Test failing when cargo test is executed #531

startup-dreamer opened this issue Mar 9, 2023 · 0 comments

Comments

@startup-dreamer
Copy link

when cargo test is run 82 tests are passed last two test failed namely test_setup and tests_from_cpp
the output of the terminal is
test result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.85s

     Running tests/test_cpp.rs (target/debug/deps/test_cpp-ce39f0fc6c9490f5)

running 2 tests
test test_setup ... FAILED
test tests_from_cpp ... FAILED

failures:

---- test_setup stdout ----
thread 'test_setup' panicked at 'called `Result::unwrap()` on an `Err` value: JsonRpc(Transport(SocketError(Os { code: 11, kind: 
WouldBlock, message: "Resource temporarily unavailable" })))', tests/setup/mod.rs:16:51

---- tests_from_cpp stdout ----
thread 'tests_from_cpp' panicked at 'called `Result::unwrap()` on an `Err` value: JsonRpc(Transport(SocketError(Os { code: 11, 
kind: WouldBlock, message: "Resource temporarily unavailable" })))', tests/setup/mod.rs:16:51
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    test_setup
    tests_from_cpp

test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 23.00s

error: test failed, to rerun pass '--test test_cpp'
@startup-dreamer startup-dreamer changed the title Test failing when cargo test is run Test failing when cargo test is executed Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant