Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created May 1, 2012 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/2571193 to your computer and use it in GitHub Desktop.
Save isaacs/2571193 to your computer and use it in GitHub Desktop.
$ make test
make -C out BUILDTYPE=Release
make[1]: Nothing to be done for `all'.
ln -fs out/Release/node node
python tools/test.py --mode=release simple message
=== release test-cluster-worker-death ===
Path: simple/test-cluster-worker-death
assert.js:104
throw new assert.AssertionError({
^
AssertionError: {"uniqueID":1,"state":"dead","process":{"_closesNeeded":1,"_closesGot":0,"signalCode":null,"exitCode":42,"killed":false,"_intern == 42
at Worker.<anonymous> (/Users/isaacs/dev/js/node-master/test/simple/test-cluster-worker-death.js:34:12)
at Worker.emit (events.js:87:17)
at prepareExit (cluster.js:323:10)
at ChildProcess.emit (events.js:90:17)
at Process.onexit (child_process.js:422:10)
Command: out/Release/node /Users/isaacs/dev/js/node-master/test/simple/test-cluster-worker-death.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment