Skip to content

[ska] relocate Search serverless api & functional tests#230961

Merged
dmlemeshko merged 7 commits intoelastic:mainfrom
dmlemeshko:ska/relocate-svl-search-tests
Aug 7, 2025
Merged

[ska] relocate Search serverless api & functional tests#230961
dmlemeshko merged 7 commits intoelastic:mainfrom
dmlemeshko:ska/relocate-svl-search-tests

Conversation

@dmlemeshko
Copy link
Copy Markdown
Contributor

@dmlemeshko dmlemeshko commented Aug 7, 2025

Summary

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

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

Before

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

After:

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

All the tests are run under the renamed FTR configs:

@dmlemeshko dmlemeshko self-assigned this Aug 7, 2025
@dmlemeshko dmlemeshko added release_note:skip Skip the PR/issue when compiling release notes backport:version Backport to applied version labels v9.2.0 v9.1.1 v8.19.1 labels Aug 7, 2025
@dmlemeshko dmlemeshko changed the title [ska] relocate chat serverless api & functional tests [ska] relocate Search serverless api & functional tests Aug 7, 2025
@dmlemeshko dmlemeshko marked this pull request as ready for review August 7, 2025 12:31
@dmlemeshko dmlemeshko requested review from a team as code owners August 7, 2025 12:31
Copy link
Copy Markdown
Contributor

@SiddharthMantri SiddharthMantri left a comment

Choose a reason for hiding this comment

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

Platform security owned changes (comment changes) LGTM.

@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

cc @dmlemeshko

@dmlemeshko dmlemeshko merged commit 16664c9 into elastic:main Aug 7, 2025
13 checks passed
@kibanamachine
Copy link
Copy Markdown
Contributor

Starting backport for target branches: 8.19, 9.1

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

@kibanamachine
Copy link
Copy Markdown
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 230961

Questions ?

Please refer to the Backport tool documentation

@dmlemeshko
Copy link
Copy Markdown
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 Aug 7, 2025
## Summary

Part of elastic/kibana-team#1503

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

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

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

All the tests are run under the renamed FTR configs:

---------

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

# Conflicts:
#	.buildkite/ftr_search_serverless_configs.yml
#	x-pack/solutions/search/test/serverless/functional/configs/index.feature_flags.ts
#	x-pack/solutions/search/test/serverless/functional/test_suites/search_homepage.ts
#	x-pack/solutions/search/test/serverless/functional/test_suites/search_playground/saved_playgrounds.ts
#	x-pack/test/functional/page_objects/search_playground_page.ts
#	x-pack/test_serverless/functional/test_suites/search/index.ts
dmlemeshko added a commit that referenced this pull request Aug 11, 2025
… (#231012)

# Backport

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

<!--- 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-08-07T14:29:08Z","message":"[ska]
relocate Search serverless api & functional tests (#230961)\n\n##
Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving search FTR tests from\n`x-pack/test_serverless/` dir to
`x-pack/solutions/search/test`\n\nBefore\n```\nx-pack/test_serverless/\n
| - functional/test_suites/search/\n | -
api_integration/test_suites/search/\n```\n\nAfter:
\n```\nx-pack/solutions/search/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---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"16664c992849ca077394b979013869429a4e91f8","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 Search serverless api & functional
tests","number":230961,"url":"https://github.com/elastic/kibana/pull/230961","mergeCommit":{"message":"[ska]
relocate Search serverless api & functional tests (#230961)\n\n##
Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving search FTR tests from\n`x-pack/test_serverless/` dir to
`x-pack/solutions/search/test`\n\nBefore\n```\nx-pack/test_serverless/\n
| - functional/test_suites/search/\n | -
api_integration/test_suites/search/\n```\n\nAfter:
\n```\nx-pack/solutions/search/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---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"16664c992849ca077394b979013869429a4e91f8"}},"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/230961","number":230961,"mergeCommit":{"message":"[ska]
relocate Search serverless api & functional tests (#230961)\n\n##
Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving search FTR tests from\n`x-pack/test_serverless/` dir to
`x-pack/solutions/search/test`\n\nBefore\n```\nx-pack/test_serverless/\n
| - functional/test_suites/search/\n | -
api_integration/test_suites/search/\n```\n\nAfter:
\n```\nx-pack/solutions/search/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---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"16664c992849ca077394b979013869429a4e91f8"}},{"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-->

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
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 search FTR tests from
`x-pack/test_serverless/` dir to `x-pack/solutions/search/test`

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

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

All the tests are run under the renamed FTR configs:

---------

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.1 v9.1.1 v9.1.2 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants