FrankChen021 opened a new pull request, #19879: URL: https://github.com/apache/druid/pull/19879
## Description Migrates the `extensions-core/histogram` test suite from JUnit 4 to JUnit 5. This is Batch 5 of the extensions-core migration and is part of [#13948](https://github.com/apache/druid/issues/13948). Depends on the earlier migration batches in [#19875](https://github.com/apache/druid/pull/19875), [#19876](https://github.com/apache/druid/pull/19876), [#19877](https://github.com/apache/druid/pull/19877), and [#19878](https://github.com/apache/druid/pull/19878). The shared `AggregationTestHelper` now also accepts a JUnit 5 `@TempDir` directory while retaining the existing JUnit 4-compatible API for remaining migration batches. ## Tests ```text mvn -ntp test -pl extensions-core/histogram -am \ -Dtest='org.apache.druid.query.aggregation.histogram.**' \ -Dsurefire.failIfNoSpecifiedTests=false \ -Pskip-static-checks -Dweb.console.skip=true -T1C ``` Result: 211 tests passed; 0 failures, errors, or skips. -- 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]
