mirror of https://github.com/jackwener/wx-cli.git
21 lines
709 B
Plaintext
21 lines
709 B
Plaintext
test cli::transport::integration_tests::test_send_tcp_round_trip ... FAILED
|
|
|
|
failures:
|
|
|
|
---- cli::transport::integration_tests::test_send_tcp_round_trip stdout ----
|
|
|
|
thread 'cli::transport::integration_tests::test_send_tcp_round_trip' (2039) panicked at src/cli/transport.rs:374:81:
|
|
called `Result::unwrap()` on an `Err` value: 连接 TCP daemon (127.0.0.1:44697) 失败
|
|
|
|
Caused by:
|
|
connection timed out
|
|
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
|
|
|
|
|
failures:
|
|
cli::transport::integration_tests::test_send_tcp_round_trip
|
|
|
|
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 37 filtered out; finished in 15.04s
|
|
|
|
error: test failed, to rerun pass `--bin wx`
|