benwtrent opened a new pull request, #14167: URL: https://github.com/apache/lucene/pull/14167
Inspired by some weird behavior I have seen, adding a consistency test. I found that indeed, this fails over some seeds. Frustratingly, the seeded failures do not seem to be repeatable. But, running ``` ./gradlew :lucene:core:test --tests "org.apache.lucene.search.TestSeededKnnFloatVectorQuery.testRandomConsistency" -Dtests.iters=1000 ``` Results in failures, though, not consistently. This seems to indicate some funky race condition. Obviously, this shouldn't be merged until we figure out the consistency issue. -- 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