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
Li > > > OpenStack & Kafka Community Development > > > Building 501/B205 > > > liton...@us.ibm.com > > > > > > [image: Inactive hide details for Gwen Shapira ---02/25/2015 03:47:58 > > > PM---Hi, Anyone running tests on Java 8? I just

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
ced that they]Gwen > > Shapira ---02/25/2015 03:47:58 PM---Hi, Anyone running tests on Java 8? I > > just noticed that they take almost twice > > > > From: Gwen Shapira > > To: "dev@kafka.apache.org" > > Date: 02/25/2015 03:47 PM > > Subject: Unit t

Re: Unit tests in java7 vs java8

2015-02-25 Thread Gwen Shapira
yone running tests on Java 8? I > just noticed that they take almost twice > > From: Gwen Shapira > To: "dev@kafka.apache.org" > Date: 02/25/2015 03:47 PM > Subject: Unit tests in java7 vs java8 > -- > > > > Hi, > > Any

Re: Unit tests in java7 vs java8

2015-02-25 Thread Tong Li
. Tong Li OpenStack & Kafka Community Development Building 501/B205 liton...@us.ibm.com From: Gwen Shapira To: "dev@kafka.apache.org" Date: 02/25/2015 03:47 PM Subject: Unit tests in java7 vs java8 Hi, Anyone running tests on Java 8? I just noticed that they take alm

Unit tests in java7 vs java8

2015-02-25 Thread Gwen Shapira
Hi, Anyone running tests on Java 8? I just noticed that they take almost twice as long to run compared to Java 7 (at least on my box, and with Scala 2.10.4). Anyone else noticed this? Maybe even did some digging on the causes? Gwen