Skip to content

Instantly share code, notes, and snippets.

@TooTallNate
Created September 12, 2012 19:14
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 TooTallNate/403e5a516729738976e2 to your computer and use it in GitHub Desktop.
Save TooTallNate/403e5a516729738976e2 to your computer and use it in GitHub Desktop.
pi@raspberrypi ~/node $ make testpython tools/test.py --mode=release simple message
=== release test-child-process-fork-net2 ===
Path: simple/test-child-process-fork-net2
assert.js:102
throw new assert.AssertionError({
^
AssertionError: timeElasped was not between 190 and 1000 ms
at process.<anonymous> (/home/pi/node/test/simple/test-child-process-fork-net2.js:128:12)
at process.EventEmitter.emit (events.js:115:20)
Command: out/Release/node /home/pi/node/test/simple/test-child-process-fork-net2.js
=== release test-process-config ===
Path: simple/test-process-config
assert.js:102
throw new assert.AssertionError({
^
AssertionError: {"target_defaults":{"cflags":[],"default_configuration":"Release","defines":[],"include_dirs":[],"libraries":[]},"variables":{"a deepEqual {"target_defaults":{"cflags":[],"default_configuration":"Release","defines":[],"include_dirs":[],"libraries":[]},"variables":{"a
at Object.<anonymous> (/home/pi/node/test/simple/test-process-config.js:44:8)
at Module._compile (module.js:454:26)
at Object.Module._extensions..js (module.js:472:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.runMain (module.js:497:10)
at process.startup.processNextTick.process._tickCallback (node.js:325:13)
Command: out/Release/node /home/pi/node/test/simple/test-process-config.js
=== release test-http-client-timeout-with-data ===
Path: simple/test-http-client-timeout-with-data
assert.js:102
throw new assert.AssertionError({
^
AssertionError: 0 == 1
at process.<anonymous> (/home/pi/node/test/simple/test-http-client-timeout-with-data.js:30:10)
at process.EventEmitter.emit (events.js:115:20)
Command: out/Release/node /home/pi/node/test/simple/test-http-client-timeout-with-data.js
=== release test-eio-race ===
Path: simple/test-eio-race
trying to kill event loop ...
could not kill event loop, retrying...
Command: out/Release/node /home/pi/node/test/simple/test-eio-race.js
--- TIMEOUT ---
=== release test-next-tick-error-spin ===
Path: simple/test-next-tick-error-spin
timers.js:102
if (!process.listeners('uncaughtException').length) throw e;
^
Error: child is hung
at null._onTimeout (/home/pi/node/test/simple/test-next-tick-error-spin.js:31:11)
at Timer.list.ontimeout (timers.js:100:19)
at process.startup.processMakeCallback.process._makeCallback (node.js:248:20)
Command: out/Release/node /home/pi/node/test/simple/test-next-tick-error-spin.js
=== release test-force-repl ===
Path: simple/test-force-repl
timers.js:102
if (!process.listeners('uncaughtException').length) throw e;
^
Error: timeout!
at null._onTimeout (/home/pi/node/test/simple/test-force-repl.js:30:9)
at Timer.list.ontimeout (timers.js:100:19)
at process.startup.processMakeCallback.process._makeCallback (node.js:248:20)
Command: out/Release/node /home/pi/node/test/simple/test-force-repl.js
=== release test-tls-server-verify ===
Path: simple/test-tls-server-verify
connecting with agent1
connecting with agent2
connecting with agent3
connecting with nocert
connecting with agent1
Running 'Do not request certs. Everyone is unauthorized.'
- unauthed connection: undefined
* unauthed
- unauthed connection: undefined
* unauthed
- unauthed connection: undefined
* unauthed
- unauthed connection: undefined
* unauthed
Running 'Allow both authed and unauthed connections with CA1'
assert.js:102
throw new assert.AssertionError({
^
AssertionError: agent1 rejected, but should NOT have been
at ChildProcess.<anonymous> (/home/pi/node/test/simple/test-tls-server-verify.js:217:14)
at ChildProcess.EventEmitter.emit (events.js:91:17)
at Process._handle.onexit (child_process.js:687:12)
at process.startup.processMakeCallback.process._makeCallback (node.js:248:20)
Command: out/Release/node /home/pi/node/test/simple/test-tls-server-verify.js
=== release test-cluster-disconnect ===
Path: simple/test-cluster-disconnect
events.js:66
throw arguments[1]; // Unhandled 'error' event
^
Error: connect ECONNREFUSED
at errnoException (net.js:782:11)
at Object.afterConnect [as oncomplete] (net.js:773:19)
at process.startup.processMakeCallback.process._makeCallback (node.js:248:20)
Command: out/Release/node /home/pi/node/test/simple/test-cluster-disconnect.js
[17:56|% 100|+ 462|- 8]: Done
make: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment