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 > >> > > >> > > > > >
