Commit 17f2dba
# Backport
This will backport the following commits from `main` to `8.19`:
- [[Security Solution] [Detections] Fix flakey EQL shard test
(#215757)](#215757)
Closes #209024; details can be
found there.
<!--- Backport version: 10.0.1 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT [{"author":{"name":"Devin W.
Hurley","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-03-28T18:47:15Z","message":"[Security
Solution] [Detections] Fix flakey EQL shard test (#215757)\n\n##
Summary\n\nRef: https://github.com/elastic/kibana/issues/209024\n\nFlake
caused by occasionally hitting max signals on the \"good\" shard
and\nnever triggering the error from the runtime field on the \"bad\"
shard. By\nmoving the bad runtime field to the `packetbeat` index and
changing the\nrule query in the test to an `and` we can ensure the rule
queries both\ngood and bad shards.\n\n### Checklist\n\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests
changed","sha":"d869d472f0b9b55c635580c4d7d15faff8b8c215","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["review","release_note:skip","v9.0.0","Team:Detection
Engine","backport:version","v9.1.0","v9.0.1"],"title":"[Security
Solution] [Detections] Fix flakey EQL shard
test","number":215757,"url":"https://github.com/elastic/kibana/pull/215757","mergeCommit":{"message":"[Security
Solution] [Detections] Fix flakey EQL shard test (#215757)\n\n##
Summary\n\nRef: https://github.com/elastic/kibana/issues/209024\n\nFlake
caused by occasionally hitting max signals on the \"good\" shard
and\nnever triggering the error from the runtime field on the \"bad\"
shard. By\nmoving the bad runtime field to the `packetbeat` index and
changing the\nrule query in the test to an `and` we can ensure the rule
queries both\ngood and bad shards.\n\n### Checklist\n\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests
changed","sha":"d869d472f0b9b55c635580c4d7d15faff8b8c215"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/216375","number":216375,"state":"MERGED","mergeCommit":{"sha":"a2002e0bd3692dd9dfeca80d0dbc38dd3a2af18a","message":"[9.0]
[Security Solution] [Detections] Fix flakey EQL shard test (#215757)
(#216375)\n\n# Backport\n\nThis will backport the following commits from
`main` to `9.0`:\n- [[Security Solution] [Detections] Fix flakey EQL
shard
test\n(#215757)](https://github.com/elastic/kibana/pull/215757)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n"}},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/215757","number":215757,"mergeCommit":{"message":"[Security
Solution] [Detections] Fix flakey EQL shard test (#215757)\n\n##
Summary\n\nRef: https://github.com/elastic/kibana/issues/209024\n\nFlake
caused by occasionally hitting max signals on the \"good\" shard
and\nnever triggering the error from the runtime field on the \"bad\"
shard. By\nmoving the bad runtime field to the `packetbeat` index and
changing the\nrule query in the test to an `and` we can ensure the rule
queries both\ngood and bad shards.\n\n### Checklist\n\n- [x] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests
changed","sha":"d869d472f0b9b55c635580c4d7d15faff8b8c215"}}]}]
BACKPORT-->
---------
Co-authored-by: Devin W. Hurley <[email protected]>
Co-authored-by: kibanamachine <[email protected]>
1 parent ee692db commit 17f2dba
File tree
2 files changed
+27
-22
lines changed- x-pack/test/security_solution_api_integration/test_suites/detections_response
- detection_engine/rule_execution_logic/eql/trial_license_complete_tier
- utils
2 files changed
+27
-22
lines changedLines changed: 21 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
254 | 253 | | |
255 | 254 | | |
256 | 255 | | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
257 | 263 | | |
258 | 264 | | |
259 | | - | |
| 265 | + | |
260 | 266 | | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
281 | 280 | | |
282 | 281 | | |
283 | 282 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
0 commit comments