-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Reduce TestLogging usage in DisruptionIT tests #43411
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
Reduce TestLogging usage in DisruptionIT tests #43411
Conversation
Removes `@TestLogging` annotations in `*DisruptionIT` tests, so that the only tests with annotations are those with open issues. Also adds links to the open issues in the remaining cases. Relates elastic#43403
|
Pinging @elastic/es-distributed |
|
Armin I asked you to review because I removed the logging annotation on |
jasontedor
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, however, what about the new DiskDisruptionIT that was added today. Can that be removed, now, or soon in the future?
original-brownbear
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 too, I already have all the intel I need for the open snapshot disruption IT issue (it's resolved by the snapshot cleanup logic PR). Thanks for pinging though :)
Removes `@TestLogging` annotations in `*DisruptionIT` tests, so that the only tests with annotations are those with open issues. Also adds links to the open issues in the remaining cases. Relates #43403
Removes
@TestLoggingannotations in*DisruptionITtests, so that the onlytests with annotations are those with open issues. Also adds links to the open
issues in the remaining cases.
Relates #43403