benwtrent opened a new pull request, #14265: URL: https://github.com/apache/lucene/pull/14265
I have noticed some additional flakiness for knn recall. For example: ``` ./gradlew test --tests TestPerFieldKnnVectorsFormat.testRecall -Dtests.seed=FAEFE5196FDED25B -Dtests.locale=twq-Latn-NE -Dtests.timezone=America/New_York -Dtests.asserts=true -Dtests.file.encoding=UTF-8 ``` So, I am making two minor adjustments to the test: - Increasing hnsw efsearch to 25 (still only gathering 10 nearest docs in the end) - Better filling vectors for tiny lines I also added some nicer `toString` methods and output for the test, so if we notice it failing again, we can quickly see for what codec and options. -- 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