-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[ska] relocate Observability serverless api & functional tests #231256
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
[ska] relocate Observability serverless api & functional tests #231256
Conversation
…urce-definitions/scripts/fix-location-collection.ts'
rmyz
left a comment
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.
infra & services changes LGTM
kdelemme
left a comment
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
achyutjhunjhunwala
left a comment
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
jillguyonnet
left a comment
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.
Fleet changes LGTM
peteharverson
left a comment
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.
ML changes LGTM
jeramysoucy
left a comment
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.
AFAICT there were no code changes to Kibana Security-owned files, only 5 moved files. LGTM
💛 Build succeeded, but was flaky
Failed CI Steps
Test Failures
Metrics [docs]
History
cc @dmlemeshko |
|
Starting backport for target branches: 8.19, 9.1 https://github.com/elastic/kibana/actions/runs/16935122782 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
…ic#231256) ## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving observability FTR/Cypress tests from `x-pack/test_serverless/` dir to `x-pack/solutions/observability/test` Before ``` x-pack/test_serverless/ | - functional/test_suites/observability/ | - api_integration/test_suites/observability/ ``` After: ``` x-pack/solutions/observability/test/serverless | - functional/ | |- test_suites/ | |- configs/ | - api_integration/ |- test_suites/ |- configs/ ``` All the tests are run under the renamed FTR configs: <img width="1713" height="481" alt="Screenshot 2025-08-11 at 12 08 17" src="https://github.com/user-attachments/assets/a1588e1a-609d-4c28-a0f8-d442eaa4a1da" /> --------- Co-authored-by: kibanamachine <[email protected]> (cherry picked from commit 996b489) # Conflicts: # .buildkite/ftr_oblt_serverless_configs.yml # x-pack/platform/test/tsconfig.json # x-pack/solutions/observability/plugins/observability_logs_explorer/README.md # x-pack/solutions/observability/test/serverless/api_integration/configs/index.logs_essentials.ts # x-pack/solutions/observability/test/serverless/api_integration/test_suites/logs_essentials_only/connector_and_rules.ts # x-pack/solutions/observability/test/serverless/api_integration/test_suites/platform_security/authorization.ts # x-pack/solutions/observability/test/serverless/api_integration/test_suites/platform_security/index.ts # x-pack/solutions/observability/test/serverless/functional/test_suites/cases/index.ts # x-pack/solutions/observability/test/serverless/functional/test_suites/discover/embeddables/_get_doc_viewer.ts # x-pack/solutions/observability/test/serverless/functional/test_suites/discover/logs/_get_doc_viewer.ts # x-pack/solutions/observability/test/serverless/functional/test_suites/landing_page.ts # x-pack/solutions/observability/test/serverless/functional/test_suites/logs_essentials_only/privileges.ts # x-pack/solutions/observability/test/serverless/functional/test_suites/privileges.ts # x-pack/test_serverless/api_integration/services/index.ts # x-pack/test_serverless/api_integration/services/synthtrace.ts # x-pack/test_serverless/functional/page_objects/index.ts # x-pack/test_serverless/functional/test_suites/observability/index.ts
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…ic#231256) ## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving observability FTR/Cypress tests from `x-pack/test_serverless/` dir to `x-pack/solutions/observability/test` Before ``` x-pack/test_serverless/ | - functional/test_suites/observability/ | - api_integration/test_suites/observability/ ``` After: ``` x-pack/solutions/observability/test/serverless | - functional/ | |- test_suites/ | |- configs/ | - api_integration/ |- test_suites/ |- configs/ ``` All the tests are run under the renamed FTR configs: <img width="1713" height="481" alt="Screenshot 2025-08-11 at 12 08 17" src="https://github.com/user-attachments/assets/a1588e1a-609d-4c28-a0f8-d442eaa4a1da" /> --------- Co-authored-by: kibanamachine <[email protected]>
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
…231256) (#231732) # Backport This will backport the following commits from `main` to `9.1`: - [[ska] relocate Observability serverless api & functional tests (#231256)](#231256) <!--- Backport version: 10.0.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Dzmitry Lemechko","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-08-13T10:53:44Z","message":"[ska] relocate Observability serverless api & functional tests (#231256)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving observability FTR/Cypress tests from\n`x-pack/test_serverless/` dir to `x-pack/solutions/observability/test`\n\nBefore\n```\nx-pack/test_serverless/\n | - functional/test_suites/observability/\n | - api_integration/test_suites/observability/\n```\n\nAfter: \n```\nx-pack/solutions/observability/test/serverless\n | - functional/\n | |- test_suites/\n | |- configs/\n | - api_integration/\n |- test_suites/\n |- configs/\n```\n\nAll the tests are run under the renamed FTR configs:\n<img width=\"1713\" height=\"481\" alt=\"Screenshot 2025-08-11 at 12 08 17\"\nsrc=\"https://github.com/user-attachments/assets/a1588e1a-609d-4c28-a0f8-d442eaa4a1da\"\n/>\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"996b489e2d950a34a459baafcddefced2c44debc","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","Team:obs-ux-infra_services","backport:version","v9.2.0","v9.1.1","v8.19.2"],"title":"[ska] relocate Observability serverless api & functional tests","number":231256,"url":"https://github.com/elastic/kibana/pull/231256","mergeCommit":{"message":"[ska] relocate Observability serverless api & functional tests (#231256)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving observability FTR/Cypress tests from\n`x-pack/test_serverless/` dir to `x-pack/solutions/observability/test`\n\nBefore\n```\nx-pack/test_serverless/\n | - functional/test_suites/observability/\n | - api_integration/test_suites/observability/\n```\n\nAfter: \n```\nx-pack/solutions/observability/test/serverless\n | - functional/\n | |- test_suites/\n | |- configs/\n | - api_integration/\n |- test_suites/\n |- configs/\n```\n\nAll the tests are run under the renamed FTR configs:\n<img width=\"1713\" height=\"481\" alt=\"Screenshot 2025-08-11 at 12 08 17\"\nsrc=\"https://github.com/user-attachments/assets/a1588e1a-609d-4c28-a0f8-d442eaa4a1da\"\n/>\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"996b489e2d950a34a459baafcddefced2c44debc"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/231256","number":231256,"mergeCommit":{"message":"[ska] relocate Observability serverless api & functional tests (#231256)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving observability FTR/Cypress tests from\n`x-pack/test_serverless/` dir to `x-pack/solutions/observability/test`\n\nBefore\n```\nx-pack/test_serverless/\n | - functional/test_suites/observability/\n | - api_integration/test_suites/observability/\n```\n\nAfter: \n```\nx-pack/solutions/observability/test/serverless\n | - functional/\n | |- test_suites/\n | |- configs/\n | - api_integration/\n |- test_suites/\n |- configs/\n```\n\nAll the tests are run under the renamed FTR configs:\n<img width=\"1713\" height=\"481\" alt=\"Screenshot 2025-08-11 at 12 08 17\"\nsrc=\"https://github.com/user-attachments/assets/a1588e1a-609d-4c28-a0f8-d442eaa4a1da\"\n/>\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"996b489e2d950a34a459baafcddefced2c44debc"}},{"branch":"9.1","label":"v9.1.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <[email protected]>
…ic#231256) ## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving observability FTR/Cypress tests from `x-pack/test_serverless/` dir to `x-pack/solutions/observability/test` Before ``` x-pack/test_serverless/ | - functional/test_suites/observability/ | - api_integration/test_suites/observability/ ``` After: ``` x-pack/solutions/observability/test/serverless | - functional/ | |- test_suites/ | |- configs/ | - api_integration/ |- test_suites/ |- configs/ ``` All the tests are run under the renamed FTR configs: <img width="1713" height="481" alt="Screenshot 2025-08-11 at 12 08 17" src="https://github.com/user-attachments/assets/a1588e1a-609d-4c28-a0f8-d442eaa4a1da" /> --------- Co-authored-by: kibanamachine <[email protected]>
…ic#231256) ## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving observability FTR/Cypress tests from `x-pack/test_serverless/` dir to `x-pack/solutions/observability/test` Before ``` x-pack/test_serverless/ | - functional/test_suites/observability/ | - api_integration/test_suites/observability/ ``` After: ``` x-pack/solutions/observability/test/serverless | - functional/ | |- test_suites/ | |- configs/ | - api_integration/ |- test_suites/ |- configs/ ``` All the tests are run under the renamed FTR configs: <img width="1713" height="481" alt="Screenshot 2025-08-11 at 12 08 17" src="https://github.com/user-attachments/assets/a1588e1a-609d-4c28-a0f8-d442eaa4a1da" /> --------- Co-authored-by: kibanamachine <[email protected]>
Summary
Part of https://github.com/elastic/kibana-team/issues/1503
This PR is mostly about moving observability FTR/Cypress tests from
x-pack/test_serverless/dir tox-pack/solutions/observability/testBefore
After:
All the tests are run under the renamed FTR configs:
