-
-
Notifications
You must be signed in to change notification settings - Fork 729
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When running CITGM to prepare the latest node22 release I stumbled upon the following error:
test at test/interceptors/dns.js:817:1
Should set lowest TTL between resolved and option maxTTL (604.890833ms)
AssertionError [ERR_ASSERTION]: 4 == 3
at res.<computed> [as equal] (/Users/iojs/tmp/citgm_tmp/d4b30272-eb56-4773-af41-d5c7d9f125bf/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at TestContext.<anonymous> (/Users/iojs/tmp/citgm_tmp/d4b30272-eb56-4773-af41-d5c7d9f125bf/undici/test/interceptors/dns.js:905:5)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:935:9)
at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 4,
expected: 3,
operator: '=='
}
ref: https://ci.nodejs.org/job/citgm-smoker/3516/nodes=osx11/testReport/junit/(root)/citgm/undici_v7_0_0/
cc @metcoder95
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working