Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created October 23, 2013 20:38
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/7126246 to your computer and use it in GitHub Desktop.
Save isaacs/7126246 to your computer and use it in GitHub Desktop.
$ make -j32 && while ./node test/simple/test-debug-signal-cluster.js ; do echo ok; done
make -C out BUILDTYPE=Release V=
make[1]: Nothing to be done for `all'.
ln -fs out/Release/node node
> all workers are running
> Starting debugger agent.
> Debugger listening on port 5858
> Starting debugger agent.
> Debugger listening on port 5860
assert.js:98
throw new assert.AssertionError({
^
AssertionError: 4 == 6
at assertOutputLines (/Users/isaacs/dev/js/node-master/test/simple/test-debug-signal-cluster.js:79:10)
at onNoMoreLines [as _onTimeout] (/Users/isaacs/dev/js/node-master/test/simple/test-debug-signal-cluster.js:51:3)
at Timer.listOnTimeout (timers.js:107:15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment