-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-19646. [JDK17] Migrate hadoop-aws module from JUnit4 Assume to JUnit5 Assumptions. #7858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🎊 +1 overall
This message was automatically generated. |
@steveloughran @anujmodi2021 Could you please review this PR? Thank you very much! |
Can we move to AssertJ here?
I don't want to invest any time learning JUnit5's assert syntax, not given AssertJ is good and I'm still learning the nuances in what is a very powerful assertion language |
Thank you very much for your feedback! I completely agree with your suggestions. I will make improvements in this PR accordingly. Once the upgrade to JUnit 5 is fully completed, I will create a separate JIRA ticket to batch-convert JUnit 5 assertions to AssertJ. |
🎊 +1 overall
This message was automatically generated. |
@steveloughran Could you please help review this PR? Thank you very much! I’ve updated it to use AssertJ. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
+1
@steveloughran Thank you very much for the review! |
Description of PR
JIRA: HADOOP-19646. [JDK17] Migrate hadoop-aws module from JUnit4 Assume to JUnit5 Assumptions.
How was this patch tested?
mvn clean test.
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?