-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Description
Version
v18.17.0
Platform
at least linux
Subsystem
net
What steps will reproduce the bug?
tools/test.py test/internet/test-dns-ipv6
How often does it reproduce? Is there a required condition?
100%
What is the expected behavior? Why is that the expected behavior?
Test passes
What do you see instead?
Test passes
midawson@drx-hemera io.js]$ tools/test.py test/internet/test-dns-ipv6
=== release test-dns-ipv6 ===
Path: internet/test-dns-ipv6
test_resolve6
test_reverse_ipv6
node:internal/errors:496
ErrorCaptureStackTrace(err);
^
Error: getHostByAddr EINVAL 2001:4860:4860::8888
at node:internal/dns/promises:280:14
at new Promise (<anonymous>)
at createResolverPromise (node:internal/dns/promises:267:10)
at ResolverBase.getHostByAddr (node:internal/dns/promises:299:12)
at test_reverse_ipv6 (/home/midawson/newpull/io.js/backports/io.js/test/internet/test-dns-ipv6.js:72:36)
at next (/home/midawson/newpull/io.js/backports/io.js/test/internet/test-dns-ipv6.js:22:7)
at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
errno: -22,
code: 'EINVAL',
syscall: 'getHostByAddr',
hostname: '2001:4860:4860::8888'
}
Additional information
No response
Metadata
Metadata
Assignees
Labels
netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.