Skip to content

Comments

[ska] relocate upgrade, usage_collection, search_sessions_integration and licensing tests#226669

Merged
dmlemeshko merged 13 commits intoelastic:mainfrom
dmlemeshko:ska/move-more-platform-tests
Jul 7, 2025
Merged

[ska] relocate upgrade, usage_collection, search_sessions_integration and licensing tests#226669
dmlemeshko merged 13 commits intoelastic:mainfrom
dmlemeshko:ska/move-more-platform-tests

Conversation

@dmlemeshko
Copy link
Contributor

@dmlemeshko dmlemeshko commented Jul 5, 2025

Summary

Part of https://github.com/elastic/kibana-team/issues/1503

This PR is mostly about moving platform tests from x-pack/test

x-pack/test/
     | - licensing_plugin/
     | - search_sessions_integration/
     | - upgrade/
     | - usage_collection/

After:

x-pack/platform/test/
     | - licensing_plugin/
     | - search_sessions_integration/
     | - upgrade/
     | - usage_collection/

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Unknown metric groups

ESLint disabled line counts

id before after diff
@kbn/test-suites-xpack 162 155 -7
@kbn/test-suites-xpack-platform 525 532 +7
total -0

Total ESLint disabled count

id before after diff
@kbn/test-suites-xpack 176 169 -7
@kbn/test-suites-xpack-platform 532 539 +7
total -0

History

@dmlemeshko dmlemeshko self-assigned this Jul 7, 2025
@dmlemeshko dmlemeshko added release_note:skip Skip the PR/issue when compiling release notes backport:version Backport to applied version labels v8.19.0 v9.2.0 labels Jul 7, 2025
@dmlemeshko dmlemeshko marked this pull request as ready for review July 7, 2025 09:02
@dmlemeshko dmlemeshko requested review from a team as code owners July 7, 2025 09:02
@dmlemeshko dmlemeshko enabled auto-merge (squash) July 7, 2025 14:07
@dmlemeshko dmlemeshko merged commit 2961e8c into elastic:main Jul 7, 2025
23 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.19

https://github.com/elastic/kibana/actions/runs/16120210751

@kibanamachine
Copy link
Contributor

💔 All backports failed

Status Branch Result
8.19 Backport failed because of merge conflicts

Manual backport

To create the backport manually run:

node scripts/backport --pr 226669

Questions ?

Please refer to the Backport tool documentation

@dmlemeshko dmlemeshko added v9.1.0 backport:version Backport to applied version labels and removed backport:version Backport to applied version labels labels Jul 7, 2025
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.19, 9.1

https://github.com/elastic/kibana/actions/runs/16121221528

@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.19, 9.1

https://github.com/elastic/kibana/actions/runs/16121226831

@kibanamachine
Copy link
Contributor

💔 All backports failed

Status Branch Result
8.19 Backport failed because of merge conflicts
9.1 An unhandled error occurred. Please see the logs for details

Manual backport

To create the backport manually run:

node scripts/backport --pr 226669

Questions ?

Please refer to the Backport tool documentation

@kibanamachine
Copy link
Contributor

💔 All backports failed

Status Branch Result
8.19 Backport failed because of merge conflicts
9.1 Backport failed because of merge conflicts

Manual backport

To create the backport manually run:

node scripts/backport --pr 226669

Questions ?

Please refer to the Backport tool documentation

@kibanamachine kibanamachine added the backport missing Added to PRs automatically when the are determined to be missing a backport. label Jul 8, 2025
@kibanamachine
Copy link
Contributor

Friendly reminder: Looks like this PR hasn’t been backported yet.
To create automatically backports add a backport:* label or prevent reminders by adding the backport:skip label.
You can also create backports manually by running node scripts/backport --pr 226669 locally
cc: @dmlemeshko

1 similar comment
@kibanamachine
Copy link
Contributor

Friendly reminder: Looks like this PR hasn’t been backported yet.
To create automatically backports add a backport:* label or prevent reminders by adding the backport:skip label.
You can also create backports manually by running node scripts/backport --pr 226669 locally
cc: @dmlemeshko

dmlemeshko added a commit to dmlemeshko/kibana that referenced this pull request Jul 9, 2025
… and licensing tests (elastic#226669)

## Summary

Part of elastic/kibana-team#1503

This PR is mostly about moving platform tests from x-pack/test

```
x-pack/test/
     | - licensing_plugin/
     | - search_sessions_integration/
     | - upgrade/
     | - usage_collection/
```

After:
```
x-pack/platform/test/
     | - licensing_plugin/
     | - search_sessions_integration/
     | - upgrade/
     | - usage_collection/
```

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 2961e8c)
@dmlemeshko
Copy link
Contributor Author

💚 All backports created successfully

Status Branch Result
9.1

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

dmlemeshko added a commit to dmlemeshko/kibana that referenced this pull request Jul 9, 2025
… and licensing tests (elastic#226669)

## Summary

Part of elastic/kibana-team#1503

This PR is mostly about moving platform tests from x-pack/test

```
x-pack/test/
     | - licensing_plugin/
     | - search_sessions_integration/
     | - upgrade/
     | - usage_collection/
```

After:
```
x-pack/platform/test/
     | - licensing_plugin/
     | - search_sessions_integration/
     | - upgrade/
     | - usage_collection/
```

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 2961e8c)

