RE: testThreadInterruptInOperationSleep on clean installation

2015-08-04 Thread Jordi Blasi Uribarri
It has compiled perfectly now. Thanks for your help. Jordi -Mensaje original- De: Navina Ramesh [mailto:nram...@linkedin.com.INVALID] Enviado el: martes, 04 de agosto de 2015 9:07 Para: dev@samza.apache.org Asunto: Re: testThreadInterruptInOperationSleep on clean installation Hi

Re: testThreadInterruptInOperationSleep on clean installation

2015-08-04 Thread Navina Ramesh
efined symbol: clock_gettime > :samza-kv-rocksdb_2.10:test FAILED > :samza-kv-rocksdb_2.10:test (Thread[Daemon,5,main]) completed. Took 2.36 > secs. > > FAILURE: Build failed with an exception. > > * What went wrong: > Execution failed for task ':samza-kv-rocksdb_2.10:te

RE: testThreadInterruptInOperationSleep on clean installation

2015-08-03 Thread Jordi Blasi Uribarri
on failed for task ':samza-kv-rocksdb_2.10:test'. > Process 'Gradle Test Executor 16' finished with non-zero exit value 127 Thanks, Jordi -Mensaje original- De: Yan Fang [mailto:yanfang...@gmail.com] Enviado el: martes, 04 de agosto de 2015 0:29 Para: dev@sam

Re: testThreadInterruptInOperationSleep on clean installation

2015-08-03 Thread Yan Fang
Hi Jordi, Those two exceptions seems like caused by the race condition. Since I can not reproduce it, can you try 1) kill all the GradleDaemon and GradleWrapperMain processes when you rerun the build ? 2) can you try to run those two tests in the eclipse (or some other ways) without gradle ? I dou