[ https://issues.apache.org/jira/browse/HADOOP-19415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927522#comment-17927522 ]
ASF GitHub Bot commented on HADOOP-19415: ----------------------------------------- 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. > Upgrade JUnit from 4 to 5 in hadoop-common. > ------------------------------------------- > > Key: HADOOP-19415 > URL: https://issues.apache.org/jira/browse/HADOOP-19415 > Project: Hadoop Common > Issue Type: Sub-task > Reporter: Shilun Fan > Assignee: Shilun Fan > Priority: Major > Labels: pull-request-available > -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org