You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2015/11/03 20:39:00 UTC

[28/35] incubator-geode git commit: [fixes GEODE-477] add the exception as expected for the test.

[fixes GEODE-477] add the exception as expected for the test.


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

Branch: refs/heads/develop
Commit: 6e4edbd1a667e858e0b620c76c64af6e218c2fb7
Parents: e26f3da
Author: eshu <es...@pivotal.io>
Authored: Fri Oct 30 13:05:30 2015 -0700
Committer: eshu <es...@pivotal.io>
Committed: Fri Oct 30 13:05:30 2015 -0700

----------------------------------------------------------------------
 .../internal/cache/tier/sockets/ClientServerMiscDUnitTest.java     | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6e4edbd1/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/ClientServerMiscDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/ClientServerMiscDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/ClientServerMiscDUnitTest.java
index 16020a5..761fe06 100755
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/ClientServerMiscDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/ClientServerMiscDUnitTest.java
@@ -707,6 +707,8 @@ public class ClientServerMiscDUnitTest extends CacheTestCase
    */
   public void testBug35380() throws Exception
   {
+    //work around GEODE-477
+    addExpectedException("Connection reset");
     Properties props = new Properties();
     props.setProperty("mcast-port", "0");
     props.setProperty("locators", "");