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 50583200BA5 for ; Tue, 13 Sep 2016 21:11:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4F246160AAA; Tue, 13 Sep 2016 19:11: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 5C2CF160AD2 for ; Tue, 13 Sep 2016 21:11:53 +0200 (CEST) Received: (qmail 8675 invoked by uid 500); 13 Sep 2016 19:11:52 -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 8655 invoked by uid 99); 13 Sep 2016 19:11:52 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2016 19:11:52 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 1D5CFC03BC for ; Tue, 13 Sep 2016 19:11:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-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-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 67i4VdLIPfdn for ; Tue, 13 Sep 2016 19:11:49 +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 05D8F5F299 for ; Tue, 13 Sep 2016 19:11:48 +0000 (UTC) Received: (qmail 8435 invoked by uid 99); 13 Sep 2016 19:11:48 -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, 13 Sep 2016 19:11:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 14132E09AC; Tue, 13 Sep 2016 19:11:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: udo@apache.org To: commits@geode.incubator.apache.org Date: Tue, 13 Sep 2016 19:11:49 -0000 Message-Id: <82230b86095442ae8879277ec3e9f3d2@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [02/50] [abbrv] incubator-geode git commit: GEODE-420: fixing tests archived-at: Tue, 13 Sep 2016 19:11:54 -0000 GEODE-420: fixing tests Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/31cbd2f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/31cbd2f2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/31cbd2f2 Branch: refs/heads/develop Commit: 31cbd2f2b7bcf423656e1962df8e58e913f20492 Parents: 887f1df Author: Udo Kohlmeyer Authored: Tue Aug 16 15:08:05 2016 +1000 Committer: Udo Kohlmeyer Committed: Tue Aug 16 15:08:05 2016 +1000 ---------------------------------------------------------------------- .../java/com/gemstone/gemfire/distributed/LocatorDUnitTest.java | 5 +++++ .../java/com/gemstone/gemfire/management/JMXMBeanDUnitTest.java | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/31cbd2f2/geode-core/src/test/java/com/gemstone/gemfire/distributed/LocatorDUnitTest.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/com/gemstone/gemfire/distributed/LocatorDUnitTest.java b/geode-core/src/test/java/com/gemstone/gemfire/distributed/LocatorDUnitTest.java index 323bc5c..9fe4e8f 100755 --- a/geode-core/src/test/java/com/gemstone/gemfire/distributed/LocatorDUnitTest.java +++ b/geode-core/src/test/java/com/gemstone/gemfire/distributed/LocatorDUnitTest.java @@ -26,6 +26,7 @@ import java.util.List; import java.util.Properties; import java.util.Set; +import com.sun.xml.internal.ws.api.FeatureListValidatorAnnotation; import org.junit.Test; import org.junit.experimental.categories.Category; @@ -69,6 +70,7 @@ import com.gemstone.gemfire.test.dunit.Wait; import com.gemstone.gemfire.test.dunit.WaitCriterion; import com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase; import com.gemstone.gemfire.test.junit.categories.DistributedTest; +import com.gemstone.gemfire.test.junit.categories.FlakyTest; import com.gemstone.gemfire.util.test.TestUtil; /** @@ -434,6 +436,7 @@ public class LocatorDUnitTest extends JUnit4DistributedTestCase { } @Test + @Category(FlakyTest.class) public void testStartTwoLocatorsOneWithSSLAndTheOtherNonSSL() throws Exception { SocketCreatorFactory.close(); IgnoredException expectedException = IgnoredException.addIgnoredException("Unrecognized SSL message, plaintext connection"); @@ -493,6 +496,7 @@ public class LocatorDUnitTest extends JUnit4DistributedTestCase { } @Test + @Category(FlakyTest.class) public void testStartTwoLocatorsOneWithNonSSLAndTheOtherSSL() throws Exception { SocketCreatorFactory.close(); IgnoredException expectedException = IgnoredException.addIgnoredException("Remote host closed connection during handshake"); @@ -546,6 +550,7 @@ public class LocatorDUnitTest extends JUnit4DistributedTestCase { } @Test + @Category(FlakyTest.class) public void testStartTwoLocatorsWithDifferentSSLCertificates() throws Exception { SocketCreatorFactory.close(); IgnoredException expectedException = IgnoredException.addIgnoredException("Remote host closed connection during handshake"); http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/31cbd2f2/geode-core/src/test/java/com/gemstone/gemfire/management/JMXMBeanDUnitTest.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/com/gemstone/gemfire/management/JMXMBeanDUnitTest.java b/geode-core/src/test/java/com/gemstone/gemfire/management/JMXMBeanDUnitTest.java index 1b2115e..786d405 100644 --- a/geode-core/src/test/java/com/gemstone/gemfire/management/JMXMBeanDUnitTest.java +++ b/geode-core/src/test/java/com/gemstone/gemfire/management/JMXMBeanDUnitTest.java @@ -38,6 +38,7 @@ import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; +import org.junit.experimental.categories.Category; import com.gemstone.gemfire.distributed.AbstractLauncher; import com.gemstone.gemfire.distributed.LocatorLauncher; @@ -51,6 +52,7 @@ import com.gemstone.gemfire.test.dunit.Invoke; import com.gemstone.gemfire.test.dunit.NetworkUtils; import com.gemstone.gemfire.test.dunit.VM; import com.gemstone.gemfire.test.dunit.rules.DistributedRestoreSystemProperties; +import com.gemstone.gemfire.test.junit.categories.FlakyTest; import com.gemstone.gemfire.test.junit.rules.serializable.SerializableTemporaryFolder; import com.gemstone.gemfire.util.test.TestUtil; @@ -149,7 +151,7 @@ public class JMXMBeanDUnitTest extends DistributedTestCase { } @Test - @Ignore + @Category(FlakyTest.class) //To be fixed in GEODE-1716 public void testJMXOverNonSSL() throws Exception { locator.invoke("Configure and start Locator", () -> {