-
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 GET anomaly detectors endpoints #65828
[ML] API integration tests for GET anomaly detectors endpoints #65828
Conversation
Pinging @elastic/ml-ui (:ml) |
@elasticmachine merge upstream |
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, also did a local test. 👍
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
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, just one small suggestion, but feel free to merge without it.
Summary
Part of #63700.
Adds API integration tests for the following endpoints:
/api/ml/anomaly_detectors
/api/ml/anomaly_detectors/{jobId}
/api/ml/anomaly_detectors/_stats
/api/ml/anomaly_detectors/{jobId}/_stats
Unit or functional tests were updated or added to match the most common scenarios