test/test-fatal-error.js failing on AIX
mhdawson opened this issue · 1 comments
mhdawson commented
It looks like there is a failing test for AIX on node-report
# Subtest: test/test-fatal-error.js
1..0
not ok 9 - test/test-fatal-error.js # time=30019.481ms
rnchamberlain commented
Test passes if I increase the timeout. The default tap test timeout is 30 secs, it passes in approx 120 secs.
https://ci.nodejs.org/job/nodereport-continuous-integration/122/MACHINE=aix61-ppc64/console
The test fills up the heap to cause the fatal OOM error, with --max-old-space-size=20 set to limit the heap size.