Tim-Brooks opened a new pull request, #16130:
URL: https://github.com/apache/lucene/pull/16130

   Pin TieredMergePolicy and disable auto-flush in tests whose
   assertions depend on doc-id ordering across multiple addBatch /
   addDocument calls. Without this, randomized small buffers fragment
   segments and MockRandomMergePolicy's reorder/TMP's size-sorted forced
   merge can swap doc-ids, producing rare flakes at high repeat counts.
   
   testVectorAcrossMultipleBatches switches to a sort-based comparison
   since its invariant is value presence, not doc-id position.


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