Skip to content
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

[Api Integration] enhance of test/api_integration/apis/index_patterns tests #87309

Closed
Tracked by #166175
alexwizp opened this issue Jan 5, 2021 · 3 comments
Closed
Tracked by #166175
Labels
Feature:Data Views Data Views code and UI - index patterns before 8.0 impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Data, DataViews) test-api-integration

Comments

@alexwizp
Copy link
Contributor

alexwizp commented Jan 5, 2021

During execution of test/api_integration/apis/index_patterns integration tests I see a lot of errors in Kibana server console.

image

It happens cause all of that tests are based on not-existing ES index. To avoid this error before creating Kibana index you should load some data into ES using esArchiver service.

Example of using esArchiver you can find here: https:/elastic/kibana/blob/60543b19de916f13f30164a0903eccd4f1de07ba/test/api_integration/apis/index_patterns/scripted_fields_crud/delete_scripted_field/errors.ts

Also all created Kibana indexes should be removed after the test suite has finished running. This does not happen for these tests:
image

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-services (Team:AppServices)

@ppisljar ppisljar added the Feature:Data Views Data Views code and UI - index patterns before 8.0 label May 10, 2021
@exalate-issue-sync exalate-issue-sync bot added impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort labels Jun 21, 2021
@petrklapka petrklapka added Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Data, DataViews) and removed Team:AppServicesSv labels Nov 28, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

@kertal
Copy link
Member

kertal commented Oct 23, 2023

Closing this because it's not planned to be resolved in the foreseeable future. It will be tracked in our Icebox and will be re-opened if our priorities change. Feel free to re-open if you think it should be melted sooner.

@kertal kertal closed this as completed Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Data Views Data Views code and UI - index patterns before 8.0 impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Data, DataViews) test-api-integration
Projects
None yet
Development

No branches or pull requests

5 participants