-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
dnsIssues and PRs related to the dns subsystem.Issues and PRs related to the dns subsystem.
Description
Version
v20.2.0 and v21.0.0-pre
Platform
Darwin panda.local 22.3.0 Darwin Kernel Version 22.3.0: Mon Jan 30 20:39:46 PST 2023; root:xnu-8792.81.3~2/RELEASE_ARM64_T6020 arm64
Subsystem
whatwg-url
What steps will reproduce the bug?
Run
out/Release/node test/internet/test-dns-idna2008.js
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
Test should pass
What do you see instead?
node:internal/errors:490
ErrorCaptureStackTrace(err);
^
Error: queryA ENOTFOUND straße.de
at QueryReqWrap.onresolve [as oncomplete] (node:internal/dns/promises:251:17) {
errno: undefined,
code: 'ENOTFOUND',
syscall: 'queryA',
hostname: 'straße.de'
}
Additional information
Maybe related to #47920
Metadata
Metadata
Assignees
Labels
dnsIssues and PRs related to the dns subsystem.Issues and PRs related to the dns subsystem.