adoroszlai opened a new pull request #1804: URL: https://github.com/apache/ozone/pull/1804
## What changes were proposed in this pull request? JUnit5 makes it easier to [run tests multiple times](https://junit.org/junit5/docs/current/user-guide/#writing-tests-repeated-tests) via `\@RepeatedTest(N)` annotation. Adding JUnit5 dependency for integration tests would allow upgrading flaky tests one by one for easier debug. Also upgrade a single test class to JUnit5 to be able to verify that such tests are run, and JUnit4 tests are still executed as well. https://issues.apache.org/jira/browse/HDDS-4700 ## How was this patch tested? Regular CI - verified that both JUnit5 and JUnit4 tests are executed. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
