-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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 test] Increase the timeout on opening a saved visualization #70952
Conversation
This fails on the cloud (7.8). I have created a flaky test runner (https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/564/) and it seems to work. I have replicated it only once to the cloud. It seems that it doesn't find the visualization on the list so I suggest to add a retry here. When I added the retry couldn't replicate it but I am not 100% sure that it will solve the problem. @dmlemeshko what do you think ? |
Since it is a single action without any verification I don't think retry makes much sense here, we can easily just increase timeout to 20 sec: I looked for the issues with |
@dmlemeshko you are right. I made your suggested change but I agree, maybe a more general approach would solve more test problems |
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.
Code LGTM
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
…on (elastic#70952) * fixes the flakiness on hybrid visualization test * increase timeout to 20 sec to find and click the hybrid visualization
…on (#70952) (#71055) * fixes the flakiness on hybrid visualization test * increase timeout to 20 sec to find and click the hybrid visualization Co-authored-by: Elastic Machine <[email protected]>
* master: [RUM Dashboard] New rum services api to replace usage of get services API (elastic#70746) fix: remove only consecutive ticks in TSVB (elastic#70981) [Functional test] Increase the timeout on opening a saved visualization (elastic#70952) [ML] Transforms/DFA: Refactor list action buttons so modals won't unmount after button click. (elastic#70555) [Functional test] Add retry for dashboard save (elastic#70950)
Summary
Fixes #68850. Adds a retry on open saved visualization.
Checklist