-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-16527. Add global timeout rule for TestRouterDistCpProcedure #4129
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. |
|
🎊 +1 overall
This message was automatically generated. |
| new FileEntry(SRCDAT + "/b/c", false)}; | ||
| private static String nnUri; | ||
|
|
||
| @Rule |
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.
Maybe add a comment justifying the long timeout.
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.
Thanks @goiri for your review. I added a comment for this.
|
🎊 +1 overall
This message was automatically generated. |
|
Thanks @aajisaka for your review. |
ayushtkn
left a comment
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
…ache#4129) Reviewed-by: Inigo Goiri <[email protected]> Reviewed-by: Ayush Saxena <[email protected]> Signed-off-by: Akira Ajisaka <[email protected]>
JIRA: HDFS-16527.
As @ayushtkn mentioned here TestRouterDistCpProcedure failed many times because of timeout. I will add a global timeout rule for it. This makes it easy to set the timeout.