Closed
Description
Like a number of flaky tests right now, this one looks like it is caused by #25007.
https://ci.nodejs.org/job/node-test-commit-aix/19751/nodes=aix61-ppc64/console
test-osuosl-aix61-ppc64_be-1
10:18:13 not ok 1990 parallel/test-util-callbackify
10:18:13 ---
10:18:13 duration_ms: 3.731
10:18:13 severity: fail
10:18:13 exitcode: 1
10:18:13 stack: |-
10:18:13 assert.js:86
10:18:13 throw new AssertionError(obj);
10:18:13 ^
10:18:13
10:18:13 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
10:18:13
10:18:13 null !== 1
10:18:13
10:18:13 at common.mustCall (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix61-ppc64/test/parallel/test-util-callbackify.js:205:14)
10:18:13 at /home/iojs/build/workspace/node-test-commit-aix/nodes/aix61-ppc64/test/common/index.js:335:15
10:18:13 at ChildProcess.exithandler (child_process.js:301:5)
10:18:13 at ChildProcess.emit (events.js:189:13)
10:18:13 at maybeClose (internal/child_process.js:978:16)
10:18:13 at Process.ChildProcess._handle.onexit (internal/child_process.js:265:5)
10:18:13 ...