skytin1004 opened a new pull request, #7861: URL: https://github.com/apache/iceberg/pull/7861
This pull request is related to the issue "Move JUnit4 tests to JUnit5 https://github.com/apache/iceberg/issues/7160". I switched the files in [rest, hadoop] pakages to JUnit5. All files in Core's rest package have completed the switch to JUnit5. I have switched some Hadoop packages to JUnit5 and switched all Hadoop packages from `Assert` to `AssertJ`. In Core's Hadoop package, `"HadoopTableTestBase"`, when switching to JUnit5, an error occurred in `"testListNamespace"` of `"TestHadoopCatalog"` where the namespace of the root directory of the` temp` folder could not be looked up during testing. Therefore, I switched only the files that are not related to `"HadoopTableTestBase"` in the Hadoop package to JUnit5, kept the files related to `"HadoopTableTestBase"` in JUnit4, and switched all the parts that are written in `Assert` to `AssertJ`. -- 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]
