Svetlana116 opened a new pull request #10138: URL: https://github.com/apache/druid/pull/10138
Migration from JUnit 4 to JUnit 5 ### Description JUnit 4 is already outdated and should be replaced with JUnit 5. JUnit 5 is more flexible and allows you to implement tests more conveniently and extends the testing capabilities. Dependencies were added for JUnit 5, which later made it possible to write tests in both JUnit 4 and JUnit 5. The corresponding versions of JUnit 5 and surefire plugin were configured, so there will be no problems with running tests This PR has: - [x] Dependencies were added to JUnit-vintage-engine - version 5.7.0-M and JUnit-platform-launcher - version 1.7.0-M1. - [x] The surefire plugin versions were updated to 3.0.0-M5, except for the modules: druid.extensions-core.histogram and druid.extensions-core.stats to 2.19.1. ---------------------------------------------------------------- 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]
