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

   ## Description
   
   Migrates the `extensions-core/s3-extensions` test suite from JUnit 4 to 
JUnit 5.
   
   This is Batch 6 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), 
[#19878](https://github.com/apache/druid/pull/19878), and 
[#19879](https://github.com/apache/druid/pull/19879).
   
   The migration replaces JUnit 4 assertions, rules, and lifecycle methods with 
Jupiter equivalents, including `@TempDir` and `assertThrows`.
   
   ## Tests
   
   ```text
   mvn -ntp test -pl extensions-core/s3-extensions -am \
     
-Dtest='org.apache.druid.catalog.model.table.S3InputSourceDefnTest,org.apache.druid.data.input.s3.**,org.apache.druid.storage.s3.**'
 \
     -Dsurefire.failIfNoSpecifiedTests=false \
     -Pskip-static-checks -Dweb.console.skip=true -T1C
   ```
   
   Result: 235 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]

Reply via email to