[ska] relocate discover, dashboard, maps, status_page ui tests#228541
Merged
dmlemeshko merged 18 commits intoelastic:mainfrom Jul 18, 2025
Merged
[ska] relocate discover, dashboard, maps, status_page ui tests#228541dmlemeshko merged 18 commits intoelastic:mainfrom
dmlemeshko merged 18 commits intoelastic:mainfrom
Conversation
adcoelho
approved these changes
Jul 18, 2025
csr
approved these changes
Jul 18, 2025
…/kibana into ska/relocate-pl-func-ui-tests
davismcphee
approved these changes
Jul 18, 2025
jbudz
approved these changes
Jul 18, 2025
Contributor
💚 Build Succeeded
Metrics [docs]
History
cc @dmlemeshko |
4 tasks
Contributor
|
Starting backport for target branches: 8.19, 9.1 |
Contributor
|
Starting backport for target branches: 8.19, 9.1 |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
1 similar comment
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
dmlemeshko
added a commit
to dmlemeshko/kibana
that referenced
this pull request
Jul 21, 2025
…ic#228541) ## Summary Part of elastic/kibana-team#1503 This PR is mostly about relocating platform FTR tests from x-pack/test ``` x-pack/test/functional/apps/ | - discover/ | - dashboard/ | - maps/ | - status_page/ ``` After: ``` x-pack/platform/test/functional/apps/ | - discover/ | - dashboard/ | - maps/ | - status_page/ ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 33e1e2f) # Conflicts: # x-pack/platform/plugins/shared/streams/server/lib/streams/state_management/errors/failed_to_rollback_error.ts # x-pack/platform/test/functional/apps/dashboard/group3/share/index.ts # x-pack/platform/test/functional/apps/dashboard/group3/share/share_from_custom_space.ts # x-pack/test/functional/apps/dashboard/group3/share/index.ts
Contributor
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
dmlemeshko
added a commit
that referenced
this pull request
Jul 22, 2025
…228541) (#228769) # Backport This will backport the following commits from `main` to `9.1`: - [[ska] relocate discover, dashboard, maps, status_page ui tests (#228541)](#228541) <!--- Backport version: 10.0.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Dzmitry Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2025-07-18T18:26:01Z","message":"[ska] relocate discover, dashboard, maps, status_page ui tests (#228541)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about relocating platform FTR tests from x-pack/test\n\n```\nx-pack/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\nAfter: \n```\nx-pack/platform/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"33e1e2f73f324dce8d8f186190f81c6deaf9ccba","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[ska] relocate discover, dashboard, maps, status_page ui tests","number":228541,"url":"https://github.com/elastic/kibana/pull/228541","mergeCommit":{"message":"[ska] relocate discover, dashboard, maps, status_page ui tests (#228541)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about relocating platform FTR tests from x-pack/test\n\n```\nx-pack/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\nAfter: \n```\nx-pack/platform/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"33e1e2f73f324dce8d8f186190f81c6deaf9ccba"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/228541","number":228541,"mergeCommit":{"message":"[ska] relocate discover, dashboard, maps, status_page ui tests (#228541)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about relocating platform FTR tests from x-pack/test\n\n```\nx-pack/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\nAfter: \n```\nx-pack/platform/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"33e1e2f73f324dce8d8f186190f81c6deaf9ccba"}}]}] BACKPORT-->
Bluefinger
pushed a commit
to Bluefinger/kibana
that referenced
this pull request
Jul 22, 2025
…ic#228541) ## Summary Part of elastic/kibana-team#1503 This PR is mostly about relocating platform FTR tests from x-pack/test ``` x-pack/test/functional/apps/ | - discover/ | - dashboard/ | - maps/ | - status_page/ ``` After: ``` x-pack/platform/test/functional/apps/ | - discover/ | - dashboard/ | - maps/ | - status_page/ ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
kertal
pushed a commit
to kertal/kibana
that referenced
this pull request
Jul 25, 2025
…ic#228541) ## Summary Part of elastic/kibana-team#1503 This PR is mostly about relocating platform FTR tests from x-pack/test ``` x-pack/test/functional/apps/ | - discover/ | - dashboard/ | - maps/ | - status_page/ ``` After: ``` x-pack/platform/test/functional/apps/ | - discover/ | - dashboard/ | - maps/ | - status_page/ ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
dmlemeshko
added a commit
to dmlemeshko/kibana
that referenced
this pull request
Aug 6, 2025
…ic#228541) ## Summary Part of elastic/kibana-team#1503 This PR is mostly about relocating platform FTR tests from x-pack/test ``` x-pack/test/functional/apps/ | - discover/ | - dashboard/ | - maps/ | - status_page/ ``` After: ``` x-pack/platform/test/functional/apps/ | - discover/ | - dashboard/ | - maps/ | - status_page/ ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 33e1e2f) # Conflicts: # .buildkite/ftr_platform_stateful_configs.yml # .github/CODEOWNERS # x-pack/platform/test/functional/apps/dashboard/group3/reporting/__snapshots__/download_csv.snap # x-pack/platform/test/functional/apps/dashboard/group3/reporting/download_csv.ts # x-pack/platform/test/functional/apps/discover/__snapshots__/reporting.snap # x-pack/platform/test/functional/apps/discover/__snapshots__/reporting_embeddable.snap # x-pack/platform/test/functional/apps/discover/async_scripted_fields.ts # x-pack/platform/test/functional/apps/discover/config.ts # x-pack/platform/test/functional/apps/discover/error_handling.ts # x-pack/platform/test/functional/apps/discover/esql_starred.ts # x-pack/platform/test/functional/apps/discover/feature_controls/discover_security.ts # x-pack/platform/test/functional/apps/discover/feature_controls/discover_spaces.ts # x-pack/platform/test/functional/apps/discover/feature_controls/index.ts # x-pack/platform/test/functional/apps/discover/group1/__snapshots__/reporting.snap # x-pack/platform/test/functional/apps/discover/group1/__snapshots__/reporting_embeddable.snap # x-pack/platform/test/functional/apps/discover/group1/config.ts # x-pack/platform/test/functional/apps/discover/group1/index.ts # x-pack/platform/test/functional/apps/discover/group1/reporting.ts # x-pack/platform/test/functional/apps/discover/group1/reporting_embeddable.ts # x-pack/platform/test/functional/apps/discover/group2/async_scripted_fields.ts # x-pack/platform/test/functional/apps/discover/group2/config.ts # x-pack/platform/test/functional/apps/discover/group2/error_handling.ts # x-pack/platform/test/functional/apps/discover/group2/feature_controls/discover_security.ts # x-pack/platform/test/functional/apps/discover/group2/feature_controls/discover_spaces.ts # x-pack/platform/test/functional/apps/discover/group2/feature_controls/index.ts # x-pack/platform/test/functional/apps/discover/group2/index.ts # x-pack/platform/test/functional/apps/discover/group2/preserve_url.ts # x-pack/platform/test/functional/apps/discover/group3/config.ts # x-pack/platform/test/functional/apps/discover/group3/esql_starred.ts # x-pack/platform/test/functional/apps/discover/group3/index.ts # x-pack/platform/test/functional/apps/discover/group3/saved_queries.ts # x-pack/platform/test/functional/apps/discover/group3/saved_search_embeddable.ts # x-pack/platform/test/functional/apps/discover/group3/saved_searches.ts # x-pack/platform/test/functional/apps/discover/group3/value_suggestions.ts # x-pack/platform/test/functional/apps/discover/group3/value_suggestions_non_timebased.ts # x-pack/platform/test/functional/apps/discover/group3/visualize_field.ts # x-pack/platform/test/functional/apps/discover/index.ts # x-pack/platform/test/functional/apps/discover/preserve_url.ts # x-pack/platform/test/functional/apps/discover/reporting.ts # x-pack/platform/test/functional/apps/discover/reporting_embeddable.ts # x-pack/platform/test/functional/apps/discover/saved_queries.ts # x-pack/platform/test/functional/apps/discover/saved_search_embeddable.ts # x-pack/platform/test/functional/apps/discover/saved_searches.ts # x-pack/platform/test/functional/apps/discover/value_suggestions.ts # x-pack/platform/test/functional/apps/discover/value_suggestions_non_timebased.ts # x-pack/platform/test/functional/apps/discover/visualize_field.ts # x-pack/platform/test/functional/apps/maps/group4/file_upload/index.js # x-pack/platform/test/functional/apps/maps/group4/file_upload/index.ts # x-pack/platform/test/functional/apps/saved_query_management/feature_controls/index.ts # x-pack/platform/test/functional/page_objects/index.ts # x-pack/platform/test/tsconfig.json # x-pack/test/functional/apps/discover/group1/__snapshots__/reporting.snap # x-pack/test/functional/apps/discover/group1/__snapshots__/reporting_embeddable.snap # x-pack/test/functional/apps/discover/group1/config.ts # x-pack/test/functional/apps/discover/group1/index.ts # x-pack/test/functional/apps/discover/group1/reporting.ts # x-pack/test/functional/apps/discover/group1/reporting_embeddable.ts # x-pack/test/functional/apps/discover/group2/async_scripted_fields.ts # x-pack/test/functional/apps/discover/group2/config.ts # x-pack/test/functional/apps/discover/group2/error_handling.ts # x-pack/test/functional/apps/discover/group2/feature_controls/discover_security.ts # x-pack/test/functional/apps/discover/group2/feature_controls/discover_spaces.ts # x-pack/test/functional/apps/discover/group2/feature_controls/index.ts # x-pack/test/functional/apps/discover/group2/index.ts # x-pack/test/functional/apps/discover/group2/preserve_url.ts # x-pack/test/functional/apps/discover/group3/esql_starred.ts # x-pack/test/functional/apps/discover/group3/index.ts # x-pack/test/functional/apps/discover/group3/saved_queries.ts # x-pack/test/functional/apps/discover/group3/saved_search_embeddable.ts # x-pack/test/functional/apps/discover/group3/saved_searches.ts # x-pack/test/functional/apps/discover/group3/value_suggestions.ts # x-pack/test/functional/apps/discover/group3/value_suggestions_non_timebased.ts # x-pack/test/functional/apps/discover/group3/visualize_field.ts # x-pack/test/functional/apps/maps/group4/file_upload/index.ts # x-pack/test/functional/apps/reporting/README.md # x-pack/test/functional_enterprise_search/apps/enterprise_search/with_host_configured/index.ts # x-pack/test/functional_solution_sidenav/config.ts # x-pack/test/tsconfig.json
Contributor
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
dmlemeshko
added a commit
that referenced
this pull request
Aug 6, 2025
…#228541) (#230724) # Backport This will backport the following commits from `main` to `8.19`: - [[ska] relocate discover, dashboard, maps, status_page ui tests (#228541)](#228541) <!--- Backport version: 10.0.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Dzmitry Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2025-07-18T18:26:01Z","message":"[ska] relocate discover, dashboard, maps, status_page ui tests (#228541)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about relocating platform FTR tests from x-pack/test\n\n```\nx-pack/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\nAfter: \n```\nx-pack/platform/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"33e1e2f73f324dce8d8f186190f81c6deaf9ccba","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[ska] relocate discover, dashboard, maps, status_page ui tests","number":228541,"url":"https://github.com/elastic/kibana/pull/228541","mergeCommit":{"message":"[ska] relocate discover, dashboard, maps, status_page ui tests (#228541)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about relocating platform FTR tests from x-pack/test\n\n```\nx-pack/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\nAfter: \n```\nx-pack/platform/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"33e1e2f73f324dce8d8f186190f81c6deaf9ccba"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/228769","number":228769,"state":"MERGED","mergeCommit":{"sha":"9b5406d8ff1c617c8eb6dd61793fa3d67c26ba75","message":"[9.1] [ska] relocate discover, dashboard, maps, status_page ui tests (#228541) (#228769)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.1`:\n- [[ska] relocate discover, dashboard, maps, status_page ui tests\n(#228541)](https://github.com/elastic/kibana/pull/228541)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/228541","number":228541,"mergeCommit":{"message":"[ska] relocate discover, dashboard, maps, status_page ui tests (#228541)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about relocating platform FTR tests from x-pack/test\n\n```\nx-pack/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\nAfter: \n```\nx-pack/platform/test/functional/apps/\n | - discover/\n | - dashboard/\n | - maps/\n | - status_page/\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"33e1e2f73f324dce8d8f186190f81c6deaf9ccba"}}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Part of https://github.com/elastic/kibana-team/issues/1503
This PR is mostly about relocating platform FTR tests from x-pack/test
After: