Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-409 937134b6b -> 5c7bbd019


GEODE-453, GEODE-458: Ignoring suspect string in 
testRegisterInterestNoDataStores


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

Branch: refs/heads/feature/GEODE-409
Commit: 5c7bbd019cd2dd4bb4929dc355144c584b7514dd
Parents: 937134b
Author: Dan Smith <[email protected]>
Authored: Wed Oct 21 14:16:54 2015 -0700
Committer: Dan Smith <[email protected]>
Committed: Wed Oct 21 14:20:00 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/5c7bbd01/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 8b3ae52..6274dcf 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
@@ -1325,6 +1325,11 @@ public class PersistentPartitionedRegionDUnitTest 
extends PersistentPartitionedR
   
   
   public void testRegisterInterestNoDataStores() {
+    //Closing the client may log a warning on the server
+    addExpectedException("Connection reset");
+    addExpectedException("SocketTimeoutException");
+    addExpectedException("ServerConnectivityException");
+    addExpectedException("Socket Closed");
     final Host host = Host.getHost(0);
     VM vm0 = host.getVM(0);
     VM vm1 = host.getVM(1);

Reply via email to