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

cargo test fails #6

Open
caulagi opened this issue Jul 18, 2016 · 1 comment
Open

cargo test fails #6

caulagi opened this issue Jul 18, 2016 · 1 comment

Comments

@caulagi
Copy link

caulagi commented Jul 18, 2016

cargo test fails for me with this error -

running 2 tests
test post_backend ... FAILED
test get_backend ... FAILED

failures:

---- post_backend stdout ----
    thread 'post_backend' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Error { repr: Os { code: 61, message: "Connection refused" } })', ../src/libcore/result.rs:785

---- get_backend stdout ----
    thread 'get_backend' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Error { repr: Os { code: 61, message: "Connection refused" } })', ../src/libcore/result.rs:785
note: Run with `RUST_BACKTRACE=1` for a backtrace.

Am I missing something? I am running rustup with stable channel -

$ cargo -V
cargo 0.11.0-nightly (259324c 2016-05-20)
$ rustc -V
rustc 1.10.0 (cfcb716cf 2016-07-03)
@brson
Copy link
Owner

brson commented Jul 18, 2016

It looks to me like the test cases are both bogus. They expect a server to exist that they don't set up on their own. They could just be deleted. Thanks for the report!

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

2 participants