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 382F7200BD5 for ; Thu, 8 Dec 2016 18:49:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 34F8D160B1F; Thu, 8 Dec 2016 17:49:35 +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 7D4ED160B0A for ; Thu, 8 Dec 2016 18:49:34 +0100 (CET) Received: (qmail 40735 invoked by uid 500); 8 Dec 2016 17:49:33 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 40725 invoked by uid 99); 8 Dec 2016 17:49:33 -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; Thu, 08 Dec 2016 17:49:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 588A1E36DC; Thu, 8 Dec 2016 17:49:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: klund@apache.org To: commits@geode.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: geode git commit: GEODE-2190: add FlakyTest category to flaky test Date: Thu, 8 Dec 2016 17:49:33 +0000 (UTC) archived-at: Thu, 08 Dec 2016 17:49:35 -0000 Repository: geode Updated Branches: refs/heads/develop ef7418140 -> 2075ee348 GEODE-2190: add FlakyTest category to flaky test Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/2075ee34 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/2075ee34 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/2075ee34 Branch: refs/heads/develop Commit: 2075ee348e221d662468ead4c18b56923d3d7329 Parents: ef74181 Author: Kirk Lund Authored: Thu Dec 8 09:49:01 2016 -0800 Committer: Kirk Lund Committed: Thu Dec 8 09:49:01 2016 -0800 ---------------------------------------------------------------------- .../cache/wan/parallel/ParallelWANPropagationDUnitTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/2075ee34/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/parallel/ParallelWANPropagationDUnitTest.java ---------------------------------------------------------------------- diff --git a/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/parallel/ParallelWANPropagationDUnitTest.java b/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/parallel/ParallelWANPropagationDUnitTest.java index bbd65fe..6a190ef 100644 --- a/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/parallel/ParallelWANPropagationDUnitTest.java +++ b/geode-wan/src/test/java/org/apache/geode/internal/cache/wan/parallel/ParallelWANPropagationDUnitTest.java @@ -285,6 +285,7 @@ public class ParallelWANPropagationDUnitTest extends WANTestBase { * * @throws Exception */ + @Category(FlakyTest.class) @Test public void testParallelPropagationWithLocalCacheClosedAndRebuilt() throws Exception { Integer lnPort = (Integer) vm0.invoke(() -> WANTestBase.createFirstLocatorWithDSId(1));