Re: ServerLauncher with test classpath causes main to go into ExportLogsIntegrationTest

2017-04-03 Thread Jinmei Liao
rebase to develop should fix this. On Mon, Apr 3, 2017 at 5:42 PM, Kirk Lund wrote: > I just started forked a JVM from a benchmark setup using something like > this: > > List command = new ArrayList<>(); > command.add( > new File(new File(System.getProperty("java.home"), "b

ServerLauncher with test classpath causes main to go into ExportLogsIntegrationTest

2017-04-03 Thread Kirk Lund
I just started forked a JVM from a benchmark setup using something like this: List command = new ArrayList<>(); command.add( new File(new File(System.getProperty("java.home"), "bin"), "java").getCanonicalPath()); command.add( "-D" + DistributionConfig.GEMFIRE_