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

nnag pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1c901de  GEODE-4740: Removed the stat checks
1c901de is described below

commit 1c901de2e6b53016727031089d42a3422cde671f
Author: nabarun <[email protected]>
AuthorDate: Mon Feb 26 13:25:30 2018 -0800

    GEODE-4740: Removed the stat checks
    
        * Commit and update stats are removed as they are not deterministic.
        * Depends when the afterPrimary or the Lucene bucket listeners are 
kicked off
---
 .../geode/cache/lucene/internal/cli/LuceneIndexCommandsDUnitTest.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/geode-lucene/src/test/java/org/apache/geode/cache/lucene/internal/cli/LuceneIndexCommandsDUnitTest.java
 
b/geode-lucene/src/test/java/org/apache/geode/cache/lucene/internal/cli/LuceneIndexCommandsDUnitTest.java
index 9df02c1..0cc50b4 100755
--- 
a/geode-lucene/src/test/java/org/apache/geode/cache/lucene/internal/cli/LuceneIndexCommandsDUnitTest.java
+++ 
b/geode-lucene/src/test/java/org/apache/geode/cache/lucene/internal/cli/LuceneIndexCommandsDUnitTest.java
@@ -151,8 +151,6 @@ public class LuceneIndexCommandsDUnitTest implements 
Serializable {
         .tableHasColumnWithExactValuesInAnyOrder("Status", "Initialized")
         .tableHasColumnWithExactValuesInAnyOrder("Region Path", "/region")
         .tableHasColumnWithExactValuesInAnyOrder("Query Executions", "1")
-        .tableHasColumnWithExactValuesInAnyOrder("Commits", "2")
-        .tableHasColumnWithExactValuesInAnyOrder("Updates", "2")
         .tableHasColumnWithExactValuesInAnyOrder("Documents", "2");
 
   }

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to