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

tests/net/quay: insecure test times out #135

Open
steveej opened this issue Dec 21, 2019 · 2 comments
Open

tests/net/quay: insecure test times out #135

steveej opened this issue Dec 21, 2019 · 2 comments
Labels

Comments

@steveej
Copy link
Contributor

steveej commented Dec 21, 2019

This blocks CI and thus all PRs will fail until resolved, e.g. https://travis-ci.org/camallo/dkregistry-rs/jobs/628065374.

@lucab
Copy link
Member

lucab commented Jan 6, 2020

For reference:

test net::quay_io::test_quayio_insecure ... test net::quay_io::test_quayio_insecure has been running for over 60 seconds

thread 'net::quay_io::test_quayio_insecure' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Reqwest(Error(Hyper(Error(Connect, Os { code: 110, kind: TimedOut, message: "Connection timed out" })), "http://quay.io/v2/")), State { next_error: None, backtrace: InternalBacktrace })', src/libcore/result.rs:1165:5

@lucab
Copy link
Member

lucab commented Jan 6, 2020

It looks like quay.io:80 changed behavior and now it simply ignores TCP connections. I think we can safely ignore the test for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants