You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by zh...@apache.org on 2017/10/21 16:25:23 UTC

[geode] branch feature/GEODE-3245 updated: GEODE-3245: fix the test case for insertJsonObject

This is an automated email from the ASF dual-hosted git repository.

zhouxj pushed a commit to branch feature/GEODE-3245
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/GEODE-3245 by this push:
     new ec2a841  GEODE-3245: fix the test case for insertJsonObject
ec2a841 is described below

commit ec2a8410ffd7e98cf47ce4f39b53824efd053de9
Author: zhouxh <gz...@pivotal.io>
AuthorDate: Sat Oct 21 09:24:52 2017 -0700

    GEODE-3245: fix the test case for insertJsonObject
---
 .../apache/geode/cache/lucene/NestedObjectSeralizerIntegrationTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/geode-lucene/src/test/java/org/apache/geode/cache/lucene/NestedObjectSeralizerIntegrationTest.java b/geode-lucene/src/test/java/org/apache/geode/cache/lucene/NestedObjectSeralizerIntegrationTest.java
index 0d6529f..fac9199 100644
--- a/geode-lucene/src/test/java/org/apache/geode/cache/lucene/NestedObjectSeralizerIntegrationTest.java
+++ b/geode-lucene/src/test/java/org/apache/geode/cache/lucene/NestedObjectSeralizerIntegrationTest.java
@@ -520,6 +520,8 @@ public class NestedObjectSeralizerIntegrationTest extends LuceneIntegrationTest
 
   @Test
   public void insertAndQueryJSONObject() throws InterruptedException, LuceneQueryException {
+    SimplePortfolioPdx.resetCounter();
+    SimplePositionPdx.resetCounter();
     Region region = createRegionAndIndexForPdxObject();
 
     String jsonCustomer = "{" + "\"ID\" : 3," + "\"position1\" : {" + "\"country\" : \"USA\","

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].