Re: LocatorLauncherTest is failing

2017-05-19 Thread Kirk Lund
Well I'm at a loss as to what's happening. If I run "test" on my Mac or on a Linux box, all of the UnitTests passes consistently: */Users/klund/dev/geode [1405]$ ./gradlew test* *...* *BUILD SUCCESSFUL* *Total time: 1 mins 30.552 secs* If I log into a worker on AWS and run "test", LocatorLaunch

LocatorLauncherTest is failing

2017-05-19 Thread Kirk Lund
The LocatorLauncherTest (a UnitTest) is now failing but only in precheckin. When I run it locally it passes consistently. I don't have a fix yet but I'm looking into it. It might continue failing all weekend. Sorry.