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-77 Commit: 2e06f01fce872ccd83ee3948b74754e574c5d0ce Parents: 5f603b6 Author: Dan Smith <[email protected]> Authored: Wed Oct 28 11:52:45 2015 -0700 Committer: Dan Smith <[email protected]> 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);
