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 A83FA1899A for ; Tue, 11 Aug 2015 17:23:28 +0000 (UTC) Received: (qmail 24247 invoked by uid 500); 11 Aug 2015 17:16:48 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 24218 invoked by uid 500); 11 Aug 2015 17:16:48 -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 24209 invoked by uid 99); 11 Aug 2015 17:16:48 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Aug 2015 17:16:48 +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 8C12FDC4F4 for ; Tue, 11 Aug 2015 17:16:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.558 X-Spam-Level: * X-Spam-Status: No, score=1.558 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.222] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id xz8L5hATBSKs for ; Tue, 11 Aug 2015 17:16:47 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id E2D142512B for ; Tue, 11 Aug 2015 17:16:46 +0000 (UTC) Received: (qmail 24177 invoked by uid 99); 11 Aug 2015 17:16:46 -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, 11 Aug 2015 17:16:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B08E4E045F; Tue, 11 Aug 2015 17:16:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jasonhuynh@apache.org To: commits@geode.incubator.apache.org Message-Id: <08d59a130570409e8baa0da32e8a8b37@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-geode git commit: GEODE-193: Enable subset of CopyOnReadIndexJUnitTests Date: Tue, 11 Aug 2015 17:16:46 +0000 (UTC) Repository: incubator-geode Updated Branches: refs/heads/develop bd84581e3 -> 96fd856db GEODE-193: Enable subset of CopyOnReadIndexJUnitTests Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/96fd856d Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/96fd856d Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/96fd856d Branch: refs/heads/develop Commit: 96fd856db31f491c2d1977fbcf01b72b1ded25c0 Parents: bd84581 Author: Jason Huynh Authored: Tue Aug 11 10:17:04 2015 -0700 Committer: Jason Huynh Committed: Tue Aug 11 10:17:04 2015 -0700 ---------------------------------------------------------------------- .../cache/query/internal/index/CopyOnReadIndexJUnitTest.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/96fd856d/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/CopyOnReadIndexJUnitTest.java ---------------------------------------------------------------------- diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/CopyOnReadIndexJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/CopyOnReadIndexJUnitTest.java index dd5f980..e7fe997 100644 --- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/CopyOnReadIndexJUnitTest.java +++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/CopyOnReadIndexJUnitTest.java @@ -35,7 +35,7 @@ import com.gemstone.gemfire.test.junit.categories.IntegrationTest; public class CopyOnReadIndexJUnitTest { static int numObjects = 10; - static int objectsAndResultsMultiplier = 100; + static int objectsAndResultsMultiplier = 10; QueryTestUtils utils; static String regionName = "portfolios"; static final String indexName = "testIndex"; @@ -182,7 +182,6 @@ public class CopyOnReadIndexJUnitTest { } //Test copy on read false - /* @Test public void testCopyOnReadFalseWithHashIndexWithLocalRegion() throws Exception { utils.getCache().setCopyOnRead(false); @@ -278,7 +277,7 @@ public class CopyOnReadIndexJUnitTest { utils.createIndex(indexName, "pv.secId", "/" + regionName + " p, p.positions.values pv"); helpExecuteQueriesCopyOnReadFalse(queries, expectedResults, numObjects, objectsAndResultsMultiplier, true, true); } - */ + /** * * @param queries