You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2019/04/15 22:01:32 UTC

[geode] branch feature/GEODE-6646 updated: addressing stress-test failure

This is an automated email from the ASF dual-hosted git repository.

bschuchardt pushed a commit to branch feature/GEODE-6646
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/GEODE-6646 by this push:
     new 0d3b32d  addressing stress-test failure
0d3b32d is described below

commit 0d3b32d6b401781d869be81d0511cc38df477cc2
Author: Bruce Schuchardt <bs...@pivotal.io>
AuthorDate: Mon Apr 15 15:00:54 2019 -0700

    addressing stress-test failure
---
 .../internal/configuration/ClusterConfigLocatorRestartDUnitTest.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geode-core/src/distributedTest/java/org/apache/geode/management/internal/configuration/ClusterConfigLocatorRestartDUnitTest.java b/geode-core/src/distributedTest/java/org/apache/geode/management/internal/configuration/ClusterConfigLocatorRestartDUnitTest.java
index 419d6c0..81c3d0c 100644
--- a/geode-core/src/distributedTest/java/org/apache/geode/management/internal/configuration/ClusterConfigLocatorRestartDUnitTest.java
+++ b/geode-core/src/distributedTest/java/org/apache/geode/management/internal/configuration/ClusterConfigLocatorRestartDUnitTest.java
@@ -97,12 +97,12 @@ public class ClusterConfigLocatorRestartDUnitTest {
 
 
     Properties properties = new Properties();
-    properties.setProperty(MAX_WAIT_TIME_RECONNECT, "5000");
+    properties.setProperty(MAX_WAIT_TIME_RECONNECT, "30000");
 
     MemberVM locator0 = rule.startLocatorVM(0, properties);
     MemberVM locator1 = rule.startLocatorVM(1, properties, locator0.getPort());
 
-    MemberVM server2 = rule.startServerVM(2, properties, locator0.getPort(), locator1.getPort());
+    rule.startServerVM(2, properties, locator0.getPort(), locator1.getPort());
     MemberVM server3 = rule.startServerVM(3, properties, locator0.getPort(), locator1.getPort());
 
     // Shut down hard