-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Closed
Labels
testIssues and PRs related to the tests.Issues and PRs related to the tests.
Description
Starting from 13 July daily build test/internet/test-dns.js
has been failing in node-test-commit-custom-suites-freestyle (test-internet)
and on GH actions.
e.g. https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/31576/console
08:20:22 not ok 9 internet/test-dns
08:20:22 ---
08:20:22 duration_ms: 137.08100
08:20:22 severity: fail
08:20:22 exitcode: 1
08:20:22 stack: |-
08:20:22 test_reverse_bogus
08:20:22 test_resolve4_ttl
08:20:22 looking up nodejs.org..
08:20:22 test_resolve6_ttl
08:20:22 nodejs.org = 104.20.22.46,104.20.23.46
08:20:22 test_resolveMx
08:20:22 test_resolveMx_failure
08:20:22 test_resolveNs
08:20:22 test_resolveNs_failure
08:20:22 test_resolveSrv
08:20:22 test_resolveSrv_failure
08:20:22 test_resolvePtr
08:20:22 test_resolvePtr_failure
08:20:22 test_resolveNaptr
08:20:22 test_resolveNaptr_failure
08:20:22 test_resolveSoa
08:20:22 test_resolveSoa_failure
08:20:22 test_resolveCaa
08:20:22 test_resolveCaa_failure
08:20:22 test_resolveCname
08:20:22 16 tests completed
08:20:22 (node:14833) internal/test/binding: These APIs are for internal testing only. Do not use them.
08:20:22 (Use `node --trace-warnings ...` to show where the warning was created)
08:20:22 node:internal/errors:496
08:20:22 ErrorCaptureStackTrace(err);
08:20:22 ^
08:20:22
08:20:22 Error: queryCname ENODATA blog.nodejs.org
08:20:22 at QueryReqWrap.onresolve [as oncomplete] (node:internal/dns/promises:251:17) {
08:20:22 errno: undefined,
08:20:22 code: 'ENODATA',
08:20:22 syscall: 'queryCname',
08:20:22 hostname: 'blog.nodejs.org'
08:20:22 }
08:20:22
08:20:22 Node.js v21.0.0-pre
08:20:22 ...
This was the next day after we added a CNAME entry for blog.nodejs.org
: nodejs/build#3404 (comment)
Previously blog.nodejs.org
was caught by the (now removed) CNAME entry for *.nodejs.org
.
Metadata
Metadata
Assignees
Labels
testIssues and PRs related to the tests.Issues and PRs related to the tests.