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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to