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

Functional tests: Fix saved object management button click retry #58218

Merged
merged 4 commits into from
Feb 26, 2020

Conversation

flash1293
Copy link
Contributor

@flash1293 flash1293 commented Feb 21, 2020

Fixes #45348

The saved object management page object contains a retry loop to make sure the modal opens correctly (because this is sometimes flaky).

However within the retry loop, the check whether the modal is already loaded has itself an internal retry logic with a very long timeout (just as long as the timeout for the outer explicit retry). This means if the first try doesn't succeed, it won't get to the second run because the check condition takes so long the outer retry times out.

This PPR changes the timeout of the inner retry to 2500 ms wheres the outer retry still runs with 120000ms.

@flash1293
Copy link
Contributor Author

flash1293 commented Feb 21, 2020

@flash1293 flash1293 marked this pull request as ready for review February 21, 2020 17:19
@flash1293 flash1293 added release_note:skip Skip the PR/issue when compiling release notes v7.7.0 v8.0.0 test-cloud Feature:Discover Discover Application Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Feb 21, 2020
@elasticmachine
Copy link
Contributor

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

@flash1293
Copy link
Contributor Author

@elasticmachine merge upstream

@flash1293
Copy link
Contributor Author

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

History

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Discover Discover Application release_note:skip Skip the PR/issue when compiling release notes Team:Visualizations Visualization editors, elastic-charts and infrastructure v7.6.1 v7.7.0 v8.0.0
Projects
None yet
4 participants