thecoop opened a new issue, #15456:
URL: https://github.com/apache/lucene/issues/15456
### Description
`TestLucene90DocValuesFormat.testSparseNumericBlocksOfVariousBitsPerValue`
fails on main:
```
TestLucene90DocValuesFormat > testSparseNumericBlocksOfVariousBitsPerValue
FAILED
java.lang.AssertionError: expected:<201371> but was:<201374>
at
__randomizedtesting.SeedInfo.seed([998D20F8D549E3C:3B8714EEB89681DD]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:633)
at
org.apache.lucene.tests.index.LegacyBaseDocValuesFormatTestCase.assertDVIterate(LegacyBaseDocValuesFormatTestCase.java:1408)
at
org.apache.lucene.codecs.lucene90.TestLucene90DocValuesFormat.doTestSparseNumericBlocksOfVariousBitsPerValue(TestLucene90DocValuesFormat.java:743)
at
org.apache.lucene.codecs.lucene90.TestLucene90DocValuesFormat.testSparseNumericBlocksOfVariousBitsPerValue(TestLucene90DocValuesFormat.java:567)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
```
### Gradle command to reproduce
`./gradlew test --tests
TestLucene90DocValuesFormat.testSparseNumericBlocksOfVariousBitsPerValue
-Dtests.seed=998D20F8D549E3C -Dtests.multiplier=3 -Dtests.nightly=true
-Dtests.locale=pa-Arab -Dtests.timezone=Asia/Bishkek -Dtests.asserts=true
-Dtests.file.encoding=UTF-8`
--
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]