spinscale opened a new issue, #15596:
URL: https://github.com/apache/lucene/issues/15596

   ### Description
   
   It seems that the test assumption of always using 
`SingletonSortedSetDocValues` and `SingletonSortedNumericDocValues` does not 
hold, if the simple text codec is used.
   
   I am not sure if adding `@LuceneTestCase.SuppressCodecs({"SimpleText"})` to 
the test class is the right thing to do (if so, I'm happy to open a PR).
   
   ### Gradle command to reproduce
   
   ./gradlew :lucene:core:test --tests 
"org.apache.lucene.index.TestExitableDirectoryReader.testDocValues" 
-Ptests.seed=44851468490E67C1


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