-
-
Save yayabosh/b5c2b7a82ebfcc6bbbcb5eeded5b05fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarn run v1.22.18 | |
$ ./scripts/run_integration_tests.sh backup | |
integration tests tests will be run for the backup service | |
Finished test [unoptimized + debuginfo] target(s) in 0.08s | |
Running tests/backup_integration_test.rs (commtest/target/debug/deps/backup_integration_test-25df68679181af12) | |
running 1 test | |
test backup_integration_test ... FAILED | |
failures: | |
---- backup_integration_test stdout ---- | |
Error: Tonic(tonic::transport::Error(Transport, hyper::Error(Connect, ConnectError("tcp connect error", Os { code: 61, kind: ConnectionRefused, message: "Connection refused" })))) | |
thread 'backup_integration_test' panicked at 'assertion failed: `(left == right)` | |
left: `1`, | |
right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:186:5 | |
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace | |
failures: | |
backup_integration_test | |
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s | |
error: test failed, to rerun pass '--test backup_integration_test' | |
error Command failed with exit code 101. | |
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment