-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Dry up search error trace ITs #122138
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 search error trace ITs #122138
Conversation
This logic will need a bit of adjustment for bulk query execution. Lets dry it up before so we don't have to copy and paste the fix which will be a couple lines.
|
Pinging @elastic/es-search-foundations (Team:Search Foundations) |
piergm
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! 👍
| * Utilities around testing the `error_trace` message header in search. | ||
| */ | ||
| public enum ErrorTraceHelper { | ||
| ; |
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.
nit, remove ;
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.
Can't do that :) it's the empty enum as a utility class here :D still need to delineate the absence of values.
|
Thanks Matteo! |
This logic will need a bit of adjustment for bulk query execution. Lets dry it up before so we don't have to copy and paste the fix which will be a couple lines.
This logic will need a bit of adjustment for bulk query execution. Lets dry it up and expose a minimal surface before that, so we don't have to copy and paste the fix which will be a couple lines.