-
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
[Functional] Fixes cloud failures on TSVB markdown #77158
Merged
stratoula
merged 6 commits into
elastic:master
from
stratoula:tsvb-markdown-functional-failures
Sep 15, 2020
Merged
[Functional] Fixes cloud failures on TSVB markdown #77158
stratoula
merged 6 commits into
elastic:master
from
stratoula:tsvb-markdown-functional-failures
Sep 15, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stratoula
changed the title
[TSVB] Remove the char by char typing on markodown
[TSVB] Remove the char by char typing on markdown
Sep 10, 2020
stratoula
changed the title
[TSVB] Remove the char by char typing on markdown
[Functional] Remove the char by char typing on TSVB markdown
Sep 10, 2020
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
stratoula
changed the title
[Functional] Remove the char by char typing on TSVB markdown
[Functional] Fixes cloud failures on TSVB markdown
Sep 15, 2020
stratoula
added
test-cloud
failed-test
A test failure on a tracked branch, potentially flaky-test
Feature:TSVB
TSVB (Time Series Visual Builder)
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
release_note:skip
Skip the PR/issue when compiling release notes
v8.0.0
v7.10.0
labels
Sep 15, 2020
Pinging @elastic/kibana-app (Team:KibanaApp) |
Pinging @elastic/kibana-test-triage (failed-test) |
dmlemeshko
approved these changes
Sep 15, 2020
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. Code review only
stratoula
added a commit
to stratoula/kibana
that referenced
this pull request
Sep 15, 2020
* [TSVB] Remove the char by char typing on markodown * revert * Add the markdown to be computed immediately and give some time to compute it * Add retry to locate TSVB tabs
stratoula
added a commit
that referenced
this pull request
Sep 15, 2020
stratoula
added a commit
to stratoula/kibana
that referenced
this pull request
Sep 30, 2020
* [TSVB] Remove the char by char typing on markodown * revert * Add the markdown to be computed immediately and give some time to compute it * Add retry to locate TSVB tabs
stratoula
added a commit
that referenced
this pull request
Sep 30, 2020
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
failed-test
A test failure on a tracked branch, potentially flaky-test
Feature:TSVB
TSVB (Time Series Visual Builder)
release_note:skip
Skip the PR/issue when compiling release notes
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
test-cloud
v7.10.0
v8.0.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Closes #76840. Adds a retry to function which locates the TSVB tabs.
Closes #76450
Closes #76186
All the markdown tests that have to do with entering a markdown and wait to be computed fail on Cloud. This was caused because the markdown was typed char by char but the
PageObjects.visChart.waitForVisualizationRenderingStabilized()
was computed and returned true before the typing had ended.I have followed a simpler approach. I type the markdown to be computed immediately and then give some time in order to be computed. I have tested on cloud and it seems to not fail, same happens for the regular tet runner.
https://internal-ci.elastic.co/job/elastic+estf-cloud-kibana-flaky-test-runner/121/ - 10times
https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/832/ 100 times
Checklist