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/20 15:35:52 UTC

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

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



##########
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:
       Why does this only happen when we have deletions?




-- 
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