Command: out/Release/node /Users/akhyar/Documents/node/node-master/test/simple/test-memory-usage-emfile.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: null
* unauthed
- unauthed connection: null
* unauthed
- unauthed connection: null
* unauthed
- unauthed connection: null
* unauthed
Running 'Allow both authed and unauthed connections with CA1'
assert.js:92
throw new assert.AssertionError({
^
AssertionError: agent1 rejected, but should NOT have been
at ChildProcess.<anonymous> (/Users/akhyar/Documents/node/node-master/test/simple/test-tls-server-verify.js:217:14)
at ChildProcess.EventEmitter.emit (events.js:106:17)
at Process.ChildProcess._handle.onexit (child_process.js:790:12)
Command: out/Release/node /Users/akhyar/Documents/node/node-master/test/simple/test-tls-server-verify.js
[02:17|% 100|+ 633|- 3]: Done
make: *** [test] Error 1
I dont know why this error happen. Is node.js 0.10.17 stable version? I got that error when instaling node.js on macosx mountain lion 10.8.4 Can anyone give a hint?