romseygeek commented on PR #15295:
URL: https://github.com/apache/lucene/pull/15295#issuecomment-3798596862

   This looks like it's causing failures in some backwards-codecs tests:
   
   ```
   TestLucene87StoredFieldsFormatHighCompression > testMergeStability FAILED
   --
   java.lang.AssertionError: expected:<{fnm=77, fdt=37004, fdx=64, fdm=159}> 
but was:<{cfs=37366, cfe=150}>
   at __randomizedtesting.SeedInfo.seed([DF7E25E7C981E11B:AB3263C8C46BE3AD]:0)
   at [email protected]/org.junit.Assert.fail(Assert.java:89)
   at [email protected]/org.junit.Assert.failNotEquals(Assert.java:835)
   at [email protected]/org.junit.Assert.assertEquals(Assert.java:120)
   at [email protected]/org.junit.Assert.assertEquals(Assert.java:146)
   at 
[email protected]/org.apache.lucene.tests.index.BaseIndexFileFormatTestCase.testMergeStability(BaseIndexFileFormatTestCase.java:306)
   ```
   
   ```
   gradlew test --tests 
TestLucene87StoredFieldsFormatHighCompression.testMergeStability 
-Dtests.seed=DF7E25E7C981E11B -Dtests.nightly=true -Dtests.locale=ig-Latn-NG 
-Dtests.timezone=Asia/Qostanay -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   ```
   
   I think these are nightly-only so may have been missed by normal test runs.


-- 
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]

Reply via email to