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

   This is causing test failures in backwards-codecs (nightly only, I think, 
which is why they weren't picked up by CI):
   ```
   $ ./gradlew :lucene:backward-codecs:test --tests 
"org.apache.lucene.backward_codecs.lucene60.TestLucene60FieldInfosFormat.testRandom"
 -Ptests.jvms=12 -Ptests.jvmargs= -Ptests.seed=EAC3B834D4A2ED69 
-Ptests.useSecurityManager=false -Ptests.nightly=true -Ptests.gui=true 
-Ptests.file.encoding=UTF-8 -Ptests.vectorsize=512 
-Ptests.forceintegervectors=true
   ```
   
   ```
   
   TestLucene60FieldInfosFormat > testRandom FAILED
   --
   java.lang.AssertionError: unhandled IndexOptions: DOCS_AND_CUSTOM_FREQS
   at __randomizedtesting.SeedInfo.seed([EAC3B834D4A2ED69:988F9D3B65C25B1A]:0)
   at 
org.apache.lucene.backward_codecs.lucene60.Lucene60FieldInfosFormat.indexOptionsByte(Lucene60FieldInfosFormat.java:300)
   at 
org.apache.lucene.backward_codecs.lucene60.Lucene60FieldInfosFormat.write(Lucene60FieldInfosFormat.java:359)
   ...
   ```


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