Functional test runner creates system_indices_superuser#124008
Functional test runner creates system_indices_superuser#124008pheyos merged 14 commits intoelastic:mainfrom
Conversation
|
As of the initial commit in this PR, we have some duplicated code because the |
|
@elasticmachine merge upstream |
azasypkin
left a comment
There was a problem hiding this comment.
Changes in Spaces API integration tests config LGTM. Just left one question.
|
@elasticmachine merge upstream |
packages/kbn-test/src/functional_test_runner/functional_test_runner.ts
Outdated
Show resolved
Hide resolved
…t-service use independent client in ftr for version check, share creation logic
|
Pinging @elastic/apm-ui (Team:apm) |
|
@jbudz sure, will do. |
|
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Public APIs missing comments
Public APIs missing exports
History
To update your PR or re-run it, just comment with: cc @pheyos |
|
The following labels were identified as gaps in your version labels and will be added automatically:
If any of these should not be on your pull request, please manually remove them. |
This PR fixes the functional test runner for execution against cloud (and other existing deployments) by making sure the system_indices_superuser exists. (cherry picked from commit 8989ead)
💔 Some backports could not be created
How to fixRe-run the backport manually: Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
This PR fixes the functional test runner for execution against cloud (and other existing deployments) by making sure the system_indices_superuser exists. (cherry picked from commit 8989ead) # Conflicts: # x-pack/test/rule_registry/common/services/cluster_client.ts
This PR fixes the functional test runner for execution against cloud (and other existing deployments) by making sure the system_indices_superuser exists.
This PR fixes the functional test runner for execution against cloud (and other existing deployments) by making sure the system_indices_superuser exists.
Summary
This PR fixes the functional test runner for execution against cloud (and other existing deployments) by making sure the
system_indices_superuserexists.Details
elasticsuperuser (or the user provided in the test URL) for the ES version check and to create thesystem_indices_superusersystem_indices_superuseris then used in theesservice for the rest of the testsCloses #123994
Closes #124442