Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-352 [created] 7f758b5ee


GEODE-350: fixing suspect string from 
testReplaceOfflineMemberAndRestartCreateColocatedPRLate

This test shuts down members, so it's reasonable to see a
RegionDestroyedException in the logs.


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

Branch: refs/heads/feature/GEODE-352
Commit: ca660caae5221b4ccdfec6d56dc1b4badd7f4a2d
Parents: 8639b86
Author: Dan Smith <upthewatersp...@apache.org>
Authored: Thu Sep 24 15:55:06 2015 -0700
Committer: Dan Smith <upthewatersp...@apache.org>
Committed: Thu Sep 24 15:55:06 2015 -0700

----------------------------------------------------------------------
 .../partitioned/PersistentColocatedPartitionedRegionDUnitTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ca660caa/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentColocatedPartitionedRegionDUnitTest.java
----------------------------------------------------------------------
diff --git 
a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentColocatedPartitionedRegionDUnitTest.java
 
b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentColocatedPartitionedRegionDUnitTest.java
index 4dcc2cb..8e45a8f 100644
--- 
a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentColocatedPartitionedRegionDUnitTest.java
+++ 
b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentColocatedPartitionedRegionDUnitTest.java
@@ -797,7 +797,7 @@ public class PersistentColocatedPartitionedRegionDUnitTest 
extends
    */
   public void 
replaceOfflineMemberAndRestartCreateColocatedPRLate(SerializableRunnable 
createParentPR, SerializableRunnable createChildPR) throws Throwable {
     addExpectedException("PartitionOfflineException");
-    addExpectedException("PartitionOfflineException");
+    addExpectedException("RegionDestroyedException");
     Host host = Host.getHost(0);
     VM vm0 = host.getVM(0);
     VM vm1 = host.getVM(1);

Reply via email to