-
Notifications
You must be signed in to change notification settings - Fork 24.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
Dry up Snapshot IT Infrastructure #62578
Dry up Snapshot IT Infrastructure #62578
Conversation
Mainly just shortening the diff of elastic#61839 here by moving test utilities to the abstract test case. Also, making use of the now available functionality to simplify existing tests and improve logging in them.
Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore) |
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 - I left a suggestion but feel free to apply it or not.
throw new AssertionError(sme); | ||
} | ||
}, 1L, TimeUnit.MINUTES); | ||
awaitNSnapshotsInProgress(1); |
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 awaitNumberOfSnapshotsInProgress()
?
Thanks Tanguy! |
Mainly just shortening the diff of elastic#61839 here by moving test utilities to the abstract test case. Also, making use of the now available functionality to simplify existing tests and improve logging in them.
Mainly just shortening the diff of #61839 here by moving test utilities
to the abstract test case.
Also, making use of the now available functionality to simplify existing tests and improve logging in them.