dweiss opened a new pull request, #15325: URL: https://github.com/apache/lucene/pull/15325
We have ```tests.asserts``` which can be used to run the tests with or without assertions. We should occasionally run _without_ assertions though so that all code paths are covered. This patch changes the default tests.asserts from true to a value computed based on the current tests.seed. About 25% of the time tests will run _without_ assertions enabled. It also fixes those tests that hard-relied on assertions being always enabled. -- 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]
