-
Notifications
You must be signed in to change notification settings - Fork 8.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
HDFS-17704. TestDecommission and TestDecommissionWithBackoffMonitor often run timeout. #7266
base: trunk
Are you sure you want to change the base?
HDFS-17704. TestDecommission and TestDecommissionWithBackoffMonitor often run timeout. #7266
Conversation
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
486a31c
to
435ae7d
Compare
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
8da1b81
to
ebe1eb8
Compare
…ften run timeout.
ebe1eb8
to
617f61c
Compare
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Description of PR
Some unit tests in TestDecommission and TestDecommissionWithBackoffMonitor often failed due to running timeout.
This PR adds
@Rule
field to class AdminStatesBaseTest which is the super class of TestDecommission, TestDecommissionWithBackoffMonitor and TestMaintenanceState and makes timeout interval larger.