Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created January 28, 2013 17:05
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/4657227 to your computer and use it in GitHub Desktop.
Save isaacs/4657227 to your computer and use it in GitHub Desktop.
$ make -j4 && python tools/test.py simple/test-cluster-net-send
make -C out BUILDTYPE=Release V=
make[1]: Nothing to be done for `all'.
ln -fs out/Release/node node
=== release test-cluster-net-send ===
Path: simple/test-cluster-net-send
[92609] master
[92610] worker
Assertion failed: (tcpConstructor.IsEmpty() == false), function Instantiate, file ../src/tcp_wrap.cc, line 63.
Command: out/Release/node /Users/isaacs/dev/js/node-master/test/simple/test-cluster-net-send.js
[00:00|% 100|+ 0|- 1]: Done
$ ./node test/simple/test-cluster-net-send.js
[92611] master
[92612] worker
$ echo $?
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment