-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-9381. Remove @Flaky annotations from now-stable test cases.
#5390
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
@Flaky annotations from now-stable test cases.
|
Thanks @ArafatKhan2198 for working on this. Please link the repeated runs for each test class in this PR. |
Just finalising the list, will post it shortly. |
|
These aren't passing, or Am I checking it wrong? |
@ayushtkn You are right,
So basically the part of this PR related to |
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.
Should be cool then.
Thanx @adoroszlai for the details :-)
|
@adoroszlai I have updated the list for the final time, I believe we should merge it !! |
|
Thanks @ArafatKhan2198 for testing these and the patch, @ayushtkn for the review. |
What changes were proposed in this pull request?
Remove the
@Flakyannotations from the test cases that have been successfully fixed and are no longer experiencing flakiness.What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-9381
How was this patch tested?
I ran the Test class 300 times for each test class and ensured that there were no intermittent failures.