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-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org