-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-16336. De-flake TestRollingUpgrade#testRollback #3686
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. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
@virajjasani |
That's correct @aajisaka. After some considerations, thought of keeping bit higher wait time of 8s. |
|
Updated the description of the PR. |
|
FYI @ferhui if you would also like to take a look. Thanks |
aajisaka
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.
+1. Thank you @virajjasani
Signed-off-by: Akira Ajisaka <[email protected]> (cherry picked from commit e8566b3)
Signed-off-by: Akira Ajisaka <[email protected]> (cherry picked from commit e8566b3)
…. Contributed by Viraj Jasani..
|
@aajisaka @virajjasani the fix may fit for all |
Signed-off-by: Akira Ajisaka <[email protected]> (cherry picked from commit e8566b3)
Signed-off-by: Akira Ajisaka <[email protected]>
Description of PR
Test TestRollingUpgrade#testRollback is flaky. It keeps failing intermittently.
How was this patch tested?
The rolling upgrade related metrics are sometimes not null because of other tests, however having null metrics mean is prerequisite for this test, hence we need to introduce wait.
For code changes: