-
Notifications
You must be signed in to change notification settings - Fork 9k
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
YARN-11788. Remove unused unit tests. #7476
base: trunk
Are you sure you want to change the base?
Conversation
🎊 +1 overall
This message was automatically generated. |
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.
This is a really interesting finding. It looks like the tests were commented out in YARN-7243 as part of slf4j migration. I couldn't find any discussion of why they were commented out or if there was ever any intention to re-enable them later.
@PrabhuJoseph , you contributed YARN-7243. Do you remember any details on this?
@cnauroth Thanks for the information! I will skip these classes when upgrading RM unit tests to Junit5. |
Description of PR
JIRA: YARN-11788 - Remove unused unit tests.
While upgrading the unit tests for ResourceManager, I found that some of the test cases only contained comments and were not serving any practical purpose. Therefore, I decided to remove these unused unit tests.
How was this patch tested?
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?