-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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 IPv6 addresses resolving #24319
Fix IPv6 addresses resolving #24319
Conversation
e291bc9
to
cdf360d
Compare
ASTFuzzer is quite useful:
|
|
Seems that this check is passed in other PRs, any clue? (New test should not affect it, since this ipv6 address should be detected as localhost anyway, and no network interaction should be done) |
@azat What is |
@azat Arcadia does not support distributed queries, you can safely add the test to arcadia skip list. |
AFAIR clusters are not configured there, but distributed queries should work, especially w/o network interaction, am I missing something? |
They run tests without listening to connections. |
https://www.w3.org/TR/leiri/Overview.xml#IPvFuture Actually it is separate thing, example |
But |
Let's simply add the test to Arcadia skip list. |
Need to check what's wrong with
|
v2: move the check from Cluster to DNSResolver
Not enough time (#20393 may help).
Still fails (even after adding a test to the skip list) - no clue (no access to logs)
Partly may be addressed by #25509 |
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix IPv6 addresses resolving (i.e. fixes
select * from remote('[::1]', system.one)
)