# Conflicts:
#	.buildkite/ftr_platform_stateful_configs.yml
#	.github/CODEOWNERS
#	x-pack/platform/test/functional/page_objects/index.ts
#	x-pack/platform/test/tsconfig.json
#	x-pack/test/tsconfig.json
@dmlemeshko
Copy link
Contributor Author

💚 All backports created successfully

Status Branch Result
8.19

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 10, 2025
…ration and licensing tests (#226669) (#227328)

# Backport

This will backport the following commits from `main` to `9.1`:
- [[ska] relocate upgrade, usage_collection, search_sessions_integration
and licensing tests
(#226669)](#226669)

<!--- 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-07T14:46:33Z","message":"[ska]
relocate upgrade, usage_collection, search_sessions_integration and
licensing tests (#226669)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving platform tests from x-pack/test\n\n```\nx-pack/test/\n | -
licensing_plugin/\n | - search_sessions_integration/\n | - upgrade/\n |
- usage_collection/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | -
licensing_plugin/\n | - search_sessions_integration/\n | - upgrade/\n |
- usage_collection/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"2961e8c16ce0c609a08d1aadda834430e11b249f","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport
missing","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[ska]
relocate upgrade, usage_collection, search_sessions_integration and
licensing
tests","number":226669,"url":"https://github.com/elastic/kibana/pull/226669","mergeCommit":{"message":"[ska]
relocate upgrade, usage_collection, search_sessions_integration and
licensing tests (#226669)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving platform tests from x-pack/test\n\n```\nx-pack/test/\n | -
licensing_plugin/\n | - search_sessions_integration/\n | - upgrade/\n |
- usage_collection/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | -
licensing_plugin/\n | - search_sessions_integration/\n | - upgrade/\n |
- usage_collection/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"2961e8c16ce0c609a08d1aadda834430e11b249f"}},"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/226669","number":226669,"mergeCommit":{"message":"[ska]
relocate upgrade, usage_collection, search_sessions_integration and
licensing tests (#226669)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving platform tests from x-pack/test\n\n```\nx-pack/test/\n | -
licensing_plugin/\n | - search_sessions_integration/\n | - upgrade/\n |
- usage_collection/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | -
licensing_plugin/\n | - search_sessions_integration/\n | - upgrade/\n |
- usage_collection/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"2961e8c16ce0c609a08d1aadda834430e11b249f"}}]}]
BACKPORT-->

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
@kibanamachine
Copy link
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @dmlemeshko

dmlemeshko added a commit that referenced this pull request Jul 11, 2025
…gration and licensing tests (#226669) (#227335)

# Backport

This will backport the following commits from `main` to `8.19`:
- [[ska] relocate upgrade, usage_collection, search_sessions_integration
and licensing tests
(#226669)](#226669)

<!--- 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-07T14:46:33Z","message":"[ska]
relocate upgrade, usage_collection, search_sessions_integration and
licensing tests (#226669)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving platform tests from x-pack/test\n\n```\nx-pack/test/\n | -
licensing_plugin/\n | - search_sessions_integration/\n | - upgrade/\n |
- usage_collection/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | -
licensing_plugin/\n | - search_sessions_integration/\n | - upgrade/\n |
- usage_collection/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"2961e8c16ce0c609a08d1aadda834430e11b249f","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport
missing","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[ska]
relocate upgrade, usage_collection, search_sessions_integration and
licensing
tests","number":226669,"url":"https://github.com/elastic/kibana/pull/226669","mergeCommit":{"message":"[ska]
relocate upgrade, usage_collection, search_sessions_integration and
licensing tests (#226669)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving platform tests from x-pack/test\n\n```\nx-pack/test/\n | -
licensing_plugin/\n | - search_sessions_integration/\n | - upgrade/\n |
- usage_collection/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | -
licensing_plugin/\n | - search_sessions_integration/\n | - upgrade/\n |
- usage_collection/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"2961e8c16ce0c609a08d1aadda834430e11b249f"}},"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/227328","number":227328,"state":"OPEN"},{"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/226669","number":226669,"mergeCommit":{"message":"[ska]
relocate upgrade, usage_collection, search_sessions_integration and
licensing tests (#226669)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving platform tests from x-pack/test\n\n```\nx-pack/test/\n | -
licensing_plugin/\n | - search_sessions_integration/\n | - upgrade/\n |
- usage_collection/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | -
licensing_plugin/\n | - search_sessions_integration/\n | - upgrade/\n |
- usage_collection/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"2961e8c16ce0c609a08d1aadda834430e11b249f"}}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
@kibanamachine kibanamachine removed the backport missing Added to PRs automatically when the are determined to be missing a backport. label Jul 11, 2025
kertal pushed a commit to kertal/kibana that referenced this pull request Jul 25, 2025
… and licensing tests (elastic#226669)

## Summary

Part of elastic/kibana-team#1503

This PR is mostly about moving platform tests from x-pack/test

```
x-pack/test/
     | - licensing_plugin/
     | - search_sessions_integration/
     | - upgrade/
     | - usage_collection/
```

After: 
```
x-pack/platform/test/
     | - licensing_plugin/
     | - search_sessions_integration/
     | - upgrade/
     | - usage_collection/
```

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:version Backport to applied version labels release_note:skip Skip the PR/issue when compiling release notes v8.19.0 v9.1.0 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.