FrankChen021 opened a new pull request, #19876: URL: https://github.com/apache/druid/pull/19876
Part of #13948. Builds on [PR #19875](https://github.com/apache/druid/pull/19875). ### Description This PR migrates the JUnit 4 tests in the second extension-core batch to JUnit 5: - avro-extensions - parquet-extensions - hdfs-storage - lookups-cached-single - kinesis-indexing-service The tests now use Jupiter assertions, lifecycle annotations, parameterized tests, nested tests, and temporary-directory support. Transitional JUnit 4 test dependencies remain only where migrated tests inherit shared JUnit 4 fixtures from indexing-service or use the shared TestDerbyConnector utility; those dependencies can be removed after the shared fixtures are migrated. ### Validation Ran the complete changed-test set for all five modules with Maven. The reactor completed successfully with no failures, errors, or flakes. ### Related migration PR - Previous batch: #19875 -- 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]
