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 2015/12/11 23:05:51 UTC

[18/50] [abbrv] incubator-geode git commit: GEODE-590: GMSLocatorRecoveryJUnitTest.testRecoverFromOther Reset gemfire.bind-address system property

GEODE-590: GMSLocatorRecoveryJUnitTest.testRecoverFromOther
Reset gemfire.bind-address system property


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

Branch: refs/heads/feature/GEODE-291
Commit: 1e93c6f952a4355da0a04319eaa800cfcbadaac6
Parents: bd43c34
Author: Jason Huynh <hu...@gmail.com>
Authored: Tue Dec 8 09:24:21 2015 -0800
Committer: Jason Huynh <hu...@gmail.com>
Committed: Tue Dec 8 09:24:21 2015 -0800

----------------------------------------------------------------------
 .../internal/membership/gms/fd/GMSHealthMonitorJUnitTest.java       | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/1e93c6f9/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/membership/gms/fd/GMSHealthMonitorJUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/membership/gms/fd/GMSHealthMonitorJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/membership/gms/fd/GMSHealthMonitorJUnitTest.java
index 86205b9..585ff17 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/membership/gms/fd/GMSHealthMonitorJUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/membership/gms/fd/GMSHealthMonitorJUnitTest.java
@@ -127,6 +127,7 @@ public class GMSHealthMonitorJUnitTest {
   @After
   public void tearDown() {
     gmsHealthMonitor.stop();
+    System.getProperties().remove("gemfire.bind-address");
   }
 
   @Test