You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2015/09/25 00:44:53 UTC

[16/21] incubator-geode git commit: GEODE-193: Enable subset of CopyOnReadIndexJUnitTests

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/da878cf6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/da878cf6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/da878cf6

Branch: refs/heads/feature/GEODE-189
Commit: da878cf6d11c427f7c60eb3a0b4b04dfe7989e9a
Parents: 7d510f5
Author: Jason Huynh <hu...@gmail.com>
Authored: Tue Aug 11 10:17:04 2015 -0700
Committer: Kirk Lund <kl...@pivotal.io>
Committed: Thu Aug 13 11:39:47 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/da878cf6/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