-
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] Increase Test Coverage 8.11.0 #164562
Comments
peteharverson
assigned walterra, darnautov, alvarezmelissa87, peteharverson, jgowdyelastic and qn895
Aug 23, 2023
Pinging @elastic/ml-ui (:ml) |
13 tasks
Merged
2 tasks
8 tasks
1 task
darnautov
added a commit
that referenced
this issue
Oct 10, 2023
## Summary Part of #164562 Adds API integration tests for `_start` and `_stop` trained model deployment. ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this issue
Oct 10, 2023
…ic#168460) ## Summary Part of elastic#164562 Adds API integration tests for `_start` and `_stop` trained model deployment. ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios (cherry picked from commit 9ba0e71)
kibanamachine
added a commit
that referenced
this issue
Oct 10, 2023
…#168460) (#168513) # Backport This will backport the following commits from `main` to `8.11`: - [[ML] API integration tests for start and stop model deployment (#168460)](#168460) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dima Arnautov","email":"dmitrii.arnautov@elastic.co"},"sourceCommit":{"committedDate":"2023-10-10T16:59:33Z","message":"[ML] API integration tests for start and stop model deployment (#168460)\n\n## Summary\r\n\r\nPart of #164562\r\n\r\nAdds API integration tests for `_start` and `_stop` trained model\r\ndeployment.\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"9ba0e710a545ae3bb6f54303a5989619ea8f64ee","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","test-api-integration","Team:ML","v8.11.0","v8.12.0"],"number":168460,"url":"https://github.com/elastic/kibana/pull/168460","mergeCommit":{"message":"[ML] API integration tests for start and stop model deployment (#168460)\n\n## Summary\r\n\r\nPart of #164562\r\n\r\nAdds API integration tests for `_start` and `_stop` trained model\r\ndeployment.\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"9ba0e710a545ae3bb6f54303a5989619ea8f64ee"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/168460","number":168460,"mergeCommit":{"message":"[ML] API integration tests for start and stop model deployment (#168460)\n\n## Summary\r\n\r\nPart of #164562\r\n\r\nAdds API integration tests for `_start` and `_stop` trained model\r\ndeployment.\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"9ba0e710a545ae3bb6f54303a5989619ea8f64ee"}}]}] BACKPORT--> Co-authored-by: Dima Arnautov <dmitrii.arnautov@elastic.co>
Closing as all items planning for 8.11 have been completed. |
dej611
pushed a commit
to dej611/kibana
that referenced
this issue
Oct 17, 2023
…ic#168460) ## Summary Part of elastic#164562 Adds API integration tests for `_start` and `_stop` trained model deployment. ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow up to #160712
Meta issue to summarize improvements to test coverage for
8.11.0
.Jest unit tests
API integration tests
GET /internal/ml/trained_models/:modelId/deployment/_start
(DA) [ML] API integration tests for start and stop model deployment #168460GET /internal/ml/trained_models/:modelId/deployment/_stop
(DA) [ML] API integration tests for start and stop model deployment #168460Serverless tests
Functional tests
Performance testing journey
The text was updated successfully, but these errors were encountered: