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

[TSVB] Refactor the index pattern mode functional test #105725

Merged
merged 2 commits into from
Jul 19, 2021

Conversation

stratoula
Copy link
Contributor

@stratoula stratoula commented Jul 15, 2021

Summary

Closes #99460
Closes #103252
Closes #105316

I think that this test is over complicated without any reason.
What we want to test here is that the two modes (input string mode and combobox mode) work correctly. No need to load an extra dataset. This can be done with existing index patterns.

I have simplified it a bit, so I think that it will remove all flakiness.

100 times FF https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/1732/
100 times Chrome https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/1731/

@stratoula stratoula added Feature:TSVB TSVB (Time Series Visual Builder) v7.14.0 v7.15.0 v8.0.0 release_note:skip Skip the PR/issue when compiling release notes labels Jul 15, 2021
@stratoula stratoula marked this pull request as ready for review July 15, 2021 11:59
@stratoula stratoula requested a review from liza-mae July 15, 2021 11:59
@stratoula stratoula added the Team:Visualizations Visualization editors, elastic-charts and infrastructure label Jul 15, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

Copy link
Contributor

@liza-mae liza-mae left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stratoula
Copy link
Contributor Author

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@stratoula stratoula merged commit 54717eb into elastic:master Jul 19, 2021
stratoula added a commit to stratoula/kibana that referenced this pull request Jul 19, 2021
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
stratoula added a commit to stratoula/kibana that referenced this pull request Jul 19, 2021
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	test/functional/apps/visualize/_tsvb_chart.ts
stratoula added a commit that referenced this pull request Jul 19, 2021
…6063)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
stratoula added a commit that referenced this pull request Jul 20, 2021
…6066)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	test/functional/apps/visualize/_tsvb_chart.ts

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment