-
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] API integration tests for job validation #66265
Conversation
…dation # Conflicts: # x-pack/plugins/ml/common/util/job_utils.ts
Pinging @elastic/ml-ui (:ml) |
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.
API integration tests 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.
Code 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. The CSS edits should be removed from this PR, as they are now in the separate PR #66413.
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
* [ML] TS refactoring * [ML] fix page overflow * [ML] tests * [ML] fix typing issues and unit tests * [ML] remove string conversion * [ML] indexOf checks * [ML] fix tooltip overflow * [ML] fix i18n * [ML] fix unit tests * [ML] use MlJobAggregation * [ML] use enums * Revert "[ML] fix tooltip overflow" This reverts commit 103c36b * Revert "[ML] fix page overflow" This reverts commit 3c86922
* [ML] TS refactoring * [ML] fix page overflow * [ML] tests * [ML] fix typing issues and unit tests * [ML] remove string conversion * [ML] indexOf checks * [ML] fix tooltip overflow * [ML] fix i18n * [ML] fix unit tests * [ML] use MlJobAggregation * [ML] use enums * Revert "[ML] fix tooltip overflow" This reverts commit 103c36b * Revert "[ML] fix page overflow" This reverts commit 3c86922
Summary
Part of #63700. Adds API integration tests for validating anomaly detection jobs.
It also contains:
some TS refactoring of the job validation related code
Unit or functional tests were updated or added to match the most common scenarios