Skip to content

[BUG] Failing cert tests on Ubuntu 20.04 #167

Open
@laurocaetano

Description

@laurocaetano

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions