Re: Unit tests in java7 vs java8

2015-03-02 Thread Gwen Shapira
; wrote: >> >> > I am working on the test handing / NPE / failure issues of ConsumerTest >> > only. >> > >> > I currently run Java 8 and the unit test takes about 10 minutes, I can do >> > "time ./gradlew test" with both versions and

Re: Unit tests in java7 vs java8

2015-03-02 Thread Jay Kreps
there is a clear > > difference. > > > > Guozhang > > ________ > > From: Jay Kreps [jay.kr...@gmail.com] > > Sent: Wednesday, February 25, 2015 4:53 PM > > To: dev@kafka.apache.org; Guozhang Wang > > Subject: Re: Unit tests in java7

Re: Unit tests in java7 vs java8

2015-03-02 Thread Gwen Shapira
gt;> difference. >> >> Guozhang >> ________ >> From: Jay Kreps [jay.kr...@gmail.com] >> Sent: Wednesday, February 25, 2015 4:53 PM >> To: dev@kafka.apache.org; Guozhang Wang >> Subject: Re: Unit tests in java7 vs java8 >> &

Re: Unit tests in java7 vs java8

2015-03-02 Thread Guozhang Wang
ith both versions and see if there is a clear > difference. > > Guozhang > > From: Jay Kreps [jay.kr...@gmail.com] > Sent: Wednesday, February 25, 2015 4:53 PM > To: dev@kafka.apache.org; Guozhang Wang > Subject: Re: Unit tests in java7 vs java

Re: Unit tests in java7 vs java8

2015-02-25 Thread Guozhang Wang
I am working on the test handing / NPE / failure issues of ConsumerTest only as part of the consumer rewriting (KAFKA-1910). I currently run Java 8 and the unit test takes about 10 minutes, I can do "time ./gradlew test" with both versions and see if there is a clear difference. Guozhang On Wed,

RE: Unit tests in java7 vs java8

2015-02-25 Thread Guozhang Wang
Jay Kreps [jay.kr...@gmail.com] Sent: Wednesday, February 25, 2015 4:53 PM To: dev@kafka.apache.org; Guozhang Wang Subject: Re: Unit tests in java7 vs java8 Yeah, hey Guozhang, is that fix part of the larger consumer patch you just posted or is that a separate issue? -Jay On Wed, Feb 25, 2015 at 4:2

Re: Unit tests in java7 vs java8

2015-02-25 Thread Jay Kreps
Yeah, hey Guozhang, is that fix part of the larger consumer patch you just posted or is that a separate issue? -Jay On Wed, Feb 25, 2015 at 4:25 PM, Gwen Shapira wrote: > The Consumer tests are currently hanging :( > > I think Guozhang is working on a solution. I'm commenting them out until > t

Re: Unit tests in java7 vs java8

2015-02-25 Thread Gwen Shapira
The Consumer tests are currently hanging :( I think Guozhang is working on a solution. I'm commenting them out until the problem is resolved... On Wed, Feb 25, 2015 at 4:00 PM, Tong Li wrote: > Gwen, > I have not tried Java 8. Still on Java 7, but I always run into the > test hung problem

Re: Unit tests in java7 vs java8

2015-02-25 Thread Tong Li
Gwen, I have not tried Java 8. Still on Java 7, but I always run into the test hung problems (no errors on the screen and the system is completely idle), it may be a different problem. I can recreate that problem every time when I run "gradle --daemon testAll", I recall that couple of weeks ag