Created
March 30, 2012 13:10
-
-
Save AndreasMadsen/2251429 to your computer and use it in GitHub Desktop.
eio test on linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
andreas@ubuntu:~/GitHub/node$ make test | |
make -C out BUILDTYPE=Release | |
make[1]: Entering directory `/home/andreas/GitHub/node/out' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/home/andreas/GitHub/node/out' | |
ln -fs out/Release/node node | |
python tools/test.py --mode=release simple message | |
=== release test-eio-race === | |
Path: simple/test-eio-race | |
trying to kill event loop ... | |
could not kill event loop, retrying... | |
trying to kill event loop ... | |
could not kill event loop, retrying... | |
Command: out/Release/node /home/andreas/GitHub/node/test/simple/test-eio-race.js | |
--- TIMEOUT --- | |
=== release test-regress-GH-1697 === | |
Path: simple/test-regress-GH-1697 | |
Server running. | |
node.js:247 | |
throw e; // process.nextTick error, or 'error' event on first tick | |
^ | |
Error: connect ECONNREFUSED | |
at errnoException (net.js:685:11) | |
at Object.afterConnect [as oncomplete] (net.js:676:18) | |
Command: out/Release/node /home/andreas/GitHub/node/test/simple/test-regress-GH-1697.js | |
=== release test-http-dns-fail === | |
Path: simple/test-http-dns-fail | |
getaddrinfo ENOENT | |
Command: out/Release/node /home/andreas/GitHub/node/test/simple/test-http-dns-fail.js | |
--- TIMEOUT --- | |
=== release test-child-process-fork2 === | |
Path: simple/test-child-process-fork2 | |
PARENT send child server handle | |
CHILD got message: { hello: 'world' } | |
PARENT got message: { gotHandle: true } | |
CLIENT connected | |
CLIENT connected | |
CLIENT connected | |
CLIENT connected | |
CLIENT connected | |
CLIENT connected | |
CLIENT connected | |
CLIENT connected | |
CLIENT connected | |
CLIENT connected | |
PARENT got connection | |
PARENT got connection | |
PARENT got connection | |
PARENT got connection | |
PARENT got connection | |
PARENT got connection | |
PARENT got connection | |
PARENT got connection | |
PARENT got connection | |
PARENT got connection | |
CLIENT closed 1 | |
CLIENT closed 2 | |
CLIENT closed 3 | |
CLIENT closed 4 | |
CLIENT closed 5 | |
CLIENT closed 6 | |
CLIENT closed 7 | |
CLIENT closed 8 | |
CLIENT closed 9 | |
CLIENT closed 10 | |
assert.js:104 | |
throw new assert.AssertionError({ | |
^ | |
AssertionError: false == true | |
at EventEmitter.<anonymous> (/home/andreas/GitHub/node/test/simple/test-child-process-fork2.js:74:10) | |
at EventEmitter.emit (events.js:88:20) | |
Command: out/Release/node /home/andreas/GitHub/node/test/simple/test-child-process-fork2.js | |
[04:16|% 100|+ 379|- 4]: DoneKilled | |
andreas@ubuntu:~/GitHub/node$ clar | |
No command 'clar' found, did you mean: | |
Command 'clear' from package 'ncurses-bin' (main) | |
clar: command not found | |
andreas@ubuntu:~/GitHub/node$ clear | |
andreas@ubuntu:~/GitHub/node$ make test | |
make -C out BUILDTYPE=Release | |
make[1]: Entering directory `/home/andreas/GitHub/node/out' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/home/andreas/GitHub/node/out' | |
ln -fs out/Release/node node | |
python tools/test.py --mode=release simple message | |
=== release test-eio-race === | |
Path: simple/test-eio-race | |
trying to kill event loop ... | |
could not kill event loop, retrying... | |
trying to kill event loop ... | |
could not kill event loop, retrying... | |
Command: out/Release/node /home/andreas/GitHub/node/test/simple/test-eio-race.js | |
--- TIMEOUT --- | |
=== release test-regress-GH-1697 === | |
Path: simple/test-regress-GH-1697 | |
Server running. | |
node.js:247 | |
throw e; // process.nextTick error, or 'error' event on first tick | |
^ | |
Error: connect ECONNREFUSED | |
at errnoException (net.js:685:11) | |
at Object.afterConnect [as oncomplete] (net.js:676:18) | |
Command: out/Release/node /home/andreas/GitHub/node/test/simple/test-regress-GH-1697.js | |
=== release test-http-dns-fail === | |
Path: simple/test-http-dns-fail | |
getaddrinfo ENOENT | |
Command: out/Release/node /home/andreas/GitHub/node/test/simple/test-http-dns-fail.js | |
--- TIMEOUT --- | |
[04:37|% 100|+ 380|- 3]: DoneKilled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment