Re: Thrift Nodejs tests

2014-05-22 Thread Chamila Wijayarathna
Hi, Yes I could run them manually, but don't work when ran in test.sh. On Fri, May 23, 2014 at 12:19 AM, Henrique Mendonça wrote: > Hi > Sorry I don't have time test it now but it's perhaps because it runs > asynchronously? > Can you run them manually or with the testAll.sh I mentioned before? >

Re: Thrift Nodejs tests

2014-05-22 Thread Henrique Mendonça
Hi Sorry I don't have time test it now but it's perhaps because it runs asynchronously? Can you run them manually or with the testAll.sh I mentioned before? On 22 May 2014 14:54, Chamila Wijayarathna wrote: > Hi Henrique, > By using alias, I could successfully ran nodejs clients and servers alo

Re: Thrift Nodejs tests

2014-05-22 Thread Chamila Wijayarathna
Hi Henrique, By using alias, I could successfully ran nodejs clients and servers alone, but still when I ran test.sh, it gives empty log files for nodejs clients and servers, any idea on how to run them using test.sh? Thank You! On Thu, May 22, 2014 at 9:27 PM, Henrique Mendonça wrote: > Hi Cham

Re: Thrift Nodejs tests

2014-05-22 Thread Chamila Wijayarathna
Hi Henrique, I successfully executed it in that way. Thank You! On Thu, May 22, 2014 at 9:27 PM, Henrique Mendonça wrote: > Hi Chamila, > > I've changed it on this commit because it was already using "node" in > "make check", i.e. > https://github.com/apache/thrift/blob/master/lib/nodejs/test/te

Re: Thrift Nodejs tests

2014-05-22 Thread Henrique Mendonça
Hi Chamila, I've changed it on this commit because it was already using "node" in "make check", i.e. https://github.com/apache/thrift/blob/master/lib/nodejs/test/testAll.sh Depending on the OS version you use, you might have node or nodejs but you can use a alias: alias node="nodejs" Best, Henr

Thrift Nodejs tests

2014-05-21 Thread Chamila Wijayarathna
Hi, When running node test server using "node ../lib/nodejs/test/server.js -p binary -t buffered", it exists without listening. I observed that this command has been changed from "nodejs" to "node" at [1]. I could run some of these tests successfully before doing these changes. What is the reason f