Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1706418097 for ; Fri, 30 Oct 2015 22:29:58 +0000 (UTC) Received: (qmail 52707 invoked by uid 500); 30 Oct 2015 22:29:57 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 52673 invoked by uid 500); 30 Oct 2015 22:29:57 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 52664 invoked by uid 99); 30 Oct 2015 22:29:57 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2015 22:29:57 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 6D15818097A for ; Fri, 30 Oct 2015 22:29:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.771 X-Spam-Level: X-Spam-Status: No, score=0.771 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id CwaYdJpnJ4xh for ; Fri, 30 Oct 2015 22:29:53 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 6E1D220634 for ; Fri, 30 Oct 2015 22:29:53 +0000 (UTC) Received: (qmail 52650 invoked by uid 99); 30 Oct 2015 22:29:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2015 22:29:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EA060E042F; Fri, 30 Oct 2015 22:29:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: eshu11@apache.org To: commits@geode.incubator.apache.org Message-Id: <5ce43f45816e4e38b525794bcca2b089@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-geode git commit: [fixes GEODE-507] Add the exception as expected. Date: Fri, 30 Oct 2015 22:29:52 +0000 (UTC) Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-409 6e4edbd1a -> 74ecbe14a [fixes GEODE-507] Add the exception as expected. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/74ecbe14 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/74ecbe14 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/74ecbe14 Branch: refs/heads/feature/GEODE-409 Commit: 74ecbe14a04623a6ca427d8caaafc6e3f3e5d93e Parents: 6e4edbd Author: eshu Authored: Fri Oct 30 15:27:56 2015 -0700 Committer: eshu Committed: Fri Oct 30 15:27:56 2015 -0700 ---------------------------------------------------------------------- .../gemfire/internal/cache/tier/sockets/Bug36995DUnitTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/74ecbe14/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/Bug36995DUnitTest.java ---------------------------------------------------------------------- diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/Bug36995DUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/Bug36995DUnitTest.java index 1b60c0b..b4f50e8 100755 --- a/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/Bug36995DUnitTest.java +++ b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/Bug36995DUnitTest.java @@ -176,6 +176,8 @@ public class Bug36995DUnitTest extends DistributedTestCase */ public void testBug36995_UserSpecified() { + //work around GEODE-507 + addExpectedException("Connection reset"); Integer port1 = ((Integer)server1.invoke(Bug36995DUnitTest.class, "createServerCache")); Integer port2 = ((Integer)server2.invoke(Bug36995DUnitTest.class,