FrankChen021 opened a new pull request, #19878:
URL: https://github.com/apache/druid/pull/19878

   ## Description
   
   Migrates the Google extensions, Kafka indexing service, and cached-global 
lookup extension tests from JUnit 4 to JUnit 5.
   
   This is part of [#13948](https://github.com/apache/druid/issues/13948) and 
follows [#19875](https://github.com/apache/druid/pull/19875), 
[#19876](https://github.com/apache/druid/pull/19876), and 
[#19877](https://github.com/apache/druid/pull/19877).
   
   The migration preserves parameterized-test setup and per-test lifecycle 
behavior, including the Derby-backed JDBC lookup tests and temporary-file 
fixtures.
   
   ## Modules
   
   - `extensions-core/google-extensions`
   - `extensions-core/kafka-indexing-service`
   - `extensions-core/lookups-cached-global`
   
   ## Testing
   
   Ran the complete migrated test set with:
   
   ```text
   mvn -ntp test -pl 
extensions-core/google-extensions,extensions-core/kafka-indexing-service,extensions-core/lookups-cached-global
 -am -Dsurefire.failIfNoSpecifiedTests=false -Pskip-static-checks 
-Dweb.console.skip=true -T1C
   ```
   
   Result: `BUILD SUCCESS`; 388 migrated tests passed with zero failures, 
errors, or flakes.
   


-- 
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]

Reply via email to