You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2016/05/20 17:11:12 UTC

[47/50] [abbrv] incubator-geode git commit: GEODE-1397: Add additional DS properties to override autogenerated ones

GEODE-1397: Add additional DS properties to override autogenerated ones


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/2dd3d906
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/2dd3d906
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/2dd3d906

Branch: refs/heads/feature/GEODE-835
Commit: 2dd3d9065e8cfb942c88ee24b28bffbfcc1e0357
Parents: 5ebd3ff
Author: Jens Deppe <jd...@pivotal.io>
Authored: Fri May 20 07:51:00 2016 -0700
Committer: Jens Deppe <jd...@pivotal.io>
Committed: Fri May 20 07:51:00 2016 -0700

----------------------------------------------------------------------
 .../internal/cli/commands/HelpCommandsIntegrationTest.java         | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2dd3d906/geode-core/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/HelpCommandsIntegrationTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/HelpCommandsIntegrationTest.java b/geode-core/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/HelpCommandsIntegrationTest.java
index 2c048fc..0707766 100644
--- a/geode-core/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/HelpCommandsIntegrationTest.java
+++ b/geode-core/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/HelpCommandsIntegrationTest.java
@@ -57,6 +57,8 @@ public class HelpCommandsIntegrationTest {
     jmxPort = AvailablePortHelper.getRandomAvailableTCPPort();
 
     Properties localProps = new Properties();
+    localProps.setProperty(DistributionConfig.LOCATORS_NAME, "");
+    localProps.setProperty(DistributionConfig.MCAST_PORT_NAME, "0");
     localProps.setProperty(DistributionConfig.JMX_MANAGER_NAME, "true");
     localProps.setProperty(DistributionConfig.JMX_MANAGER_START_NAME, "true");
     localProps.setProperty(DistributionConfig.JMX_MANAGER_PORT_NAME, String.valueOf(jmxPort));