Closed
Description
parallel/test-timers-unrefed-in-beforeexit is suddenly failing in CI:
https://ci.nodejs.org/job/node-test-commit-linux/15434/nodes=alpine35-container-x64/console
not ok 1526 parallel/test-timers-unrefed-in-beforeexit
---
duration_ms: 0.217
severity: fail
stack: |-
assert.js:43
throw new errors.AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: function should not have been called at /home/iojs/build/workspace/node-test-commit-linux/nodes/alpine35-container-x64/test/parallel/test-timers-unrefed-in-beforeexit.js:6
at Timeout.mustNotCall [as _onTimeout] (/home/iojs/build/workspace/node-test-commit-linux/nodes/alpine35-container-x64/test/common/index.js:595:12)
at ontimeout (timers.js:450:11)
at Timer.unrefdHandle (timers.js:527:5)
...
@AndreasMadsen ... could this, by any chance, have anything to do with #18005?