-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Reporting/Tests] Consolidate test archives, move kbn objects to kbn_archiver #116528
[Reporting/Tests] Consolidate test archives, move kbn objects to kbn_archiver #116528
Conversation
f22511b
to
a663bd6
Compare
a663bd6
to
0133637
Compare
…ves-consolidations
Pinging @elastic/kibana-reporting-services (Team:Reporting Services) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM @tsullivan , left a question about one of the data .load
calls to check before merging 👍🏻
x-pack/test/reporting_api_integration/reporting_without_security/job_apis_csv_deprecated.ts
Outdated
Show resolved
Hide resolved
x-pack/test/reporting_api_integration/reporting_and_security/network_policy.ts
Outdated
Show resolved
Hide resolved
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
…archiver (elastic#116528) * remove unused * remove kibana objects from reporting es_archives * import objects using kibanaServer for tests * consolidate ecommerce_kibana_spaces * self-review * fix nanos test * fix loading of reporting/ecommerce_kibana_spaces * fix csv snapshots * fix more csv tests * archive rename * consolidate canvas_disallowed_url archive * clean up snapshots * fix CSV tests * polish * remove unused * Update x-pack/test/reporting_api_integration/reporting_and_security/network_policy.ts
…archiver (#116528) (#117440) * remove unused * remove kibana objects from reporting es_archives * import objects using kibanaServer for tests * consolidate ecommerce_kibana_spaces * self-review * fix nanos test * fix loading of reporting/ecommerce_kibana_spaces * fix csv snapshots * fix more csv tests * archive rename * consolidate canvas_disallowed_url archive * clean up snapshots * fix CSV tests * polish * remove unused * Update x-pack/test/reporting_api_integration/reporting_and_security/network_policy.ts
Summary
Closes #96268
This PR consolidates all the Kibana saved objects that were in various ES Archives and moves them to a single Kbn Archive referred to as
reporting/logs
in the code.To access any of these saved objects from a test, use
reportingApi.initLogs()
to install into the test cluster, andreportingApi.teardownLogs()
to remove.