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

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

slfan1989 commented on PR #7800:
URL: https://github.com/apache/hadoop/pull/7800#issuecomment-3081977300

   In our offline discussions, @pan3793 Pan has offered me a lot of valuable 
suggestions. I believe he has many insightful ideas that could greatly benefit 
the project's development — for example, adopting GitHub Workflows for unit 
testing, which is already widely used in projects like Flink, Ozone, and Ratis.
   
   That said, I’ve decided to stay focused on the current priorities. My goal 
is to complete the preparation work for JDK 17 support on the trunk branch in 
Q3, and to collaborate with the @cnauroth  to release the new 3.5.0 version in 
Q4.
   
   Hope everything goes smoothly for all of us.




> Replace AssumptionViolatedException with TestAbortedException
> -------------------------------------------------------------
>
>                 Key: HADOOP-19618
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19618
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: test
>            Reporter: Shilun Fan
>            Assignee: Shilun Fan
>            Priority: Major
>              Labels: pull-request-available
>
> In JUnit 4, {{org.junit.internal.AssumptionViolatedException}} is used to 
> indicate assumption failure and skip the test. However, 
> {{AssumptionViolatedException}} is an implementation in JUnit 4, and in JUnit 
> 5, we can use {{TestAbortedException}} to replace 
> {{{}AssumptionViolatedException{}}}.
> {{TestAbortedException}} is used to indicate that a test has been aborted, 
> and it can be used to replace {{{}AssumptionViolatedException{}}}. However, 
> it is not directly related to assumption failure and is more commonly used in 
> situations where the test needs to be aborted during execution.



--
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