[FTR] Refactor test/common/services/* -> packages/kbn-ftr-common-functional-[ui-]services/*#189051
Conversation
test/common/services/* -> packages/kbn-ftr-common-functional-[ui]-servicestest/common/services/* -> packages/kbn-ftr-common-functional-[ui]-services/*
test/common/services/* -> packages/kbn-ftr-common-functional-[ui]-services/*|
/ci |
b6d8466 to
8a1f919
Compare
|
/ci |
8b8c0fb to
5b16ca2
Compare
|
/ci |
1 similar comment
|
/ci |
526ce5c to
7d256d1
Compare
|
/ci |
7d256d1 to
54c49d2
Compare
|
/ci |
|
/ci |
15e4641 to
571549d
Compare
|
/ci |
571549d to
2a54f3c
Compare
|
/ci |
06b3a76 to
2dd1322
Compare
|
/ci |
1 similar comment
|
/ci |
e1bfc51 to
abc07f9
Compare
|
/ci |
1 similar comment
|
/ci |
66ee4c9 to
af59b80
Compare
|
/ci |
|
@elasticmachine merge upstream |
|
Pinging @elastic/fleet (Team:Fleet) |
davismcphee
left a comment
There was a problem hiding this comment.
Code-only review. Data Discovery typings file change LGTM 👍
opauloh
left a comment
There was a problem hiding this comment.
Cloud Security Posture changes LGTM
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Public APIs missing comments
Public APIs missing exports
Unknown metric groupsAPI count
History
To update your PR or re-run it, just comment with: |
PhilippeOberti
left a comment
There was a problem hiding this comment.
LGTM for the Threat Hunting Investigations team
jennypavlova
left a comment
There was a problem hiding this comment.
Obs Ux Infra Services changes LGTM (code review only)
There was a problem hiding this comment.
question: shouldn't we put security service in kbn-ftr-common-functional-services ?
I don't think it has any dependency on browser / Kibana UI and is used in both api_integration and functional test.
There was a problem hiding this comment.
nvm, TestUser services is relying on Browser service.
There was a problem hiding this comment.
You're fast dude! I was just copying the link to that! lol
dmlemeshko
left a comment
There was a problem hiding this comment.
Code LGTM. Great progress!
…mon-functional-[ui-]services/* (elastic#189051)" This reverts commit 09a3658.
|
This was reverted in #191765. See https://buildkite.com/elastic/kibana-pull-request/builds/230868#01919ed7-15d5-425c-9b8e-146ed5fe9daf for the build failure. |
…tional-[ui-]services/* (#191805) ## Summary Moving common services to respective new homes. This PR is revived from a previously [merged](09a3658) and [reverted PR](#191765) as [detailed here](#189051 (comment)). - This was due to "extra" tests being applied to #191708 - These "extra" tests were applied as #191708 changes files within `x-pack/plugins/observability_solution/` as configured [here](https://github.com/elastic/kibana/blob/main/.buildkite/scripts/pipelines/pull_request/pipeline.ts#L129) ### Why these failures were not caught in the original [PR](#189051) The pipeline is generated at runtime, and the original [PR](#189051) had zero changes under `x-pack/plugins/observability_solution/` ## Changes on top of original PR - Add `ci:all-cypress-suites` label to run extra tests - Add `services` stanza to which contains the missing references by spreading the services from `@kbn/ftr-common-functional-services` && `@kbn/ftr-common-functional-ui-services` into the stanza, for the following: - `x-pack/plugins/observability_solution/synthetics/e2e/config.ts` - `x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_config.ts` - `x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config.ts` - `x-pack/plugins/observability_solution/profiling/e2e/ftr_config.ts` - `x-pack/plugins/observability_solution/synthetics/e2e/config.ts` - `x-pack/plugins/observability_solution/uptime/e2e/config.ts` Blocked by: #191961 Resolves: #188541 --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Summary
Moving common services to respective new homes.
Resolves: #188541