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
I've seen this show up on the iojs-ubuntu1410-64 slave every now and then:
=== release test-signal-unregister ===
Path: sequential/test-signal-unregister
Sending SIGINT
Chance has been given to die
Child did not die on SIGINT, sending SIGTERM
assert.js:87
throw new assert.AssertionError({
^
AssertionError: false == true
at process.<anonymous> (/home/iojs/build/workspace/iojs+any-pr+multi/nodes/iojs-ubuntu1410-64/test/sequential/test-signal-unregister.js:31:10)
at emitOne (events.js:82:20)
at process.emit (events.js:166:7)
Command: out/Release/iojs /home/iojs/build/workspace/iojs+any-pr+multi/nodes/iojs-ubuntu1410-64/test/sequential/test-signal-unregister.js
Guessing bumping the timeout would make it go away. Not sure if that's what we want though.
The text was updated successfully, but these errors were encountered:
Change sequential/test-signal-unregister so it doesn't use fixed
timeouts for sending the signal and expecting the child to quit.
Fixes: nodejs#1223
PR-URL: nodejs#1227
Reviewed-By: Johan Bergström <[email protected]>
I've seen this show up on the
iojs-ubuntu1410-64
slave every now and then:Guessing bumping the timeout would make it go away. Not sure if that's what we want though.
The text was updated successfully, but these errors were encountered: