-
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
[Archive Migrations] reporting-ecommerce_kibana_spaces - using an api in conjuction with migration #136288
[Archive Migrations] reporting-ecommerce_kibana_spaces - using an api in conjuction with migration #136288
Conversation
6ed31da
to
20de036
Compare
a1a7ea6
to
9b89532
Compare
x-pack/test/reporting_api_integration/reporting_and_security/validation.ts
Show resolved
Hide resolved
9b89532
to
2cdb6fe
Compare
05ed00d
to
f044b0e
Compare
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.
Let's check on why non_timezone_space
is there.
x-pack/test/reporting_api_integration/reporting_and_security/spaces.ts
Outdated
Show resolved
Hide resolved
dfece0a
to
03d8919
Compare
Replaces the old es archive with kbn archive. Change test to use new archive. Helps with: elastic#102552
how these tests run on cloud and often take longer.
with T Sullivan and Lee.
@@ -0,0 +1,50 @@ | |||
{ |
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.
I think you want to remove this as it's not being used
x-pack/test/reporting_api_integration/reporting_and_security/spaces.ts
Outdated
Show resolved
Hide resolved
03d8919
to
9730b4e
Compare
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
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.
reporting changes LGTM
Summary
Change test to use new archive, drop the old one.
This is one of those migrations where even though a
saved object type is not supported in await kibanaServer.savedObjects.cleanStandardList();,
we can still migrate it because an api exists that we can use.
In this case, the spaces api.
Helps with: #102552