-
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 unified component test #189791 #195093
[Security Solution] Fix flaky unified component test #189791 #195093
Conversation
Pinging @elastic/security-threat-hunting-investigations (Team:Threat Hunting:Investigations) |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11215276328 |
…lastic#195093) ## Summary Fixes elastic#189791 Pagination test suite was timing out because huge number of records in data grid was rendering in JSDOM which were creating performance issues. This PR fixes that so that test does not times out. (cherry picked from commit 67f2b7c)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…195093) (#195238) # Backport This will backport the following commits from `main` to `8.x`: - [[Security Solution] Fix flaky unified component test #189791 (#195093)](#195093) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jatin Kathuria","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-07T12:15:31Z","message":"[Security Solution] Fix flaky unified component test #189791 (#195093)\n\n## Summary\r\n\r\nFixes #189791\r\n\r\nPagination test suite was timing out because huge number of records in\r\ndata grid was rendering in JSDOM which were creating performance issues.\r\nThis PR fixes that so that test does not times out.","sha":"67f2b7cad2df49dbfec4a9603f01fbd6e76f8cb9","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Threat Hunting:Investigations","backport:prev-minor"],"title":"[Security Solution] Fix flaky unified component test #189791","number":195093,"url":"https://github.com/elastic/kibana/pull/195093","mergeCommit":{"message":"[Security Solution] Fix flaky unified component test #189791 (#195093)\n\n## Summary\r\n\r\nFixes #189791\r\n\r\nPagination test suite was timing out because huge number of records in\r\ndata grid was rendering in JSDOM which were creating performance issues.\r\nThis PR fixes that so that test does not times out.","sha":"67f2b7cad2df49dbfec4a9603f01fbd6e76f8cb9"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195093","number":195093,"mergeCommit":{"message":"[Security Solution] Fix flaky unified component test #189791 (#195093)\n\n## Summary\r\n\r\nFixes #189791\r\n\r\nPagination test suite was timing out because huge number of records in\r\ndata grid was rendering in JSDOM which were creating performance issues.\r\nThis PR fixes that so that test does not times out.","sha":"67f2b7cad2df49dbfec4a9603f01fbd6e76f8cb9"}}]}] BACKPORT--> Co-authored-by: Jatin Kathuria <[email protected]>
Summary
Fixes #189791
Pagination test suite was timing out because huge number of records in data grid was rendering in JSDOM which were creating performance issues. This PR fixes that so that test does not times out.