Skip to content

Instantly share code, notes, and snippets.

@indutny
Created May 4, 2012 18:34
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 indutny/579ff86495eb709e71ee to your computer and use it in GitHub Desktop.
Save indutny/579ff86495eb709e71ee to your computer and use it in GitHub Desktop.
> ~/Code/indutny/node > make -j4 test
Waf: Entering directory `/Users/indutny/Code/indutny/node/out'
DEST_OS: darwin
DEST_CPU: x64
Parallel Jobs: 1
Product type: program
Waf: Leaving directory `/Users/indutny/Code/indutny/node/out'
'build' finished successfully (0.182s)
-rwxr-xr-x 1 indutny 593637566 7,3M 5 май 01:27 out/Release/node
python tools/test.py --mode=release simple message
=== 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'
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
AssertionError: agent1 rejected, but should NOT have been
at ChildProcess.<anonymous> (/Users/indutny/Code/indutny/node/test/simple/test-tls-server-verify.js:217:14)
at ChildProcess.emit (events.js:70:17)
at maybeExit (child_process.js:362:16)
at Socket.<anonymous> (child_process.js:467:7)
at Socket.emit (events.js:67:17)
at Array.1 (net.js:335:10)
at EventEmitter._tickCallback (node.js:192:40)
Command: out/Release/node /Users/indutny/Code/indutny/node/test/simple/test-tls-server-verify.js
[01:30|% 100|+ 345|- 1]: Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment