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

try to fix integration_success test #223

Merged
merged 1 commit into from
May 25, 2024
Merged

try to fix integration_success test #223

merged 1 commit into from
May 25, 2024

Conversation

keepsimple1
Copy link
Owner

@keepsimple1 keepsimple1 commented May 21, 2024

This is for debugging / fixing issue #222 . The test failed due to the following two IPv6 addresses failed to bind in the test but still succeeded in service_daemon itself.

bind 2a02:2f08:441b:e100:7015:73e6:324a:f9d3: The requested address is not valid in its context. (os error 10049), skipped.
bind 2a02:2f08:441b:e100:9988:67c9:9723:c99a: The requested address is not valid in its context. (os error 10049), skipped.

These two addresses are global unique address (routable) and based on what I've read, they don't need to specify scope id. Trying out this patch.

@keepsimple1 keepsimple1 merged commit d7d4867 into main May 25, 2024
3 checks passed
@keepsimple1 keepsimple1 deleted the fix-test branch May 25, 2024 03:15
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.

1 participant