-
-
Notifications
You must be signed in to change notification settings - Fork 748
Adapt worker and nanny to ipv6 #9133
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
Conversation
b3448d3 to
aecb91d
Compare
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 27 files ±0 27 suites ±0 9h 57m 6s ⏱️ + 8m 58s For more details on these failures, see this check. Results for commit 36d971a. ± Comparison against base commit 4c61f86. ♻️ This comment has been updated with latest results. |
jacobtomlinson
left a comment
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.
Thanks! We always aim to support IPv6, but as we don't have access to an IPv6 only CI environment it's hard to test.
b38051b to
42fe1cf
Compare
42fe1cf to
70dc0bd
Compare
70dc0bd to
36d971a
Compare
|
CI failures are related to #9135 |
Got it. I will re-trigger CI workflow after your pr merged. Thanks for your help! |
|
All clear to re-trigger |
done |
jacobtomlinson
left a comment
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.
CI failure is unrelated. Thanks for iterating on this!
We found we failed to create SSH Cluster in ipv6 only machines and it's because some codes in worker, nanny modules work only for ipv4 environment.
This pr tries to adapt worker and annny to ipv6 and we have verified it works in our ipv6 only environment.
pre-commit run --all-files