-
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
Unskip flaky test in Alerting API Integration #133278
Conversation
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
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, thx for taking care of it! 🙏
@jughosta I see that the test is no longer flaky, which is great! Just wondering why having a smaller interval would lead to the error being thrown during search? |
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
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…ents (#133278) (#133389) (cherry picked from commit c337393) Co-authored-by: Julia Rechkunova <[email protected]>
Closes #129380
Summary
This PR increases interval for generating data.
An issue with parsing dates seems to be related to elastic/elasticsearch#50265
Flaky test runner 100x https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/700
Another 100x test https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/705
Checklist