-
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
[Timelion] Fix tests flakiness on suggestion click #87273
Merged
stratoula
merged 3 commits into
elastic:master
from
stratoula:fix-flakiness-timelion-cloud
Jan 11, 2021
Merged
[Timelion] Fix tests flakiness on suggestion click #87273
stratoula
merged 3 commits into
elastic:master
from
stratoula:fix-flakiness-timelion-cloud
Jan 11, 2021
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
added
the
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
label
Jan 5, 2021
Pinging @elastic/kibana-app (Team:KibanaApp) |
stratoula
added
v8.0.0
v7.12.0
v7.11.0
release_note:skip
Skip the PR/issue when compiling release notes
labels
Jan 5, 2021
@elasticmachine merge upstream |
liza-mae
approved these changes
Jan 7, 2021
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
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
stratoula
added a commit
to stratoula/kibana
that referenced
this pull request
Jan 11, 2021
Co-authored-by: Kibana Machine <[email protected]>
stratoula
added a commit
to stratoula/kibana
that referenced
this pull request
Jan 11, 2021
Co-authored-by: Kibana Machine <[email protected]>
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Jan 11, 2021
* master: [APM] Define placement “Right” to offset tooltip (elastic#87729) Fix UI glitch on SOM delete confirmation modal (elastic#87623) Remove src/plugins/vis_default_editor -> src/plugins/visualizations cyclic dependencies (elastic#86988) [Timelion] Fix tests flakiness on suggestion click (elastic#87273) [Uptime] Fix/details page tabs (elastic#86296) [ML] Fix earliest and latest texts for date fields (elastic#87482) chore(NA): move grokdebugger plugin test fixtures out of __tests__ folder (elastic#87765) [Security Solution] Refactor Cypress scenarios to use internal contex… (elastic#86609) [Security Solution] Unskip cypress tests (elastic#86653)
stratoula
added a commit
that referenced
this pull request
Jan 11, 2021
Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
stratoula
added a commit
that referenced
this pull request
Jan 11, 2021
Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature:Timelion
Timelion app and visualization
release_note:skip
Skip the PR/issue when compiling release notes
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
test-cloud
v7.11.0
v7.12.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 #86514.
It seems that on cloud there is a latency on clicking the suggestions which result on messing up with the timelion expression.
The screenshots from the Cloud failures indicate this.
split
andmetric
are messed up as the split field is not defined correctly. The correct expression is depicted belowI increased the waitTime from 1000 to 2000 for the clickSuggestion in order to give more time to the test to click the suggestion and then proceed to the rest checks.