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 <[email protected]>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? > > > On 22 May 2014 14:54, Chamila Wijayarathna <[email protected]> > wrote: > > > 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 <[email protected] > > >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/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, > > > Henrique > > > > > > > > > On 22 May 2014 02:44, Chamila Wijayarathna <[email protected] > > >wrote: > > > > > >> 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 > > >> for changing this? How can I get these tests to run? > > >> > > >> 1. > > >> > > > https://github.com/apache/thrift/commit/d17f1c98e64e6392a981308516eca5f489c27c57#commitcomment-6409797 > > >> > > >> Thank You! > > >> > > >> -- > > >> *Chamila Dilshan Wijayarathna,* > > >> SMIEEE, SMIESL, > > >> Undergraduate, > > >> Department of Computer Science and Engineering, > > >> University of Moratuwa. > > >> > > > > > > > > > > > > -- > > *Chamila Dilshan Wijayarathna,* > > SMIEEE, SMIESL, > > Undergraduate, > > Department of Computer Science and Engineering, > > University of Moratuwa. > > > -- *Chamila Dilshan Wijayarathna,* SMIEEE, SMIESL, Undergraduate, Department of Computer Science and Engineering, University of Moratuwa.
