On Mon, Nov 12, 2012 at 11:52 PM, Mac Chambers <[email protected]> wrote: > === 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:102 > throw new assert.AssertionError({ > ^ > AssertionError: false == true > at process.<anonymous> > (/home/max/node-v0.8.14/test/simple/test-child-process-fork2.js:71:10) > at process.EventEmitter.emit (events.js:126:20) > Command: out/Release/node > /home/max/node-v0.8.14/test/simple/test-child-process-fork2.js > [03:29|% 100|+ 456|- 2]: Done > make: *** [test] Error 1 > > this is after running 'make test' on Ubuntu 12.04 > > Any ideas? Is this related to Issue 3910? > > Thanks!
Does that particular test always fail or just occasionally? What happens when you run it standalone, i.e. `node simple/test-child-process-fork2`? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
