You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From time to time the test is failing in a FreeBSD machine.
assert.js:88
throw new assert.AssertionError({
^
AssertionError: Disconnect event did not emit
at process.<anonymous> (/usr/home/sgimeno/node/io.js/test/parallel/test-cluster-worker-disconnect.js:84:12)
at process.g (events.js:260:16)
at emitOne (events.js:82:20)
at process.emit (events.js:169:7)
at process.exit (node.js:745:17)
at /usr/home/sgimeno/node/io.js/test/parallel/test-cluster-worker-disconnect.js:74:15
at doNTCallback0 (node.js:408:9)
at process._tickCallback (node.js:337:13)
The text was updated successfully, but these errors were encountered:
- Just let the process exit gracefully after the worker is disconnected.
Reviewed-By: Brendan Ashworth <[email protected]>
Reviewed-By: Ben Noordhuis <[email protected]>
PR-URL: #1919Fixes: #1757
From time to time the test is failing in a FreeBSD machine.
The text was updated successfully, but these errors were encountered: