Skip to content

Conversation

anonrig
Copy link
Member

@anonrig anonrig commented May 31, 2023

Fixes #48262

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels May 31, 2023
@anonrig anonrig added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels May 31, 2023
@anonrig anonrig requested a review from lpinca May 31, 2023 20:20
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 31, 2023
@nodejs-github-bot
Copy link
Collaborator

Copy link
Member

@targos targos left a comment

Choose a reason for hiding this comment

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

A revert of 8b5cd32 fixes the issue. I'm pretty sure it's not a problem with the test or with the resolution of the host name.
My guess is that returns ENOTFOUND because the DNS query isn't done with the right name.

@anonrig
Copy link
Member Author

anonrig commented May 31, 2023

You're right @targos. This is most likely a bug in not calling ada::idna::to_ascii in cares_wrap.cc int ATraits::Parse function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test/internet/test-dns-idna2008.js fails

4 participants