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 65C6E200B2F for ; Sun, 19 Jun 2016 03:15:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 64434160A50; Sun, 19 Jun 2016 01:15:18 +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 AB967160A63 for ; Sun, 19 Jun 2016 03:15:17 +0200 (CEST) Received: (qmail 4607 invoked by uid 500); 19 Jun 2016 01:15:16 -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 4598 invoked by uid 99); 19 Jun 2016 01:15:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2016 01:15:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 5D887C0E62 for ; Sun, 19 Jun 2016 01:15:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-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 (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id UlUALma1mlRQ for ; Sun, 19 Jun 2016 01:15:14 +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 462C45F232 for ; Sun, 19 Jun 2016 01:15:13 +0000 (UTC) Received: (qmail 4489 invoked by uid 99); 19 Jun 2016 01:15:12 -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; Sun, 19 Jun 2016 01:15:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 422ECE01BD; Sun, 19 Jun 2016 01:15:12 +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: Sun, 19 Jun 2016 01:15:12 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] incubator-geode git commit: GEODE-1568: disable PreloadedRegionTestCase with @Ignore [Forced Update!] archived-at: Sun, 19 Jun 2016 01:15:18 -0000 Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1567 c5840793c -> 6612ce4d8 (forced update) GEODE-1568: disable PreloadedRegionTestCase with @Ignore Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b53d28ff Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/b53d28ff Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/b53d28ff Branch: refs/heads/feature/GEODE-1567 Commit: b53d28ff6696b5753c4642fc910b66042a4cc014 Parents: db739b2 Author: Kirk Lund Authored: Sat Jun 18 18:13:44 2016 -0700 Committer: Kirk Lund Committed: Sat Jun 18 18:13:44 2016 -0700 ---------------------------------------------------------------------- .../gemfire/cache30/PreloadedRegionTestCase.java | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b53d28ff/geode-core/src/test/java/com/gemstone/gemfire/cache30/PreloadedRegionTestCase.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/com/gemstone/gemfire/cache30/PreloadedRegionTestCase.java b/geode-core/src/test/java/com/gemstone/gemfire/cache30/PreloadedRegionTestCase.java index b897603..7f023bb 100644 --- a/geode-core/src/test/java/com/gemstone/gemfire/cache30/PreloadedRegionTestCase.java +++ b/geode-core/src/test/java/com/gemstone/gemfire/cache30/PreloadedRegionTestCase.java @@ -16,14 +16,11 @@ */ package com.gemstone.gemfire.cache30; -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.Ignore; +import org.junit.Test; +import org.junit.experimental.categories.Category; import com.gemstone.gemfire.cache.AttributesFactory; import com.gemstone.gemfire.cache.CacheException; @@ -35,6 +32,7 @@ import com.gemstone.gemfire.test.dunit.Assert; import com.gemstone.gemfire.test.dunit.Host; import com.gemstone.gemfire.test.dunit.SerializableRunnable; import com.gemstone.gemfire.test.dunit.VM; +import com.gemstone.gemfire.test.junit.categories.DistributedTest; /** * This class tests the functionality of a cache {@link Region region} @@ -43,12 +41,9 @@ import com.gemstone.gemfire.test.dunit.VM; * @since GemFire 3.0 */ @Category(DistributedTest.class) +@Ignore("TODO: test disabled because of GEODE-1568") public class PreloadedRegionTestCase extends MultiVMRegionTestCase { - public PreloadedRegionTestCase() { - super(); - } - /** * Returns region attributes for a GLOBAL region */ @@ -92,7 +87,6 @@ public class PreloadedRegionTestCase extends MultiVMRegionTestCase { } }; - Host host = Host.getHost(0); VM vm0 = host.getVM(0);