You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2019/02/26 21:03:42 UTC

[geode] branch develop updated: GEODE-6437: add more ignored exceptions (#3236)

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

jinmeiliao pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new a859b23  GEODE-6437: add more ignored exceptions (#3236)
a859b23 is described below

commit a859b2366de6a213916366c4a848bcfb10d21d1f
Author: jinmeiliao <ji...@pivotal.io>
AuthorDate: Tue Feb 26 13:03:28 2019 -0800

    GEODE-6437: add more ignored exceptions (#3236)
---
 .../internal/configuration/ClusterConfigLocatorRestartDUnitTest.java    | 2 ++
 1 file changed, 2 insertions(+)

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 d750969..589ba0a 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
@@ -55,6 +55,8 @@ public class ClusterConfigLocatorRestartDUnitTest {
   @Test
   public void serverRestartsAfterLocatorReconnects() throws Exception {
     IgnoredException.addIgnoredException("org.apache.geode.ForcedDisconnectException: for testing");
+    IgnoredException
+        .addIgnoredException("member unexpectedly shut down shared, unordered connection");
 
     MemberVM locator0 = rule.startLocatorVM(0);