-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add more logging around testStopQueryLocal to see what's going on #124911
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
|
Pinging @elastic/es-search-foundations (Team:Search Foundations) |
pawankartik-elastic
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.
Nothing blocking.
| @Override | ||
| public String toString() { | ||
| return "EsqlExecutionInfo{" + "overallTook=" + overallTook + ", clusterInfo=" + clusterInfo + '}'; | ||
| return "EsqlExecutionInfo{" |
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.
I hope this doesn't have any unintended side-effects (it shouldn't, TBH).
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.
We shouldn't rely on these in tests - or anywhere more important - but if something will pop up I'll fix it. We added some stuff to EsqlExecutionInfo but never updated this, and now I need it for logging.
| populateRuntimeIndex(LOCAL_CLUSTER, "pause", INDEX_WITH_BLOCKING_MAPPING); | ||
|
|
||
| Tuple<Boolean, Boolean> includeCCSMetadata = randomIncludeCCSMetadata(); | ||
| boolean responseExpectMeta = includeCCSMetadata.v2(); |
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.
Any specific reason?
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.
It's never actually used. I just noticed it now.
💔 Backport failed
You can use sqren/backport to manually backport by running |
…astic#124911) (cherry picked from commit aa2db74) # Conflicts: # muted-tests.yml
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
Also adds a bit more info to EsqlExecutionInfo.toString