-
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] Flaky api keys grid #116991
[SECURITY] Flaky api keys grid #116991
Conversation
Pinging @elastic/kibana-security (Team:Security) |
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.
Looks good, thanks for tackling these.
Couple comments below.
x-pack/plugins/security/public/management/api_keys/api_keys_grid/api_keys_grid_page.test.tsx
Show resolved
Hide resolved
x-pack/plugins/security/public/management/api_keys/api_keys_grid/api_keys_grid_page.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/security/public/management/api_keys/api_keys_grid/api_keys_grid_page.test.tsx
Show resolved
Hide resolved
Thanks a lot for fixing these! Just wanted to note that we have a nice Flaky Test Runner, it would be great if you can schedule a 30-40x run there too before merging 🙂 |
I always did it in the last two PRs but it still gave me false indication since all the test in edit user passed through the flaky-test-suite-runner and then failed in CI. |
That's weird, but good to know, thanks. Let's see if it happens this time too, and if so we'll try to figure this out together with the Operations team. We heavily relied on the flaky test runner results in the past and we should make sure it'll stay a strong indication of the stable tests in the future too. |
Jest tests -> https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/2120/ Result: No Failure 🟢 |
Functional tests - xpack - ciGroup7 - Result: No Failure for these new tests 🟢 |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @XavierM |
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! 🙌
* fix flaky test + adding functional test * review + remove more jest flaky test * fix type * fix review/confusion Co-authored-by: Kibana Machine <[email protected]>
* fix flaky test + adding functional test * review + remove more jest flaky test * fix type * fix review/confusion Co-authored-by: Kibana Machine <[email protected]>
* fix flaky test + adding functional test * review + remove more jest flaky test * fix type * fix review/confusion Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Xavier Mouligneau <[email protected]>
* fix flaky test + adding functional test * review + remove more jest flaky test * fix type * fix review/confusion Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Xavier Mouligneau <[email protected]>
Summary
Failing test: Jest Tests.x-pack/plugins/security/public/management/api_keys/api_keys_grid - APIKeysGridPage
Resolve: #97085
Checklist
Delete any items that are not applicable to this PR.
Checklist