[8.19] [Security Solution] [Detections] Fix flakey EQL shard test (#215757)#233535
Merged
rylnd merged 3 commits intoelastic:8.19from Aug 29, 2025
Merged
[8.19] [Security Solution] [Detections] Fix flakey EQL shard test (#215757)#233535rylnd merged 3 commits intoelastic:8.19from
rylnd merged 3 commits intoelastic:8.19from
Conversation
…15757) ## Summary Ref: elastic#209024 Flake caused by occasionally hitting max signals on the "good" shard and never triggering the error from the runtime field on the "bad" shard. By moving the bad runtime field to the `packetbeat` index and changing the rule query in the test to an `and` we can ensure the rule queries both good and bad shards. ### Checklist - [x] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed (cherry picked from commit d869d47) # Conflicts: # x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_execution_logic/eql/trial_license_complete_tier/eql.ts
1 task
These look to have been modified in elastic#215757 due to what looks like a bad find/replace; when I backported those changes to 8.19 I also 'ported these mistakes 😅
yctercero
approved these changes
Aug 29, 2025
Contributor
💚 Build Succeeded
Metrics [docs]
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto8.19:Closes #209024; details can be found there.
Questions ?
Please refer to the Backport tool documentation