Skip to content

Comments

[ska][x-pack] Move painless_lab, upgrade_assistant and reporting_management functional tests#225829

Merged
dmlemeshko merged 8 commits intoelastic:mainfrom
fake-haris:relocate-functional-apps-3
Jun 30, 2025
Merged

[ska][x-pack] Move painless_lab, upgrade_assistant and reporting_management functional tests#225829
dmlemeshko merged 8 commits intoelastic:mainfrom
fake-haris:relocate-functional-apps-3

Conversation

@fake-haris
Copy link
Contributor

@fake-haris fake-haris commented Jun 30, 2025

Summary

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

This PR relocates painless_lab , upgrade_assistant and reporting_management test files from x-pack/test/functional/apps dir to x-pack/platform/test/functional/apps.

Before:

/x-pack/test/functional/apps
     | - painless_lab/
     | - upgrade_assistant/
     | - reporting_management/

After:

/x-pack/platform/test/functional/apps
     | - painless_lab/
     | - upgrade_assistant/
     | - reporting_management/

@fake-haris fake-haris self-assigned this Jun 30, 2025
@fake-haris fake-haris added Team:QA Platform QA t// release_note:skip Skip the PR/issue when compiling release notes backport:version Backport to applied version labels v9.1.0 v8.19.0 labels Jun 30, 2025
@fake-haris fake-haris requested a review from dmlemeshko June 30, 2025 12:21
Copy link
Contributor

@dmlemeshko dmlemeshko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fake-haris fake-haris marked this pull request as ready for review June 30, 2025 15:29
@fake-haris fake-haris requested review from a team as code owners June 30, 2025 15:29
@elasticmachine
Copy link
Contributor

Pinging @elastic/appex-qa (Team:QA)

Copy link
Contributor

@ersin-erdal ersin-erdal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM


