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

split get address test into success and failure cases #366

Merged
merged 1 commit into from
Jun 23, 2023
Merged

split get address test into success and failure cases #366

merged 1 commit into from
Jun 23, 2023

Conversation

engelmi
Copy link
Member

@engelmi engelmi commented Jun 23, 2023

Resolving a domain may result in either an ipv4 or ipv6 address in the current implementation. Therefore, split the localhost (success) and others (failure) test cases and check for the localhost test to resolve either to 127.0.0.1 or ::1. This will fix the current failure when building on COPR: https://copr.fedorainfracloud.org/coprs/mperina/hirte-snapshot/build/6105555/

Resolving a domain may result in either an ipv4 or ipv6
address in the current implementation. Therefore, split
the localhost (success) and others (failure).

Signed-off-by: Michael Engel <[email protected]>
Copy link
Member

@mwperina mwperina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@mwperina mwperina merged commit 0444c87 into eclipse-bluechi:main Jun 23, 2023
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

Successfully merging this pull request may close these issues.

2 participants