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

[BUG] Failing cert tests on Ubuntu 20.04 #167

Open
laurocaetano opened this issue Feb 22, 2021 · 2 comments
Open

[BUG] Failing cert tests on Ubuntu 20.04 #167

laurocaetano opened this issue Feb 22, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@laurocaetano
Copy link
Contributor

Describe the bug

Failing integration tests when running on Ubuntu 20.04. They seem to fail due to connectivity issues:

Error: Error { kind: Http(reqwest::Error { kind: Request, url: Url { scheme: "https", host: Some(Domain("localhost")), port: Some(9200), path: "/", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })) }) }

I will try to debug the failures, so I can try to understand the real reason it fails. When I have more information, I will update the description in this issue.

To Reproduce

Run the test suit with: $ cargo make test --env TEST_SUITE=platinum

Expected behavior

All tests would pass.

Environment (please complete the following information):

  • OS: Ubuntu 20.04
  • rustc version 1.47.0

Additional context

@laurocaetano laurocaetano added the bug Something isn't working label Feb 22, 2021
@russcam
Copy link
Contributor

russcam commented Mar 23, 2021

Thanks for opening, @laurocaetano. My suspicion is that the test assertions are no longer correct, but haven't had a chance to dig into yet.

@laurocaetano
Copy link
Contributor Author

Thanks for taking a look @russcam. I believe in ~2/3 weeks from now I can start to take a look at the issue again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants