[ 
https://issues.apache.org/jira/browse/THRIFT-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13555445#comment-13555445
 ] 

Roger Meier commented on THRIFT-1816:
-------------------------------------

yes, it should work with some more RAM

my output is this:
{noformat}
nodejs-nodejs    binary      framed-ip         success
nodejs-cpp       binary      framed-ip         success
cpp-nodejs       binary      framed-ip         failure
=================== server message ===================
    at Object.thrift.createServer.testInsanity 
(/var/lib/jenkins/jobs/Thrift/workspace/test/nodejs/server.js:145:19)
    at ThriftTest.ThriftTestProcessor.process_testInsanity 
(/var/lib/jenkins/jobs/Thrift/workspace/test/nodejs/gen-nodejs/ThriftTest.js:3422:17)
    at ThriftTest.ThriftTestProcessor.process 
(/var/lib/jenkins/jobs/Thrift/workspace/test/nodejs/gen-nodejs/ThriftTest.js:3211:39)
    at 
/var/lib/jenkins/jobs/Thrift/workspace/lib/nodejs/lib/thrift/server.js:46:19
    at Socket.<anonymous> 
(/var/lib/jenkins/jobs/Thrift/workspace/lib/nodejs/lib/thrift/transport.js:69:9)
    at Socket.EventEmitter.emit (events.js:93:17)
    at TCP.onread (net.js:396:14)
    at process._makeCallback (node.js:248:20)
make: *** [server] Error 1
make: Leaving directory `/var/lib/jenkins/jobs/Thrift/workspace/test/nodejs'
=================== client message ===================
testSet({-2, -1, 0, 1, 2}) = {-2, -1, 0, 1, 2}
testList({-2, -1, 0, 1, 2}) = {-2, -1, 0, 1, 2}
testEnum(ONE) = 1
testEnum(TWO) = 2
testEnum(THREE) = 3
testEnum(FIVE) = 5
testEnum(EIGHT) = 8
testTypedef(309858235082523) = 309858235082523
testMapMap(1) = {-4 => {-4 => -4, -3 => -3, -2 => -2, -1 => -1, }, 4 => {1 => 
1, 2 => 2, 3 => 3, 4 => 4, }, }
testInsanity()Aborted
======================================================
{noformat}
see here 
http://www.bufferoverflow.ch/jenkins/job/Thrift/lastSuccessfulBuild/artifact/test/test.log
                
> Need "require" included thrift files in "xxx_types.js"
> ------------------------------------------------------
>
>                 Key: THRIFT-1816
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1816
>             Project: Thrift
>          Issue Type: Bug
>          Components: Node.js - Compiler
>            Reporter: Chao Shi
>         Attachments: thrift-1816.patch
>
>
> Currently the compiler for nodejs only generate require statement in each 
> service js. It is also needed in the "types" js. I have a patch for this. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to