Skip to content

Conversation

@dmlemeshko
Copy link
Member

@dmlemeshko dmlemeshko commented Aug 5, 2025

Summary

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

This PR is mostly about moving chat FTR tests from x-pack/test_serverless/ dir to x-pack/solutions/chat/test

Before

x-pack/test_serverless/
  | - functional/test_suites/chat/
  | - api_integration/test_suites/chat/

After:

x-pack/solutions/chat/test/serverless
  | - functional/
  |  |- test_suites/
  |  |- configs/
  | - api_integration/
     |- test_suites/
     |- configs/

All the tests are run under the renamed FTR configs:

image

@dmlemeshko dmlemeshko self-assigned this Aug 6, 2025
@dmlemeshko dmlemeshko added release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting v9.2.0 v9.1.1 v8.19.1 labels Aug 6, 2025
@dmlemeshko dmlemeshko marked this pull request as ready for review August 6, 2025 10:52
@dmlemeshko dmlemeshko requested review from a team as code owners August 6, 2025 10:52
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

cc @dmlemeshko

Copy link
Contributor

@csr csr left a comment

Choose a reason for hiding this comment

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

Test file relocation LGTM! 👍

@dmlemeshko dmlemeshko merged commit 4fe1ea2 into elastic:main Aug 7, 2025
25 checks passed
gergoabraham pushed a commit to gergoabraham/kibana that referenced this pull request Aug 7, 2025
## Summary

Part of elastic/kibana-team#1503

This PR is mostly about moving chat FTR tests from
`x-pack/test_serverless/` dir to `x-pack/solutions/chat/test`

Before
```
x-pack/test_serverless/
  | - functional/test_suites/chat/
  | - api_integration/test_suites/chat/
```

After: 
```
x-pack/solutions/chat/test/serverless
  | - functional/
  |  |- test_suites/
  |  |- configs/
  | - api_integration/
     |- test_suites/
     |- configs/
```

All the tests are run under the renamed FTR configs:

<img width="1716" height="200" alt="image"
src="https://github.com/user-attachments/assets/56bf8459-4b5d-4504-81a0-6ea936140c09"
/>

---------

Co-authored-by: kibanamachine <[email protected]>
@dmlemeshko dmlemeshko added backport:version Backport to applied version labels and removed backport:skip This PR does not require backporting labels Aug 7, 2025
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.19, 9.1

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

@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.19, 9.1

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

@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

