Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE72818D27 for ; Fri, 4 Sep 2015 16:48:53 +0000 (UTC) Received: (qmail 85490 invoked by uid 500); 4 Sep 2015 16:48:53 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 85460 invoked by uid 500); 4 Sep 2015 16: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 85451 invoked by uid 99); 4 Sep 2015 16:48:53 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2015 16:48:53 +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 0CBE4C0867 for ; Fri, 4 Sep 2015 16:48:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.775 X-Spam-Level: * X-Spam-Status: No, score=1.775 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.006, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id PHzme5RrIRps for ; Fri, 4 Sep 2015 16:48:45 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 020DF5072F for ; Fri, 4 Sep 2015 16:48:44 +0000 (UTC) Received: (qmail 85290 invoked by uid 99); 4 Sep 2015 16:48:44 -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; Fri, 04 Sep 2015 16:48:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3C93BDFBE6; Fri, 4 Sep 2015 16:48:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bschuchardt@apache.org To: commits@geode.incubator.apache.org Date: Fri, 04 Sep 2015 16:48:44 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] incubator-geode git commit: disabling tests Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-77 017861064 -> cfbf5a404 disabling 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/54b83d89 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/54b83d89 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/54b83d89 Branch: refs/heads/feature/GEODE-77 Commit: 54b83d89c106f4080d13895f51d2db654f8d490a Parents: 0178610 Author: Bruce Schuchardt Authored: Fri Sep 4 09:47:21 2015 -0700 Committer: Bruce Schuchardt Committed: Fri Sep 4 09:47:21 2015 -0700 ---------------------------------------------------------------------- .../gemfire/cache/ClientServerTimeSyncDUnitTest.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54b83d89/gemfire-core/src/test/java/com/gemstone/gemfire/cache/ClientServerTimeSyncDUnitTest.java ---------------------------------------------------------------------- diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/ClientServerTimeSyncDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/ClientServerTimeSyncDUnitTest.java index f9c9374..c92779f 100755 --- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/ClientServerTimeSyncDUnitTest.java +++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/ClientServerTimeSyncDUnitTest.java @@ -24,7 +24,7 @@ public class ClientServerTimeSyncDUnitTest extends CacheTestCase { super(name); } - @Ignore("BUg 52327") + @Ignore("Bug 52327") public void DISABLED_testClientTimeAdvances() { Host host = Host.getHost(0); VM vm0 = host.getVM(0); // Server @@ -96,9 +96,13 @@ public class ClientServerTimeSyncDUnitTest extends CacheTestCase { vm1.invoke(CacheTestCase.class, "disconnectFromDS"); } } + + public void testNothing() { + // place-holder to keep dunit runner from barfing + } @Ignore("not yet implemented") - public void testClientTimeSlowsDown() { + public void DISABLED_testClientTimeSlowsDown() { Host host = Host.getHost(0); VM vm0 = host.getVM(0); // Server VM vm1 = host.getVM(1); // Client