-
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 category definition and category examples api tests #124710
[ML] Adding category definition and category examples api tests #124710
Conversation
@elasticmachine merge upstream |
Pinging @elastic/ml-ui (:ml) |
@elasticmachine merge upstream |
x-pack/test/api_integration/apis/ml/results/get_category_definition.ts
Outdated
Show resolved
Hide resolved
x-pack/test/api_integration/apis/ml/results/get_category_definition.ts
Outdated
Show resolved
Hide resolved
x-pack/test/api_integration/apis/ml/results/get_category_definition.ts
Outdated
Show resolved
Hide resolved
x-pack/test/api_integration/apis/ml/results/get_category_examples.ts
Outdated
Show resolved
Hide resolved
x-pack/test/api_integration/apis/ml/results/get_category_examples.ts
Outdated
Show resolved
Hide resolved
x-pack/test/api_integration/apis/ml/results/get_category_examples.ts
Outdated
Show resolved
Hide resolved
x-pack/test/api_integration/apis/ml/results/get_category_definition.ts
Outdated
Show resolved
Hide resolved
x-pack/test/api_integration/apis/ml/results/get_category_definition.ts
Outdated
Show resolved
Hide resolved
x-pack/test/api_integration/apis/ml/results/get_category_definition.ts
Outdated
Show resolved
Hide resolved
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
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
…tic#124710) * [ML] Adding category definition api tests * adding test * adding category examples tests * updating test checks * changes based on review * removing test * correcting mistake where wrong test was removed * correctling text text * fixing test Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 9790a7e)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
) (#125077) * [ML] Adding category definition api tests * adding test * adding category examples tests * updating test checks * changes based on review * removing test * correcting mistake where wrong test was removed * correctling text text * fixing test Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 9790a7e) Co-authored-by: James Gowdy <jgowdy@elastic.co>
Adds tests to check the response of the
/api/ml/results/category_definition
and/api/ml/results/category_examples
endpoints.Note this is broken until #124707 is merged.
Related to #117501
Unit or functional tests were updated or added to match the most common scenarios
This was checked for breaking API changes and was labeled appropriately