iverase opened a new issue, #16102:
URL: https://github.com/apache/lucene/issues/16102
The test failure can be reproduced with:
```
./gradlew test --tests TestHistogramCollectorManager.testSkipIndex
-Dtests.seed=A19E0BFAF64DF923
```
The error:
```
estHistogramCollectorManager > testSkipIndex FAILED
java.lang.AssertionError: index=15, numBits=15
at
__randomizedtesting.SeedInfo.seed([A19E0BFAF64DF923:4715F9E2246BF3F1]:0)
at
[email protected]/org.apache.lucene.util.FixedBitSet.set(FixedBitSet.java:296)
at
[email protected]/org.apache.lucene.search.LRUQueryCache$1.collect(LRUQueryCache.java:618)
at
[email protected]/org.apache.lucene.tests.search.AssertingLeafCollector.collect(AssertingLeafCollector.java:86)
at
[email protected]/org.apache.lucene.tests.search.AssertingLeafCollector.collect(AssertingLeafCollector.java:86)
at
[email protected]/org.apache.lucene.search.BooleanScorer.scoreWindowSingleScorer(BooleanScorer.java:258)
at
[email protected]/org.apache.lucene.search.BooleanScorer.scoreWindow(BooleanScorer.java:285)
```
Git bisect points to this change: https://github.com/apache/lucene/pull/16050
@sgup432, would you mind having a look. I mark it as a blocker for the 10.5
release
--
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]