chiacyu opened a new pull request, #8348: URL: https://github.com/apache/ozone/pull/8348
## What changes were proposed in this pull request? Most timeout annotations in tests were added only to enforce "some" timeout value. JUnit5 can set default timeout via configuration, which allows setting different values for specific runs, instead of changing code. In this pr, we do: - add `junit-platform.properties` for each test module. - removed some `@Timeout()` annotations. Please take a look, thanks! ## What is the link to the Apache JIRA [HDDS-12575](https://issues.apache.org/jira/browse/HDDS-12575) ## How was this patch tested? CI: https://github.com/chiacyu/ozone/actions/runs/14705761165 -- 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]
