-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Make indices stats requests cancellable #69174
Make indices stats requests cancellable #69174
Conversation
Pinging @elastic/es-core-features (Team:Core/Features) |
return false; | ||
} | ||
|
||
void runTest(Request request, String actionPrefix) throws Exception { |
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.
Although there's a lot of lines changed here, all I did was generalise this method to wait on different action prefixes and then extract a superclass.
@elasticmachine please run elasticsearch-ci/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.
LGTM :)
Relates #55550