FrankChen021 opened a new pull request, #20058: URL: https://github.com/apache/druid/pull/20058
## Summary - Migrate 49 owned server tests under audit, broker, coordination, log, metrics, scheduling, and security to JUnit 5. - Preserve parameterized invalid-input coverage, test lifecycles, timeouts, and execution counts. - Use the shared Jupiter Derby connector and Druid temporary-folder extension; leave POMs, shared helpers, coordinator, and HTTP/initialization scopes unchanged. ## Validation - `mvn -ntp -pl server -am -DskipTests -Dweb.console.skip=true -T1C -Pskip-static-checks test-compile` — PASS - `mvn -ntp -pl server -am -Dtest="org.apache.druid.server.audit.**,org.apache.druid.server.broker.**,org.apache.druid.server.coordination.**,org.apache.druid.server.log.**,org.apache.druid.server.metrics.**,org.apache.druid.server.scheduling.**,org.apache.druid.server.security.**" -Dsurefire.failIfNoSpecifiedTests=false -Pskip-static-checks -Dweb.console.skip=true -T1C test` — PASS (298 tests, 0 failures, 0 errors, 2 skipped) - `mvn -ntp -pl server -am -DskipTests -Dweb.console.skip=true -T1C checkstyle:check` — PASS (0 violations) - `mvn -ntp -pl server -am -DskipTests -Dweb.console.skip=true -T1C spotbugs:check` — PASS (0 bug instances, 0 errors; analyzer emitted an existing missing MarkerManager class warning while processing) - `git diff --check offical/master` — PASS - No static imports added. Part of #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]
