ML-dev-crypto opened a new pull request, #15666:
URL: https://github.com/apache/lucene/pull/15666

   TestExitableDirectoryReader.testDocValues asserted concrete
   SortedSetDocValues / SortedNumericDocValues implementation types,
   which is not guaranteed across codecs (e.g., SimpleText).
   
   This change updates the test to assert singleton behavior via
   docValueCount() == 1, making it codec-agnostic while still
   validating that ExitableDirectoryReader preserves singleton
   doc values semantics.
   
   The failure is reproducible with the CI seed reported in #15654.
   


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