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

TestBadURL bug: connection reset by peer #218

Open
ghost opened this issue Jun 13, 2022 · 3 comments
Open

TestBadURL bug: connection reset by peer #218

ghost opened this issue Jun 13, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Jun 13, 2022

Describe the bug

TestBadURL fails with the following error:

new_test.go:97: the returned error was not an ENotAnOVirtEngine (generic_error: non-retryable error encountered while testing oVirt engine connection, giving up (failed to validate the connection (Post "https://example.com/ovirt-engine/sso/oauth/token": read tcp 10.1.0.122:60858->93.184.216.34:443: read: connection reset by peer)))
@ghost ghost added the bug Something isn't working label Jun 13, 2022
@ghost ghost self-assigned this Jun 13, 2022
@ghost
Copy link
Author

ghost commented Jun 13, 2022

This is most likely due to using https://example.com as a test URL. This should be changed to use an embedded webserver.

@arso
Copy link

arso commented Jun 13, 2022 via email

@ghost
Copy link
Author

ghost commented Jun 13, 2022

Thanks, @arso I supposed that happened to us. It's not a difficult fix, we just have to do it.

@ghost ghost removed their assignment Apr 24, 2023
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

1 participant