export default async function ({ readConfigFile }: FtrConfigProviderContext) {
const functionalConfig = await readConfigFile(require.resolve('../../config.base.js'));
const functionalConfig = await readConfigFile(require.resolve('../../config.base.ts'));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤯

Copy link
Contributor

@mattkime mattkime left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes lgtm

@dmlemeshko dmlemeshko enabled auto-merge (squash) June 30, 2025 17:04
@dmlemeshko dmlemeshko merged commit 8ccd09f into elastic:main Jun 30, 2025
10 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.19, 9.1

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

@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.19, 9.1

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

@elasticmachine
Copy link
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #45 / serverless observability UI - feature flags ES Query rule - consumers only infrastructure privileges navigates to the rules page

Metrics [docs]

✅ unchanged

History

cc @fake-haris

kibanamachine added a commit to kibanamachine/kibana that referenced this pull request Jun 30, 2025
…gement functional tests (elastic#225829)

## Summary

Part of elastic/kibana-team#1503

This PR relocates `painless_lab `, `upgrade_assistant ` and
`reporting_management ` test files from `x-pack/test/functional/apps`
dir to `x-pack/platform/test/functional/apps`.

Before:

```
/x-pack/test/functional/apps
     | - painless_lab/
     | - upgrade_assistant/
     | - reporting_management/
```

After:
```
/x-pack/platform/test/functional/apps
     | - painless_lab/
     | - upgrade_assistant/
     | - reporting_management/
```

---------

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

💔 Some backports could not be created

Status Branch Result
8.19 Backport failed because of merge conflicts
9.1

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

Manual backport

To create the backport manually run:

node scripts/backport --pr 225829

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit to kibanamachine/kibana that referenced this pull request Jun 30, 2025
…gement functional tests (elastic#225829)

## Summary

Part of elastic/kibana-team#1503

This PR relocates `painless_lab `, `upgrade_assistant ` and
`reporting_management ` test files from `x-pack/test/functional/apps`
dir to `x-pack/platform/test/functional/apps`.

Before:

```
/x-pack/test/functional/apps
     | - painless_lab/
     | - upgrade_assistant/
     | - reporting_management/
```

After:
```
/x-pack/platform/test/functional/apps
     | - painless_lab/
     | - upgrade_assistant/
     | - reporting_management/
```

---------

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

💔 Some backports could not be created

Status Branch Result
8.19 Backport failed because of merge conflicts
9.1

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

Manual backport

To create the backport manually run:

node scripts/backport --pr 225829

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Jun 30, 2025
…g_management functional tests (#225829) (#225909)

# Backport

This will backport the following commits from `main` to `9.1`:
- [[ska][x-pack] Move painless_lab, upgrade_assistant and
reporting_management functional tests
(#225829)](#225829)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Charis
Kalpakis","email":"39087493+fake-haris@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-06-30T19:01:26Z","message":"[ska][x-pack]
Move painless_lab, upgrade_assistant and reporting_management functional
tests (#225829)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR relocates
`painless_lab `, `upgrade_assistant ` and\n`reporting_management ` test
files from `x-pack/test/functional/apps`\ndir to
`x-pack/platform/test/functional/apps`.\n\nBefore:\n\n```\n/x-pack/test/functional/apps\n
| - painless_lab/\n | - upgrade_assistant/\n | -
reporting_management/\n```\n\nAfter:
\n```\n/x-pack/platform/test/functional/apps\n | - painless_lab/\n | -
upgrade_assistant/\n | -
reporting_management/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"8ccd09fef97e0bd51e85ae2c8adb9166d37eaef1","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:QA","release_note:skip","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[ska][x-pack]
Move painless_lab, upgrade_assistant and reporting_management functional
tests","number":225829,"url":"https://github.com/elastic/kibana/pull/225829","mergeCommit":{"message":"[ska][x-pack]
Move painless_lab, upgrade_assistant and reporting_management functional
tests (#225829)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR relocates
`painless_lab `, `upgrade_assistant ` and\n`reporting_management ` test
files from `x-pack/test/functional/apps`\ndir to
`x-pack/platform/test/functional/apps`.\n\nBefore:\n\n```\n/x-pack/test/functional/apps\n
| - painless_lab/\n | - upgrade_assistant/\n | -
reporting_management/\n```\n\nAfter:
\n```\n/x-pack/platform/test/functional/apps\n | - painless_lab/\n | -
upgrade_assistant/\n | -
reporting_management/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"8ccd09fef97e0bd51e85ae2c8adb9166d37eaef1"}},"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/225829","number":225829,"mergeCommit":{"message":"[ska][x-pack]
Move painless_lab, upgrade_assistant and reporting_management functional
tests (#225829)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR relocates
`painless_lab `, `upgrade_assistant ` and\n`reporting_management ` test
files from `x-pack/test/functional/apps`\ndir to
`x-pack/platform/test/functional/apps`.\n\nBefore:\n\n```\n/x-pack/test/functional/apps\n
| - painless_lab/\n | - upgrade_assistant/\n | -
reporting_management/\n```\n\nAfter:
\n```\n/x-pack/platform/test/functional/apps\n | - painless_lab/\n | -
upgrade_assistant/\n | -
reporting_management/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"8ccd09fef97e0bd51e85ae2c8adb9166d37eaef1"}}]}]
BACKPORT-->

Co-authored-by: Charis Kalpakis <39087493+fake-haris@users.noreply.github.com>
@fake-haris
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

fake-haris added a commit that referenced this pull request Jul 1, 2025
…ng_management functional tests (#225829) (#225945)

# Backport

This will backport the following commits from `main` to `8.19`:
- [[ska][x-pack] Move painless_lab, upgrade_assistant and
reporting_management functional tests
(#225829)](#225829)

<!--- Backport version: 10.0.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Charis
Kalpakis","email":"39087493+fake-haris@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-06-30T19:01:26Z","message":"[ska][x-pack]
Move painless_lab, upgrade_assistant and reporting_management functional
tests (#225829)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR relocates
`painless_lab `, `upgrade_assistant ` and\n`reporting_management ` test
files from `x-pack/test/functional/apps`\ndir to
`x-pack/platform/test/functional/apps`.\n\nBefore:\n\n```\n/x-pack/test/functional/apps\n
| - painless_lab/\n | - upgrade_assistant/\n | -
reporting_management/\n```\n\nAfter:
\n```\n/x-pack/platform/test/functional/apps\n | - painless_lab/\n | -
upgrade_assistant/\n | -
reporting_management/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"8ccd09fef97e0bd51e85ae2c8adb9166d37eaef1","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:QA","release_note:skip","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[ska][x-pack]
Move painless_lab, upgrade_assistant and reporting_management functional
tests","number":225829,"url":"https://github.com/elastic/kibana/pull/225829","mergeCommit":{"message":"[ska][x-pack]
Move painless_lab, upgrade_assistant and reporting_management functional
tests (#225829)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR relocates
`painless_lab `, `upgrade_assistant ` and\n`reporting_management ` test
files from `x-pack/test/functional/apps`\ndir to
`x-pack/platform/test/functional/apps`.\n\nBefore:\n\n```\n/x-pack/test/functional/apps\n
| - painless_lab/\n | - upgrade_assistant/\n | -
reporting_management/\n```\n\nAfter:
\n```\n/x-pack/platform/test/functional/apps\n | - painless_lab/\n | -
upgrade_assistant/\n | -
reporting_management/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"8ccd09fef97e0bd51e85ae2c8adb9166d37eaef1"}},"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/225909","number":225909,"state":"MERGED","mergeCommit":{"sha":"8575537af250d166c99386a49c786b6e8c1c6eb6","message":"[9.1]
[ska][x-pack] Move painless_lab, upgrade_assistant and
reporting_management functional tests (#225829) (#225909)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`9.1`:\n- [[ska][x-pack] Move painless_lab, upgrade_assistant
and\nreporting_management functional
tests\n(#225829)](https://github.com/elastic/kibana/pull/225829)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Charis Kalpakis
<39087493+fake-haris@users.noreply.github.com>"}},{"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/225829","number":225829,"mergeCommit":{"message":"[ska][x-pack]
Move painless_lab, upgrade_assistant and reporting_management functional
tests (#225829)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR relocates
`painless_lab `, `upgrade_assistant ` and\n`reporting_management ` test
files from `x-pack/test/functional/apps`\ndir to
`x-pack/platform/test/functional/apps`.\n\nBefore:\n\n```\n/x-pack/test/functional/apps\n
| - painless_lab/\n | - upgrade_assistant/\n | -
reporting_management/\n```\n\nAfter:
\n```\n/x-pack/platform/test/functional/apps\n | - painless_lab/\n | -
upgrade_assistant/\n | -
reporting_management/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"8ccd09fef97e0bd51e85ae2c8adb9166d37eaef1"}}]}]
BACKPORT-->

---------

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 Team:QA Platform QA t// v8.19.0 v9.1.0 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants