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
Description
Reporting 3 failing tests in
TestSortOptimization. Seen inbranch_10xand all can be reproduced.testStringSortOptimizationWithMissingValuesBasedDVSkippertestStringSortOptimizationBasedDVSkippertestFloatSortOptimizationSkpperIndexGradle command to reproduce