jtibshirani commented on pull request #251: URL: https://github.com/apache/lucene/pull/251#issuecomment-904879940
What timing, our CI just caught another related failure. Here there are no deletions, but we also return fewer than `k` results because `k` is so close to the total number of documents: ``` ./gradlew test --tests TestKnnVectorQuery.testRandom -Dtests.seed=3B6CE0E105431E18 ``` I opened https://issues.apache.org/jira/browse/LUCENE-10069 so I'm not just tracking in my head! -- 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]
