jimczi opened a new pull request, #16645:
URL: https://github.com/apache/lucene/pull/16645

   Every doc-values-update test inherited the fixed default overlay budget (16) 
from `newIndexWriterConfig`, which pushed update-heavy tests past the 
`HandleLimitFS` ceiling (open handles scale with segments times updated fields 
times overlays) and left the lower budgets uncovered. This randomizes the 
budget over a small bounded range so those tests stay under the limit and the 
fold and disabled paths get exercised, plus a dedicated test that still covers 
the default budget under heavy stacking and folding.
   
   Relates to #16644.


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