SGF-593 - Disable the default cache server when using org.apache.geode.distributed.ServerLauncher to fork a GemFire/Geode Server process.

(cherry picked from commit 8ed71a719c76ff2bf531efff1ee934d23a3234c1)
Signed-off-by: John Blum <jblum@pivotal.io>
This commit is contained in:
John Blum
2017-02-07 23:56:00 -08:00
parent cfdc90768a
commit 5ba0a5712d

View File

@@ -67,6 +67,7 @@ public class SpringServerLauncherCacheProviderIntegrationTest {
builder.setSpringXmlLocation(springXmlLocation);
builder.setMemberName("membername");
builder.setDisableDefaultServer(true);
ServerLauncher launcher = builder.build();
ServerState state = launcher.start();