-
Notifications
You must be signed in to change notification settings - Fork 83
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
Fix integration tests when running with IPv6. #579
Conversation
Signed-off-by: Jakub Sobon <[email protected]>
@qqustc please review and assign back to me once done. |
Signed-off-by: Jakub Sobon <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one question about the change to the wakeup period while polling test server, otherwise LGTM
Signed-off-by: Jakub Sobon <[email protected]>
@oschaaf please take another look after the latest changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We don't run integration tests in IPv6 mode on CI (See #578). As a result some of the test expectations became invalid.
Also:
man 3 inet_pton
, the address::/0
isn't valid, while::
is.Signed-off-by: Jakub Sobon [email protected]