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 62FF518C1F for ; Tue, 29 Sep 2015 20:40:51 +0000 (UTC) Received: (qmail 51718 invoked by uid 500); 29 Sep 2015 20:40:48 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 51684 invoked by uid 500); 29 Sep 2015 20:40:48 -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 51675 invoked by uid 99); 29 Sep 2015 20:40:48 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2015 20:40:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id BBDDF1A346E for ; Tue, 29 Sep 2015 20:40:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.781 X-Spam-Level: * X-Spam-Status: No, score=1.781 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id RaHUSyFITh6a for ; Tue, 29 Sep 2015 20:40:46 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id AA16425BBE for ; Tue, 29 Sep 2015 20:40:45 +0000 (UTC) Received: (qmail 51454 invoked by uid 99); 29 Sep 2015 20:40:44 -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; Tue, 29 Sep 2015 20:40:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AEA6ADFC7F; Tue, 29 Sep 2015 20:40:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: upthewaterspout@apache.org To: commits@geode.incubator.apache.org Date: Tue, 29 Sep 2015 20:40:44 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] incubator-geode git commit: GEODE-352: Ingoring SocketTimeoutException in dunit runs Repository: incubator-geode Updated Branches: refs/heads/develop 48360fe7e -> f50ca04c9 GEODE-352: Ingoring SocketTimeoutException in dunit runs I believe this may also be the root cause of GEODE-270, GEODE-355, GEODE-298, and GEODE-326. The problem is that during tearDown, we start shutting down the cache servers first, resulting in connectivity errors on the client. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f50ca04c Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/f50ca04c Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/f50ca04c Branch: refs/heads/develop Commit: f50ca04c9e8f30f290851a3cd419f2a834b5c6e2 Parents: 9ecb91a Author: Dan Smith Authored: Thu Sep 24 16:18:30 2015 -0700 Committer: Dan Smith Committed: Tue Sep 29 13:11:27 2015 -0700 ---------------------------------------------------------------------- .../src/test/java/batterytest/greplogs/ExpectedStrings.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f50ca04c/gemfire-core/src/test/java/batterytest/greplogs/ExpectedStrings.java ---------------------------------------------------------------------- diff --git a/gemfire-core/src/test/java/batterytest/greplogs/ExpectedStrings.java b/gemfire-core/src/test/java/batterytest/greplogs/ExpectedStrings.java index 3bb47d4..1888fbe 100644 --- a/gemfire-core/src/test/java/batterytest/greplogs/ExpectedStrings.java +++ b/gemfire-core/src/test/java/batterytest/greplogs/ExpectedStrings.java @@ -146,6 +146,7 @@ public class ExpectedStrings { expected.add(Pattern.compile("Could not find any server to create redundant client")); expected.add(Pattern.compile("Could not find any server to create primary client")); expected.add(Pattern.compile("Pool unexpected closed socket on server")); + expected.add(Pattern.compile("SocketTimeoutException")); expected.add(Pattern.compile("Could not initialize a primary queue on startup")); expected.add(Pattern.compile("java.lang.IllegalArgumentException: Sample timestamp must be greater than previous timestamp")); //The following 2 strings are ignored due to bug 52042