Hi all, We're in progress with JUnit 5 migration for all test classes. So far the JUnit 5 dependencies (including Mockito) have been added to all modules. The APIs/modules migration status is shown here https://github.com/apache/incubator-hudi/pull/1530#issue-405575235
I would like to kindly ask for support from the community in these 2 aspects - To PR submitters: for newly added test classes, please start using JUnit 5 APIs (org.junit.jupiter.*) - To PR reviewers: please help look out for the JUnit adopt in the new test classes Really appreciate the coordination efforts on this matter. Thank you. Regards, Raymond
