trushev opened a new pull request, #7151:
URL: https://github.com/apache/hudi/pull/7151

   ### Change Logs
   
   Currently, we use `org.apache.flink.test.util.AbstractTestBase` as a base 
class for reused miniCluster.
   But `@ClassRule` from JUnit 4 doesn't run with JUnit 5. So a new miniCluster 
is still created. 
   This PR introduces `AbstractHoodieTestBase` compatible with JUnit 5.
   
   ### Impact
   
   ~30% speed up of flink ITs
   
   ```
   mvn -pl ':hudi-flink' -Pintegration-tests verify
   ```
   
   Before: 24m 28s
   After: 17m 18s
   
   ### Risk level
   
   None
   
   ### Documentation Update
   
   None
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to