-
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
[Security Solution] Fix flaky policy tests #139660
Conversation
…-ref HEAD~1..HEAD --fix'
…nlog/kibana into task/fix-flaky-policy-tests
…nlog/kibana into task/fix-flaky-policy-tests
…-ref HEAD~1..HEAD --fix'
…nlog/kibana into task/fix-flaky-policy-tests
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/security-onboarding-and-lifecycle-mgt (Team:Onboarding and Lifecycle Mgt) |
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.
okie dokie
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.
🎉 🚢
Summary
Addresses test failures from these tickets:
#101024
#100236
#92567
This also addresses some additional flakiness that I found when running this suite through the flakey test runner. Specifically, the check to reduce the transform time was occasionally flakey and no longer needed since our transforms run much faster after the change to use the
united
index.In addition, this deletes a long skipped flakey test which jumps back and forth between Fleet and Security.
A "bad" flakey test run to show the results before these changes: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1109#_
A "good" flakey test run after these changes are added: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1111
Checklist