slfan1989 commented on PR #7375: URL: https://github.com/apache/hadoop/pull/7375#issuecomment-2661464312
@steveloughran @anujmodi2021 @Hexiaoqiao @ayushtkn In parts 1 to 5 of HADOOP-19415, we have upgraded the majority of unit tests in the Hadoop-Common module to JUnit5. Starting from part 6, we will focus on upgrading the dependency-related code. The key class in part 6 is `AbstractFSContractTestBase`, which has over 300 subclasses spanning across modules like hadoop-aws, hadoop-azure, hadoop-common, and others. Since these modules have tight dependencies on `AbstractFSContractTestBase`, we need to upgrade all the related modules simultaneously to ensure that unit tests run correctly after the upgrade. I have done my best to verify and test the changes, but I need everyone’s help with the validation. -- 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]
