You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/08/19 14:59:03 UTC

[GitHub] [lucene] mikemccand commented on a change in pull request #251: LUCENE-10040: Temporarily disable test assertion

mikemccand commented on a change in pull request #251:
URL: https://github.com/apache/lucene/pull/251#discussion_r692192328



##########
File path: lucene/core/src/test/org/apache/lucene/search/TestKnnVectorQuery.java
##########
@@ -350,7 +350,9 @@ public void testDeletes() throws IOException {
               toDelete.contains(new Term("index", index)));
           allIds.add(index);
         }
-        assertEquals("search missed some documents", docIndex - toDelete.size(), allIds.size());
+
+        // TODO: reenable this assertion once we implement graph layers

Review comment:
       Maybe, in the comment, include the Jira issue for implementing graph layers?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org