Re: Drill Tests Fail on Local Machine

2018-04-18 Thread Timothy Farkas
_ From: Timothy Farkas Sent: Wednesday, April 18, 2018 11:05:40 AM To: dev@drill.apache.org Subject: Re: Drill Tests Fail on Local Machine Sigh, I'll keep fiddling with it then and try to reproduce on a Travis osx container. Also I just realized another way to run the build for everything e

Re: Drill Tests Fail on Local Machine

2018-04-18 Thread Timothy Farkas
: Charles Givre Sent: Tuesday, April 17, 2018 7:10:09 PM To: dev@drill.apache.org Subject: Re: Drill Tests Fail on Local Machine HI Tim, No joy :-( --- Test set: org.apache.drill.exec.store.mong

Re: Drill Tests Fail on Local Machine

2018-04-17 Thread Charles Givre
:cgi...@gmail.com>> > Sent: Tuesday, April 17, 2018 3:54:18 PM > To: dev@drill.apache.org <mailto:dev@drill.apache.org> > Subject: Re: Drill Tests Fail on Local Machine > > Here you go > > > cgivre$ locale > LANG="en_US.UTF-8" > LC_COLLATE="en_US.U

Re: Drill Tests Fail on Local Machine

2018-04-17 Thread Timothy Farkas
issue for them. The branch includes those fixes. Thanks, Tim From: Charles Givre Sent: Tuesday, April 17, 2018 3:54:18 PM To: dev@drill.apache.org Subject: Re: Drill Tests Fail on Local Machine Here you go cgivre$ locale LANG="en_US.UTF-8" LC_COLLA

Re: Drill Tests Fail on Local Machine

2018-04-17 Thread Charles Givre
, > Tim > > From: Charles Givre mailto:cgi...@gmail.com>> > Sent: Tuesday, April 17, 2018 2:02:11 PM > To: dev@drill.apache.org <mailto:dev@drill.apache.org> > Subject: Re: Drill Tests Fail on Local Machine > > Hi Tim, > Thank

Re: Drill Tests Fail on Local Machine

2018-04-17 Thread Timothy Farkas
: dev@drill.apache.org Subject: Re: Drill Tests Fail on Local Machine Hi Tim, Thanks for getting back with me. I’m on a Mac with High Sierra. Here’s my Java info: java -version java version "1.8.0_65" Java(TM) SE Runtime Environment (build 1.8.0_65-b17) Java HotSpot(TM) 64-Bit Server VM (b

Re: Drill Tests Fail on Local Machine

2018-04-17 Thread Charles Givre
couple possibilities. Are you running 32-bit java or are you > developing on Windows? > > Thanks, > Tim > > > From: Charles Givre mailto:cgi...@gmail.com>> > Sent: Tuesday, April 17, 2018 10:25:17 AM > To: dev@drill.apache.o

Re: Drill Tests Fail on Local Machine

2018-04-17 Thread Timothy Farkas
17, 2018 10:25:17 AM To: dev@drill.apache.org Subject: Re: Drill Tests Fail on Local Machine Hi Tim, Here’s the error: Results : Tests in error: MongoTestSuit.initMongo:226 » Error while starting shrded cluster. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 [INFO

Re: Drill Tests Fail on Local Machine

2018-04-17 Thread Charles Givre
Hi Tim, Here’s the error: Results : Tests in error: MongoTestSuit.initMongo:226 » Error while starting shrded cluster. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 [INFO] [INFO] BUILD FAILURE [INFO] ---

Re: Drill Tests Fail on Local Machine

2018-04-17 Thread Timothy Farkas
Hi Charles, You can cd into the submodule that you want to test and run mvn clean install as usual. This will run only the unit tests for the sub module you cd'ed into. Could you post the tests that are failing for MongoDB along with the exceptions for those tests? If you could provide the comp