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 548C5200B66 for ; Thu, 18 Aug 2016 21:27:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5371D160A86; Thu, 18 Aug 2016 19:27:26 +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 AAAAE160AB7 for ; Thu, 18 Aug 2016 21:27:25 +0200 (CEST) Received: (qmail 9295 invoked by uid 500); 18 Aug 2016 19:27:24 -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 9280 invoked by uid 99); 18 Aug 2016 19:27:24 -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; Thu, 18 Aug 2016 19:27:24 +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 5DF7B1804F0 for ; Thu, 18 Aug 2016 19:27:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 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=-1.426] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id vv4zQ104IkGq for ; Thu, 18 Aug 2016 19:27:23 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 58B365FDFA for ; Thu, 18 Aug 2016 19:27:21 +0000 (UTC) Received: (qmail 6869 invoked by uid 99); 18 Aug 2016 19:27:20 -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, 18 Aug 2016 19:27:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 056BEE0FCB; Thu, 18 Aug 2016 19:27:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hiteshkhamesra@apache.org To: commits@geode.incubator.apache.org Date: Thu, 18 Aug 2016 19:27:31 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [13/50] [abbrv] incubator-geode git commit: GEODE-1775: annotate test with FlakyTest category archived-at: Thu, 18 Aug 2016 19:27:26 -0000 GEODE-1775: annotate test with FlakyTest category Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f7377ac5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/f7377ac5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/f7377ac5 Branch: refs/heads/feature/GEODE-1372 Commit: f7377ac59497e229e0665067bd911d1a6ffdf292 Parents: 2daae4c Author: Kirk Lund Authored: Mon Aug 15 12:59:07 2016 -0700 Committer: Kirk Lund Committed: Mon Aug 15 12:59:07 2016 -0700 ---------------------------------------------------------------------- ...llelWANPropagationClientServerDUnitTest.java | 22 ++++---------------- 1 file changed, 4 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f7377ac5/geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/parallel/ParallelWANPropagationClientServerDUnitTest.java ---------------------------------------------------------------------- diff --git a/geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/parallel/ParallelWANPropagationClientServerDUnitTest.java b/geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/parallel/ParallelWANPropagationClientServerDUnitTest.java index f87475e..2e84c4e 100644 --- a/geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/parallel/ParallelWANPropagationClientServerDUnitTest.java +++ b/geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/parallel/ParallelWANPropagationClientServerDUnitTest.java @@ -16,34 +16,20 @@ */ package com.gemstone.gemfire.internal.cache.wan.parallel; -import org.junit.experimental.categories.Category; import org.junit.Test; - -import static org.junit.Assert.*; - -import com.gemstone.gemfire.test.dunit.cache.internal.JUnit4CacheTestCase; -import com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase; -import com.gemstone.gemfire.test.junit.categories.DistributedTest; +import org.junit.experimental.categories.Category; import com.gemstone.gemfire.internal.cache.wan.WANTestBase; -import com.gemstone.gemfire.test.dunit.AsyncInvocation; +import com.gemstone.gemfire.test.junit.categories.DistributedTest; +import com.gemstone.gemfire.test.junit.categories.FlakyTest; -/** - * - */ @Category(DistributedTest.class) public class ParallelWANPropagationClientServerDUnitTest extends WANTestBase { - private static final long serialVersionUID = 1L; - - public ParallelWANPropagationClientServerDUnitTest() { - super(); - } /** * Normal happy scenario test case. - * - * @throws Exception */ + @Category(FlakyTest.class) // GEODE-1775: fails intermittently @Test public void testParallelPropagationWithClientServer() throws Exception { Integer lnPort = (Integer)vm0.invoke(() -> WANTestBase.createFirstLocatorWithDSId( 1 ));