Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F2098200BC0 for ; Tue, 15 Nov 2016 21:48:54 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id F0E0C160B19; Tue, 15 Nov 2016 20:48:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3B6A0160B15 for ; Tue, 15 Nov 2016 21:48:54 +0100 (CET) Received: (qmail 40065 invoked by uid 500); 15 Nov 2016 20:48:53 -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 40032 invoked by uid 99); 15 Nov 2016 20:48:53 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2016 20:48:53 +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 F1FD5185F3A for ; Tue, 15 Nov 2016 20:48:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.218 X-Spam-Level: X-Spam-Status: No, score=-6.218 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 8wJ7RLCCNIXA for ; Tue, 15 Nov 2016 20:48:51 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 1041B60E22 for ; Tue, 15 Nov 2016 20:48:49 +0000 (UTC) Received: (qmail 38914 invoked by uid 99); 15 Nov 2016 20:48:49 -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, 15 Nov 2016 20:48:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 27920EF9A9; Tue, 15 Nov 2016 20:48:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: klund@apache.org To: commits@geode.incubator.apache.org Date: Tue, 15 Nov 2016 20:49:15 -0000 Message-Id: <68c7331fddba427882d41872725ceaf6@git.apache.org> In-Reply-To: <5e985eea15f64f24b4f32a8d65571c60@git.apache.org> References: <5e985eea15f64f24b4f32a8d65571c60@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [28/50] [abbrv] incubator-geode git commit: reformatted recent commit with spotlessApply archived-at: Tue, 15 Nov 2016 20:48:55 -0000 reformatted recent commit with spotlessApply I actually reformatted this in Idea with the recommended format config loaded but apparently it's not in line with what the Spotless config requires and caused a build to fail. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/95a07d20 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/95a07d20 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/95a07d20 Branch: refs/heads/feature/GEODE-1930 Commit: 95a07d207931582dc2606e71cdc56e61dbed6088 Parents: 665570e Author: Bruce Schuchardt Authored: Mon Nov 14 10:31:57 2016 -0800 Committer: Bruce Schuchardt Committed: Mon Nov 14 10:31:57 2016 -0800 ---------------------------------------------------------------------- .../membership/gms/membership/GMSJoinLeaveJUnitTest.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/95a07d20/geode-core/src/test/java/org/apache/geode/distributed/internal/membership/gms/membership/GMSJoinLeaveJUnitTest.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/org/apache/geode/distributed/internal/membership/gms/membership/GMSJoinLeaveJUnitTest.java b/geode-core/src/test/java/org/apache/geode/distributed/internal/membership/gms/membership/GMSJoinLeaveJUnitTest.java index 4143be1..4fa6f07 100644 --- a/geode-core/src/test/java/org/apache/geode/distributed/internal/membership/gms/membership/GMSJoinLeaveJUnitTest.java +++ b/geode-core/src/test/java/org/apache/geode/distributed/internal/membership/gms/membership/GMSJoinLeaveJUnitTest.java @@ -487,7 +487,7 @@ public class GMSJoinLeaveJUnitTest { view.getCrashedMembers().contains(mockMembers[0])); } -// @Category(FlakyTest.class) // GEODE-2074: timed out waiting for view #7 + // @Category(FlakyTest.class) // GEODE-2074: timed out waiting for view #7 @Test public void testDuplicateJoinRequestDoesNotCauseNewView() throws Exception { initMocks(); @@ -532,9 +532,8 @@ public class GMSJoinLeaveJUnitTest { && (!gmsJoinLeave.getViewRequests().isEmpty() || gmsJoinLeave.getView().getViewId() != viewId)) { if (sleeps++ > 20) { - throw new RuntimeException( - "timeout waiting for view #" + viewId + " current view: " + gmsJoinLeave.getView() - + "; view requests: " + gmsJoinLeave.getViewRequests()); + throw new RuntimeException("timeout waiting for view #" + viewId + " current view: " + + gmsJoinLeave.getView() + "; view requests: " + gmsJoinLeave.getViewRequests()); } Thread.sleep(1000); }