luigidellaquila opened a new issue, #15880:
URL: https://github.com/apache/lucene/issues/15880
### Description
reproduce with
```
./gradlew :lucene:core:test --tests
"org.apache.lucene.search.TestSortOptimization.testStringSortOptimizationWithMissingValuesBasedDVSkipper"
-Ptests.asserts=true -Ptests.file.encoding=US-ASCII -Ptests.gui=true
-Ptests.jvmargs= -Ptests.jvms=12 -Ptests.nightly=true
-Ptests.seed=20852912C7C92616 -Ptests.vectorsize=512
```
```
TestSortOptimization >
testStringSortOptimizationWithMissingValuesBasedDVSkipper FAILED
java.lang.AssertionError: Expected some non-competitive hits are
skipped; got collected_hits=81363 num_docs=81363
at
__randomizedtesting.SeedInfo.seed([20852912C7C92616:823B1F711E516AD4]:0)
at org.junit.Assert.fail(Assert.java:89)
at
org.apache.lucene.search.TestSortOptimization.assertNonCompetitiveHitsAreSkipped(TestSortOptimization.java:1069)
at
org.apache.lucene.search.TestSortOptimization.doTestStringSortOptimization(TestSortOptimization.java:1299)
at
org.apache.lucene.search.TestSortOptimization.testStringSortOptimizationWithMissingValues(TestSortOptimization.java:1142)
at
org.apache.lucene.search.TestSortOptimization.testStringSortOptimizationWithMissingValuesBasedDVSkipper(TestSortOptimization.java:1113)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
at
org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
at
org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at
org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
at
org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
at
org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
```
### Version and environment details
The failure is deterministic, happened on CI and reproduced locally, on main
branch
--
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]