mouhc1ne opened a new issue, #15944: URL: https://github.com/apache/lucene/issues/15944
### Description Reporting 3 failing tests in `TestSortOptimization`. Seen in `branch_10x` and all can be reproduced. - `testStringSortOptimizationWithMissingValuesBasedDVSkipper` - `testStringSortOptimizationBasedDVSkipper` - `testFloatSortOptimizationSkpperIndex` ### Gradle command to reproduce ``` gradlew :lucene:core:test --tests "org.apache.lucene.search.TestSortOptimization.testStringSortOptimizationWithMissingValuesBasedDVSkipper" -Ptests.jvms=12 -Ptests.jvmargs= -Ptests.seed=53FF527461ABEBD5 -Ptests.useSecurityManager=false -Ptests.gui=true -Ptests.file.encoding=ISO-8859-1 -Ptests.vectorsize=256 -Ptests.forceintegervectors=true ``` ``` gradlew :lucene:core:test --tests "org.apache.lucene.search.TestSortOptimization.testStringSortOptimizationBasedDVSkipper" -Ptests.jvms=12 -Ptests.jvmargs= -Ptests.seed=53FF527461ABEBD5 -Ptests.useSecurityManager=false -Ptests.gui=true -Ptests.file.encoding=ISO-8859-1 -Ptests.vectorsize=256 -Ptests.forceintegervectors=true ``` ``` gradlew :lucene:core:test --tests "org.apache.lucene.search.TestSortOptimization.testFloatSortOptimizationSkpperIndex" -Ptests.jvms=12 -Ptests.jvmargs= -Ptests.seed=53FF527461ABEBD5 -Ptests.useSecurityManager=false -Ptests.gui=true -Ptests.file.encoding=ISO-8859-1 -Ptests.vectorsize=256 -Ptests.forceintegervectors=true ``` -- 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]
