FrankChen021 opened a new pull request, #19923: URL: https://github.com/apache/druid/pull/19923
## Summary - Migrate the seekable-stream indexing tests and their supervisor support to JUnit 5. - Migrate the Kafka and Kinesis direct consumers covered by this batch. - Replace JUnit 4, Hamcrest, and legacy lifecycle usage with Jupiter, AssertJ, and Jupiter-compatible Mockito/EasyMock lifecycle APIs. - Use Druid's existing temporary-directory utilities and remove unused direct Hamcrest dependencies from the Kafka and Kinesis module POMs. - Keep this batch independent from Task Actions/Compaction, ingestion/parallel indexing, common support, Overlord, and worker migrations. ## Validation - Indexing targeted tests: 347 passed, 0 failures, 0 errors, 0 skips. - Kafka targeted tests: 120 passed, 0 failures, 0 errors, 0 skips. - Kinesis targeted tests: 57 passed, 0 failures, 0 errors; one configured retry/flaky execution ultimately passed. - Full reactor test compilation passed. - Static-enabled Maven verification across 13 modules passed with Checkstyle, PMD, Enforcer, forbidden APIs, compilation, and lifecycle checks. - `git diff --check` passed. ## Tracking Part of [#13948](https://github.com/apache/druid/issues/13948). Related: [#19910](https://github.com/apache/druid/pull/19910), [#19920](https://github.com/apache/druid/pull/19920), and [#19922](https://github.com/apache/druid/pull/19922). -- 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]
