-
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] Memory Usage and Notifications pages serverless functional tests #205898
[ML] Memory Usage and Notifications pages serverless functional tests #205898
Conversation
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.
Overall looks good, just made some suggestion to clarify some of the text and variable names.
x-pack/test_serverless/functional/test_suites/observability/ml/memory_usage.ts
Outdated
Show resolved
Hide resolved
x-pack/test_serverless/functional/test_suites/observability/ml/memory_usage.ts
Outdated
Show resolved
Hide resolved
x-pack/test_serverless/functional/test_suites/observability/ml/notifications.ts
Outdated
Show resolved
Hide resolved
const svlMl = getService('svlMl'); | ||
const PageObjects = getPageObjects(['svlCommonPage']); | ||
|
||
const availableSecurityIndicies = [ |
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.
As above, for clarity I'd suggest renaming this to something like availableMLObjectTypes
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.
Done in 85f969f
x-pack/test_serverless/functional/test_suites/security/ml/memory_usage.ts
Outdated
Show resolved
Hide resolved
x-pack/test_serverless/functional/test_suites/security/ml/notifications.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. Thanks for making those text changes.
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 Succeeded
Metrics [docs]
History
cc @rbrtj |
Starting backport for target branches: 8.x |
…elastic#205898) Part of: elastic#201813 - [x] Memory Usage. Check ML entities are filtered according to the project type. - [x] Notifications page. Check ML entities are filtered according to the project type. (cherry picked from commit 9bc2438)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
… tests (#205898) (#207055) # Backport This will backport the following commits from `main` to `8.x`: - [[ML] Memory Usage and Notifications pages serverless functional tests (#205898)](#205898) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Robert Jaszczurek","email":"92210485+rbrtj@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-01-17T11:22:34Z","message":"[ML] Memory Usage and Notifications pages serverless functional tests (#205898)\n\nPart of: https://github.com/elastic/kibana/issues/201813\n\n- [x] Memory Usage. Check ML entities are filtered according to the\nproject type.\n\n- [x] Notifications page. Check ML entities are filtered according to\nthe project type.","sha":"9bc2438eed4f2f099ebbca597a2327f5c5aff4ed","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","v9.0.0","Team:ML","backport:version","v8.18.0"],"title":"[ML] Memory Usage and Notifications pages serverless functional tests","number":205898,"url":"https://github.com/elastic/kibana/pull/205898","mergeCommit":{"message":"[ML] Memory Usage and Notifications pages serverless functional tests (#205898)\n\nPart of: https://github.com/elastic/kibana/issues/201813\n\n- [x] Memory Usage. Check ML entities are filtered according to the\nproject type.\n\n- [x] Notifications page. Check ML entities are filtered according to\nthe project type.","sha":"9bc2438eed4f2f099ebbca597a2327f5c5aff4ed"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/205898","number":205898,"mergeCommit":{"message":"[ML] Memory Usage and Notifications pages serverless functional tests (#205898)\n\nPart of: https://github.com/elastic/kibana/issues/201813\n\n- [x] Memory Usage. Check ML entities are filtered according to the\nproject type.\n\n- [x] Notifications page. Check ML entities are filtered according to\nthe project type.","sha":"9bc2438eed4f2f099ebbca597a2327f5c5aff4ed"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Robert Jaszczurek <92210485+rbrtj@users.noreply.github.com>
…elastic#205898) Part of: elastic#201813 - [x] Memory Usage. Check ML entities are filtered according to the project type. - [x] Notifications page. Check ML entities are filtered according to the project type.
…elastic#205898) Part of: elastic#201813 - [x] Memory Usage. Check ML entities are filtered according to the project type. - [x] Notifications page. Check ML entities are filtered according to the project type.
…elastic#205898) Part of: elastic#201813 - [x] Memory Usage. Check ML entities are filtered according to the project type. - [x] Notifications page. Check ML entities are filtered according to the project type.
Part of: #201813
Memory Usage. Check ML entities are filtered according to the project type.
Notifications page. Check ML entities are filtered according to the project type.