FrankChen021 opened a new pull request, #20031: URL: https://github.com/apache/druid/pull/20031
## Summary - Migrate the first server JUnit 5 test batch, including client, query-serving, and shared test-fixture consumers. - Preserve class-level parameterization and use the Jupiter-compatible shared test APIs. - Replace the Druid exception Hamcrest matcher implementation with JUnit 5 assertions while retaining the fluent `DruidExceptionMatcher` API. - Remove Hamcrest matcher usage from the shared MSQ expected-error assertion path. ## Validation - `mvn -ntp -pl multi-stage-query -am -DskipTests -Dweb.console.skip=true -T1C test-compile` - 130 affected MSQ tests passed with zero failures or errors. - `mvn -ntp -pl multi-stage-query -am -DskipTests -Dweb.console.skip=true -T1C spotbugs:check` - Checkstyle, PMD, forbidden APIs, and SpotBugs passed. ## Tracking Part of [#13948](https://github.com/apache/druid/issues/13948). -- 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]
