SGF-593 - Disable the default cache server when using org.apache.geode.distributed.ServerLauncher to fork a GemFire/Geode Server process.
This commit is contained in:
@@ -62,6 +62,7 @@ public class SpringServerLauncherCacheProviderIntegrationTests {
|
||||
|
||||
builder.setSpringXmlLocation(springXmlLocation);
|
||||
builder.setMemberName("membername");
|
||||
builder.setDisableDefaultServer(true);
|
||||
|
||||
ServerLauncher launcher = builder.build();
|
||||
ServerState state = launcher.start();
|
||||
|
||||
Reference in New Issue
Block a user