@Sudheesh, the default value for forkCount is 2 so I don't think setting it explicitly in the command line makes a difference, or does it ?
On Wed, Jul 1, 2015 at 8:04 AM, Sudheesh Katkam <[email protected]> wrote: > I build using "mvn clean install -DforkCount=2" > > > On Jul 1, 2015, at 7:17 AM, Jacques Nadeau <[email protected]> wrote: > > > > Are people running with standard settings or custom settings? With clean > > first or without? > > > > I keep running and keep getting failures. I'll reboot and see if that > > helps. > > > > My last run (mvn clean; mvn install -DskipTests; mvn surefire:test): > > > > Tests in error: > > TestMergingReceiver.testMultipleProvidersMixedSizes:98 » test timed out > > after... > > TestParquetWriter.testLargeFooter:93->BaseTestQuery.test:309 » test > > timed out... > > TestSpoolingBuffer.testMultipleExchangesSingleThread:50 » test timed > out > > afte... > > > > > > > >> On Tue, Jun 30, 2015 at 11:38 PM, Jinfeng Ni <[email protected]> > wrote: > >> > >> I just had a clean run on my Mac with the latest master branch. > >> > >> > >> > >> On Tue, Jun 30, 2015 at 10:55 PM, Sudheesh Katkam <[email protected] > > > >> wrote: > >> > >>> I had a clean run on my Mac with the latest master this afternoon (and > >>> there are no new commits since then). > >>> > >>>>> On Jun 30, 2015, at 9:52 PM, Steven Phillips <[email protected] > > > >>>> wrote: > >>>> > >>>> I just had a clean run on my Linux machine. > >>>> > >>>> On Tue, Jun 30, 2015 at 9:32 PM, Parth Chandra <[email protected] > > > >>>> wrote: > >>>> > >>>>> I just completed a clean build and test run ( mvn clean install) on > >> my > >>>>> Mac. > >>>>> Will try on Linux. > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> On Tue, Jun 30, 2015 at 9:24 PM, Jacques Nadeau <[email protected]> > >>>>> wrote: > >>>>> > >>>>>> I ran twice more. So here are my three results: > >>>>>> > >>>>>> 1. Errors from previous email. > >>>>>> 2. Tests hung indefinitely (mvn clean install). > >>>>>> 3. I had one test failure, (mvn clean; mvn install), > >>>>>> > >>>>>> Tests in error: > >>>>>> TestSpoolingBuffer.testMultipleExchangesSingleThread:50 » test > >> timed > >>>>> out > >>>>>> afte... > >>>>>> > >>>>>> Is anybody having consistent completions all the way through to the > >>>>>> distribution module? > >>>>>> > >>>>>> > >>>>>> > >>>>>>> On Tue, Jun 30, 2015 at 8:18 PM, Aman Sinha <[email protected]> > >>> wrote: > >>>>>>> > >>>>>>> I re-ran on my mac and don't see the failures your are seeing. I > >> got > >>>>> one > >>>>>>> error below related to zookeeper but I believe this is > intermittent. > >>>>>>> > >>>>>>> $mvn install > >>>>>>> .... > >>>>>>> > >>>>>>> Tests in error: > >>>>>>> TestPStoreProviders.verifyZkStore:55 » Runtime Failure while > >>>>> accessing > >>>>>>> Zookeep... > >>>>>>> > >>>>>>> Tests run: 1310, Failures: 0, Errors: 1, Skipped: 114 > >>>>>>> > >>>>>>> $ java -version > >>>>>>> java version "1.7.0_45" > >>>>>>> Java(TM) SE Runtime Environment (build 1.7.0_45-b18) > >>>>>>> Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode) > >>>>>>> > >>>>>>> On Tue, Jun 30, 2015 at 6:47 PM, Jacques Nadeau < > [email protected] > >>> > >>>>>>> wrote: > >>>>>>> > >>>>>>>> I'm seeing failures running the build on master on a mac: > >>>>>>>> > >>>>>>>> $ java -version > >>>>>>>> java version "1.7.0_80" > >>>>>>>> Java(TM) SE Runtime Environment (build 1.7.0_80-b15) > >>>>>>>> Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode) > >>>>>>>> > >>>>>>>> $mvn install > >>>>>>>> > >>>>>>>> ... > >>>>>>>> > >>>>>>>> Failed tests: > >>>>>>>> TestDrillbitResilience.memoryLeaksWhenCancelled:890 We are leaking > >>>>>> 1812 > >>>>>>>> bytes expected:<0> but was:<1812> > >>>>>>>> > >>>>>>>> Tests in error: > >>> > TestMergingReceiver.twoBitTwoExchange:84->Object.wait:503->Object.wait:-2 > >>>>>>>> » t... > >>>>>>>> TestMergingReceiver.testMultipleProvidersMixedSizes:98 » test > >>>>> timed > >>>>>>> out > >>>>>>>> after... > >>>>>>>> TestSpoolingBuffer.testMultipleExchangesSingleThread:50 » test > >>>>> timed > >>>>>>> out > >>>>>>>> afte... > >>>>>>>> TestJoinNullable.testMergeLOJNullableOneOrderedInputDescNullsLast > >> » > >>>>>>>> UserRemote > >> > TestUnionAll.testFilterPushDownOverUnionAll:545->BaseTestQuery.testSqlWithResults:265->BaseTestQuery.testRunAndReturn:278 > >>>>>>>> » > >>>>>>>> TestUnionAll>BaseTestQuery.closeClient:233 » IllegalState > >> Attempted > >>>>>> to > >>>>>>>> close a... > >>>>>>>> > >>>>>>>> On Tue, Jun 30, 2015 at 6:05 PM, Jacques Nadeau < > >> [email protected]> > >>>>>>>> wrote: > >>>>>>>> > >>>>>>>>> Agreed. I'll spin a release. > >>>>>>>>> > >>>>>>>>>> On Tue, Jun 30, 2015 at 6:01 PM, Parth Chandra < > >> [email protected]> > >>>>>>>>> wrote: > >>>>>>>>> > >>>>>>>>>> Hey guys, > >>>>>>>>>> > >>>>>>>>>> Looks like 1.1 is looking fairly good with about 119 issues > >>>>>> fixed. I > >>>>>>>>>> would recommend we start the release process for 1.1. > >>>>>>>>>> > >>>>>>>>>> Parth > >>>>>>>>>> > >>>>>>>>>> On Fri, Jun 26, 2015 at 8:49 AM, Jacques Nadeau < > >>>>> [email protected] > >>>>>>> > >>>>>>>>>> wrote: > >>>>>>>>>> > >>>>>>>>>>> Hey Guys, > >>>>>>>>>>> > >>>>>>>>>>> Looks like a number things are being wrapped up so it is > >>>>> probably > >>>>>>>> about > >>>>>>>>>>> time for a 1.1 release. Shall we branch in the next day or two > >>>>> and > >>>>>>> put > >>>>>>>>>> 1.1 > >>>>>>>>>>> to a vote? > >>>>>>>>>>> > >>>>>>>>>>> Jacques > >>>> > >>>> > >>>> > >>>> -- > >>>> Steven Phillips > >>>> Software Engineer > >>>> > >>>> mapr.com > >> > -- Abdelhakim Deneche Software Engineer <http://www.mapr.com/> Now Available - Free Hadoop On-Demand Training <http://www.mapr.com/training?utm_source=Email&utm_medium=Signature&utm_campaign=Free%20available>
