[ 
https://issues.apache.org/jira/browse/HADOOP-19415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17924288#comment-17924288
 ] 

ASF GitHub Bot commented on HADOOP-19415:
-----------------------------------------

cnauroth commented on PR #7347:
URL: https://github.com/apache/hadoop/pull/7347#issuecomment-2638113265

   I just noticed that some tests are no longer running after this patch, e.g. 
`TestRawlocalContractOpen`. I'm working around it locally by adding the vintage 
dependency:
   
   ```
       <dependency>
         <groupId>org.junit.vintage</groupId>
         <artifactId>junit-vintage-engine</artifactId>
         <scope>test</scope>
       </dependency>
   ```
   
   @slfan1989 , I guess the other upcoming hadoop-common patches will address 
remaining conversions like these file system contract tests?




> 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

Reply via email to