You might need to backport the following PRs to 9.1:
- [Security Solution] [SKA] Moved cypress folder (#230198)

Manual backport

To create the backport manually run:

node scripts/backport --pr 230527

Questions ?

Please refer to the Backport tool documentation

@kibanamachine
Copy link
Contributor

dmlemeshko added a commit to dmlemeshko/kibana that referenced this pull request Aug 7, 2025
## Summary

Part of elastic/kibana-team#1503

This PR is mostly about moving chat FTR tests from
`x-pack/test_serverless/` dir to `x-pack/solutions/chat/test`

Before
```
x-pack/test_serverless/
  | - functional/test_suites/chat/
  | - api_integration/test_suites/chat/
```

After:
```
x-pack/solutions/chat/test/serverless
  | - functional/
  |  |- test_suites/
  |  |- configs/
  | - api_integration/
     |- test_suites/
     |- configs/
```

All the tests are run under the renamed FTR configs:

<img width="1716" height="200" alt="image"
src="https://github.com/user-attachments/assets/56bf8459-4b5d-4504-81a0-6ea936140c09"
/>

---------

Co-authored-by: kibanamachine <[email protected]>
(cherry picked from commit 4fe1ea2)

# Conflicts:
#	.buildkite/ftr_chat_serverless_configs.yml
#	.github/CODEOWNERS
@dmlemeshko
Copy link
Member 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 that referenced this pull request Aug 8, 2025
…#231013)

# Backport

This will backport the following commits from `main` to `9.1`:
- [[ska] relocate chat serverless api & functional tests
(#230527)](#230527)

<!--- 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-07T07:42:31Z","message":"[ska]
relocate chat serverless api & functional tests (#230527)\n\n##
Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving chat FTR tests from\n`x-pack/test_serverless/` dir to
`x-pack/solutions/chat/test`\n\nBefore\n```\nx-pack/test_serverless/\n |
- functional/test_suites/chat/\n | -
api_integration/test_suites/chat/\n```\n\nAfter:
\n```\nx-pack/solutions/chat/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\n<img width=\"1716\" height=\"200\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/56bf8459-4b5d-4504-81a0-6ea936140c09\"\n/>\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"4fe1ea26032c8ba6e22d3775419aa64b05f1bc19","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.2.0","v9.1.1","v8.19.1"],"title":"[ska]
relocate chat serverless api & functional
tests","number":230527,"url":"https://github.com/elastic/kibana/pull/230527","mergeCommit":{"message":"[ska]
relocate chat serverless api & functional tests (#230527)\n\n##
Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving chat FTR tests from\n`x-pack/test_serverless/` dir to
`x-pack/solutions/chat/test`\n\nBefore\n```\nx-pack/test_serverless/\n |
- functional/test_suites/chat/\n | -
api_integration/test_suites/chat/\n```\n\nAfter:
\n```\nx-pack/solutions/chat/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\n<img width=\"1716\" height=\"200\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/56bf8459-4b5d-4504-81a0-6ea936140c09\"\n/>\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"4fe1ea26032c8ba6e22d3775419aa64b05f1bc19"}},"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/230527","number":230527,"mergeCommit":{"message":"[ska]
relocate chat serverless api & functional tests (#230527)\n\n##
Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving chat FTR tests from\n`x-pack/test_serverless/` dir to
`x-pack/solutions/chat/test`\n\nBefore\n```\nx-pack/test_serverless/\n |
- functional/test_suites/chat/\n | -
api_integration/test_suites/chat/\n```\n\nAfter:
\n```\nx-pack/solutions/chat/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\n<img width=\"1716\" height=\"200\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/56bf8459-4b5d-4504-81a0-6ea936140c09\"\n/>\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"4fe1ea26032c8ba6e22d3775419aa64b05f1bc19"}},{"branch":"9.1","label":"v9.1.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
denar50 pushed a commit to denar50/kibana that referenced this pull request Aug 8, 2025
## Summary

Part of elastic/kibana-team#1503

This PR is mostly about moving chat FTR tests from
`x-pack/test_serverless/` dir to `x-pack/solutions/chat/test`

Before
```
x-pack/test_serverless/
  | - functional/test_suites/chat/
  | - api_integration/test_suites/chat/
```

After: 
```
x-pack/solutions/chat/test/serverless
  | - functional/
  |  |- test_suites/
  |  |- configs/
  | - api_integration/
     |- test_suites/
     |- configs/
```

All the tests are run under the renamed FTR configs:

<img width="1716" height="200" alt="image"
src="https://github.com/user-attachments/assets/56bf8459-4b5d-4504-81a0-6ea936140c09"
/>

---------

Co-authored-by: kibanamachine <[email protected]>
NicholasPeretti pushed a commit to NicholasPeretti/kibana that referenced this pull request Aug 18, 2025
## Summary

Part of elastic/kibana-team#1503

This PR is mostly about moving chat FTR tests from
`x-pack/test_serverless/` dir to `x-pack/solutions/chat/test`

Before
```
x-pack/test_serverless/
  | - functional/test_suites/chat/
  | - api_integration/test_suites/chat/
```

After: 
```
x-pack/solutions/chat/test/serverless
  | - functional/
  |  |- test_suites/
  |  |- configs/
  | - api_integration/
     |- test_suites/
     |- configs/
```

All the tests are run under the renamed FTR configs:

<img width="1716" height="200" alt="image"
src="https://github.com/user-attachments/assets/56bf8459-4b5d-4504-81a0-6ea936140c09"
/>

---------

Co-authored-by: kibanamachine <[email protected]>
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.1 v9.1.1 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants