-
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
[ML] Adding tests for ML's field caps endpoint #104315
[ML] Adding tests for ML's field caps endpoint #104315
Conversation
Pinging @elastic/ml-ui (:ml) |
@@ -68,17 +68,18 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) { | |||
await ml.testResources.resetKibanaTimeZone(); | |||
}); | |||
|
|||
loadTestFile(require.resolve('./modules')); | |||
loadTestFile(require.resolve('./annotations')); |
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.
ordering these alphabetically
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
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
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
* [ML] Adding tests for ML's field caps endpoint * fixing typos
* [ML] Adding tests for ML's field caps endpoint * fixing typos
* [ML] Adding tests for ML's field caps endpoint * fixing typos
Adds tests for the field_caps endpoint.
This endpoint is a basic wrapper around the es endpoint, with some logic to manage the field selection passed to it.
These tests just focus on this field selection, they do not focus on testing es's field_caps endpoint.
Relates to #97982