FrankChen021 opened a new pull request, #19925: URL: https://github.com/apache/druid/pull/19925
## Summary - Migrate the indexing-service worker, executor, HTTP resource, and shuffle tests to JUnit 5. - Replace JUnit 4 temporary-folder fixtures with Druid's `FileUtils` helpers. - Add the JUnit 5 parameterized-test dependency required by the migrated worker tests. ## Validation - Targeted worker tests: 61 passed, 0 failures, 0 errors, 0 skipped. - `mvn verify -pl indexing-service -am -Dweb.console.skip=true -T1C`: passed. - Checkstyle, PMD, Enforcer, forbidden-API checks, test compilation, and `git diff --check`: passed. Part of #13948. Related migration PRs: #19910, #19920, #19922, #19923. -- 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]
