-
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
[Discover] Fix flaky test for "allows editing of a newly created field" #132812
[Discover] Fix flaky test for "allows editing of a newly created field" #132812
Conversation
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: cc @jughosta |
@@ -79,6 +78,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { | |||
await fieldEditor.save(); | |||
await fieldEditor.confirmSave(); | |||
await PageObjects.header.waitUntilLoadingHasFinished(); | |||
await PageObjects.discover.waitForDocTableLoadingComplete(); |
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.
Flaky ones are sometimes a mystery, I wonder why this resolved the issue, I would have expected the retry on L83 to prevent flakiness. Just to be sure, it wouldn't fail on the 51the try, I started a 100 runs flaky test. LGTM https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/666
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, thx a lot for taking care of this 👍
oh, btw there's currently no 8.3 branch, so the tag should be changed, and even if there would be a 8.3 branch, since it failed in this version, it should be backported |
Closes #123372
Flaky test runner 50x https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/664
Checklist