HUSTERGS opened a new pull request, #14929: URL: https://github.com/apache/lucene/pull/14929
### Description Currently the `value.length` can be very small, and there is a chance that all vector have same length, thus make the last Assertion fail, this can be stably reproduced on my machine with `gradlew test --tests TestLateInteractionField.testInputValidation -Dtests.seed=92E678DBD2F6CD0A -Dtests.locale=en-DE -Dtests.timezone=Etc/GMT+7 -Dtests.asserts=true -Dtests.file.encoding=UTF-8` https://github.com/apache/lucene/blob/c5a802521fe51536da9d951dba782c96608ee03c/lucene/core/src/test/org/apache/lucene/document/TestLateInteractionField.java#L67-L75 <!-- If this is your first contribution to Lucene, please make sure you have reviewed the contribution guide. https://github.com/apache/lucene/blob/main/CONTRIBUTING.md --> -- 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