gianm opened a new pull request, #20108: URL: https://github.com/apache/druid/pull/20108
With JUnit 5, ParameterizedClass leads to quadratic writes of Surefire reports, which causes significant overhead for certain of our highly-parameterized test suites. For more information see this Surefire issue: https://github.com/apache/maven-surefire/issues/3439. This didn't happen on JUnit 4, so it's a test performance regression connected to the migration to JUnit 5. This patch improves test runtime by ~8 minutes on my machine by switching four heavily-parameterized tests to use ParameterizedTest instead of ParameterizedTest. These four tests were originally migrated to JUnit 5 in #19980 and #19982. -- 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]
