Commit 74f3986
[8.19] [Security Solution] Wait for Fleet setup completion in OOM tests (elastic#239900) (elastic#240287)
# Backport
This will backport the following commits from `main` to `8.19`:
- [[Security Solution] Wait for Fleet setup completion in OOM tests
(elastic#239900)](elastic#239900)
<!--- Backport version: 9.6.6 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT [{"author":{"name":"Maxim
Palenov","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-10-23T13:15:25Z","message":"[Security
Solution] Wait for Fleet setup completion in OOM tests
(elastic#239900)\n\n**Partially addresses:**
https://github.com/elastic/kibana/issues/188090\n\n## Summary\n\nThere
is a race condition between Fleet plugin setup and FTR tests performing
prebuilt rules package installation. To mitigate the risk of flakiness
this PR introduces Fleet plugin setup awaiting in the prebuilt rules OOM
tests.","sha":"70d327178de4d436b0dd35e30f8d92d6323b7f38","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Detections
and Resp","Team: SecuritySolution","Team:Detection Rule
Management","Feature:Prebuilt Detection
Rules","backport:version","v9.2.0","v9.1.3","v9.3.0","v8.19.6"],"title":"[Security
Solution] Wait for Fleet setup completion in OOM
tests","number":239900,"url":"https://github.com/elastic/kibana/pull/239900","mergeCommit":{"message":"[Security
Solution] Wait for Fleet setup completion in OOM tests
(elastic#239900)\n\n**Partially addresses:**
https://github.com/elastic/kibana/issues/188090\n\n## Summary\n\nThere
is a race condition between Fleet plugin setup and FTR tests performing
prebuilt rules package installation. To mitigate the risk of flakiness
this PR introduces Fleet plugin setup awaiting in the prebuilt rules OOM
tests.","sha":"70d327178de4d436b0dd35e30f8d92d6323b7f38"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","9.1","8.19"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/239900","number":239900,"mergeCommit":{"message":"[Security
Solution] Wait for Fleet setup completion in OOM tests
(elastic#239900)\n\n**Partially addresses:**
https://github.com/elastic/kibana/issues/188090\n\n## Summary\n\nThere
is a race condition between Fleet plugin setup and FTR tests performing
prebuilt rules package installation. To mitigate the risk of flakiness
this PR introduces Fleet plugin setup awaiting in the prebuilt rules OOM
tests.","sha":"70d327178de4d436b0dd35e30f8d92d6323b7f38"}},{"branch":"8.19","label":"v8.19.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
Co-authored-by: Maxim Palenov <[email protected]>1 parent 2e9a831 commit 74f3986
File tree
1 file changed
+27
-0
lines changed- x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/oom_testing/install_prebuilt_rules
1 file changed
+27
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
38 | 65 | | |
39 | 66 | | |
40 | 67 | | |
| |||
0 commit comments