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 280C0176E9 for ; Wed, 9 Sep 2015 23:47:45 +0000 (UTC) Received: (qmail 85208 invoked by uid 500); 9 Sep 2015 23:47:45 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 85161 invoked by uid 500); 9 Sep 2015 23:47:44 -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 85152 invoked by uid 99); 9 Sep 2015 23:47:44 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Sep 2015 23:47:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 7BE8E1A0A73 for ; Wed, 9 Sep 2015 23:47:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.795 X-Spam-Level: * X-Spam-Status: No, score=1.795 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.006, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id NGGKy73l9sVJ for ; Wed, 9 Sep 2015 23:47:38 +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 E56E743B03 for ; Wed, 9 Sep 2015 23:47:37 +0000 (UTC) Received: (qmail 85113 invoked by uid 99); 9 Sep 2015 23:47:37 -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; Wed, 09 Sep 2015 23:47:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1FF59E0102; Wed, 9 Sep 2015 23:47:37 +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 Message-Id: <94fb973176b847ba82780da68517a3f0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-geode git commit: GEODE-77 fixed a test failure Date: Wed, 9 Sep 2015 23:47:37 +0000 (UTC) Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-77 36b81da23 -> 1553ddcd0 GEODE-77 fixed a test failure This test was converted to use a locator instead of mcast discovery but that increased the number of resource manager profiles, causing test verification to fail. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/1553ddcd Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/1553ddcd Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/1553ddcd Branch: refs/heads/feature/GEODE-77 Commit: 1553ddcd0f45d8859c2c6f0329e3d1516a388796 Parents: 36b81da Author: Bruce Schuchardt Authored: Wed Sep 9 16:45:36 2015 -0700 Committer: Bruce Schuchardt Committed: Wed Sep 9 16:47:03 2015 -0700 ---------------------------------------------------------------------- .../cache/management/MemoryThresholdsDUnitTest.java | 10 +++++----- .../management/MemoryThresholdsOffHeapDUnitTest.java | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/1553ddcd/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsDUnitTest.java ---------------------------------------------------------------------- diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsDUnitTest.java index 65046e9..6e594c5 100644 --- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsDUnitTest.java +++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsDUnitTest.java @@ -494,8 +494,8 @@ public class MemoryThresholdsDUnitTest extends BridgeTestCase { ServerPorts ports2 = startCacheServer(server2, 0f, 0f, regionName, false/*createPR*/, false/*notifyBySubscription*/, 0); - verifyProfiles(server1, 1); - verifyProfiles(server2, 1); + verifyProfiles(server1, 2); + verifyProfiles(server2, 2); server2.invoke(new SerializableCallable() { public Object call() throws Exception { @@ -504,13 +504,13 @@ public class MemoryThresholdsDUnitTest extends BridgeTestCase { } }); - verifyProfiles(server1, 0); + verifyProfiles(server1, 1); startCacheServer(server3, 0f, 0f, regionName, false/*createPR*/, false/*notifyBySubscription*/, 0); - verifyProfiles(server1, 1); - verifyProfiles(server3, 1); + verifyProfiles(server1, 2); + verifyProfiles(server3, 2); } public void testPR_RemotePutRejectionLocalDestroy() throws Exception { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/1553ddcd/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsOffHeapDUnitTest.java ---------------------------------------------------------------------- diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsOffHeapDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsOffHeapDUnitTest.java index 4ab1a4e..dd1e7e9 100644 --- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsOffHeapDUnitTest.java +++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/management/MemoryThresholdsOffHeapDUnitTest.java @@ -1269,8 +1269,8 @@ public class MemoryThresholdsOffHeapDUnitTest extends BridgeTestCase { startCacheServer(server2, port2, 0f, 0f, regionName, false/*createPR*/, false/*notifyBySubscription*/, 0); - verifyProfiles(server1, 1); - verifyProfiles(server2, 1); + verifyProfiles(server1, 2); + verifyProfiles(server2, 2); server2.invoke(new SerializableCallable() { public Object call() throws Exception { @@ -1279,13 +1279,13 @@ public class MemoryThresholdsOffHeapDUnitTest extends BridgeTestCase { } }); - verifyProfiles(server1, 0); + verifyProfiles(server1, 1); startCacheServer(server3, port3, 0f, 0f, regionName, false/*createPR*/, false/*notifyBySubscription*/, 0); - verifyProfiles(server1, 1); - verifyProfiles(server3, 1); + verifyProfiles(server1, 2); + verifyProfiles(server3, 2); } public void testPRClientPutRejection() throws Exception {