You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2015/10/28 19:54:07 UTC

incubator-geode git commit: GEODE-453: Ignoring suspect string in testRegisterInterestNoDataStores

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-409 5f603b64f -> 2e06f01fc


GEODE-453: Ignoring suspect string in testRegisterInterestNoDataStores

Another suspect string from the same method.


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

Branch: refs/heads/feature/GEODE-409
Commit: 2e06f01fce872ccd83ee3948b74754e574c5d0ce
Parents: 5f603b6
Author: Dan Smith <up...@apache.org>
Authored: Wed Oct 28 11:52:45 2015 -0700
Committer: Dan Smith <up...@apache.org>
Committed: Wed Oct 28 11:53:50 2015 -0700

----------------------------------------------------------------------
 .../cache/partitioned/PersistentPartitionedRegionDUnitTest.java     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2e06f01f/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentPartitionedRegionDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentPartitionedRegionDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentPartitionedRegionDUnitTest.java
index 516655a..39ffb11 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentPartitionedRegionDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentPartitionedRegionDUnitTest.java
@@ -1339,6 +1339,7 @@ public class PersistentPartitionedRegionDUnitTest extends PersistentPartitionedR
     addExpectedException("SocketTimeoutException");
     addExpectedException("ServerConnectivityException");
     addExpectedException("Socket Closed");
+    addExpectedException("Unexpected IOException");
     final Host host = Host.getHost(0);
     VM vm0 = host.getVM(0);
     VM vm1 = host.getVM(1);