-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Rollups] Update API integration test #96071
[Rollups] Update API integration test #96071
Conversation
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
}); | ||
// '_doc_count' is an expected metadata field from ES | ||
// Order is not guaranteed, so we assert against individual field names | ||
['_doc_count', 'testTotalField'].forEach((numericField) => { |
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.
follow-up to #82547
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.
Code LGTM! Thanks for fixing this!
💚 Build SucceededMetrics [docs]
To update your PR or re-run it, just comment with: |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Backporting this to 7.x now that the relevant ES pr was backported. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
* [Rollups] Update API integration test (#96071) * updated 7.x error handler Co-authored-by: Alison Goryachev <[email protected]> Co-authored-by: Jean-Louis Leysens <[email protected]>
Fixes #96002
Change introduced by elastic/elasticsearch#69288.
As far as I understand, there aren't any changes needed to the rollups plugin itself. Note that
_tier
will now display in theTerms
fields list in the rollups wizard.