Closed
Description
Test
test/async-hooks/test-improper-order.js
Platform
AIX
Console output
not ok 68 async-hooks/test-improper-order
---
duration_ms: 459.21600
severity: fail
exitcode: 1
stack: |-
node:assert:94
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
null !== 1
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/async-hooks/test-improper-order.js:55:12)
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/common/index.js:437:15)
at ChildProcess.emit (node:events:507:28)
at maybeClose (node:internal/child_process:1101:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: null,
expected: 1,
operator: 'strictEqual'
}
Node.js v25.0.0-pre
...
Build links
Additional information
This flake is appearing in the reliability report 3 times daily from 2025-05-31 - nodejs/reliability#1217 till today 2025-06-03 - nodejs/reliability#1220.
The same strategy in #58478 can be used to deflake this test.