We consistently get failed tests while running the test suite in parallel on smartos which confuses me, this spawnSync test for instance now takes 8 seconds to exit sleep 1:
not ok 49 - test-child-process-spawnsync.js
#
# assert.js:89
# throw new assert.AssertionError({
# ^
# AssertionError: timer should take as long as sleep
# at null._onTimeout (/home/iojs/build/workspace/node-test-commit-other/nodes/smartos14-64/test/parallel/test-child-process-spawnsync.js:15:10)
# at Timer.listOnTimeout (timers.js:89:15)
# sleep started
# sleep exited [ 1, 848820350 ]
The above test run generated 12 issues where I can consistently reproduce 8. All of them seem timing related.
@misterdjules got any idea?
/CC @nodejs/platform-solaris