[Security Solution] Integration tests for scalar array diff algorithm#187778
Merged
dplumlee merged 6 commits intoelastic:mainfrom Jul 11, 2024
Merged
[Security Solution] Integration tests for scalar array diff algorithm#187778dplumlee merged 6 commits intoelastic:mainfrom
dplumlee merged 6 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
Contributor
|
Pinging @elastic/security-solution (Team: SecuritySolution) |
Contributor
|
Pinging @elastic/security-detection-rule-management (Team:Detection Rule Management) |
Contributor
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#6480[✅] x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/management/trial_license_complete_tier/configs/ess.config.ts: 100/100 tests passed. |
10 tasks
jpdjere
reviewed
Jul 9, 2024
...ement/prebuilt_rules/management/trial_license_complete_tier/upgrade_review_prebuilt_rules.ts
Outdated
Show resolved
Hide resolved
jpdjere
reviewed
Jul 9, 2024
...ement/prebuilt_rules/management/trial_license_complete_tier/upgrade_review_prebuilt_rules.ts
Outdated
Show resolved
Hide resolved
jpdjere
reviewed
Jul 9, 2024
...ement/prebuilt_rules/management/trial_license_complete_tier/upgrade_review_prebuilt_rules.ts
Outdated
Show resolved
Hide resolved
jpdjere
reviewed
Jul 9, 2024
...ement/prebuilt_rules/management/trial_license_complete_tier/upgrade_review_prebuilt_rules.ts
Outdated
Show resolved
Hide resolved
Contributor
⏳ Build in-progress, with failures
Failed CI Steps
Test Failures
History
cc @dplumlee |
38625f1 to
074fb00
Compare
jpdjere
approved these changes
Jul 11, 2024
Contributor
jpdjere
left a comment
There was a problem hiding this comment.
Thanks for addressing the comments! LGTM ✅
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.
Summary
Completes #180162
Switches fields to use the scalar array diff algorithms assigned to them in the overarching ticket
Adds integration tests in accordance to #186325 for the upgrade/_review API endpoint for the scalar array diff algorithm.
Checklist
Delete any items that are not applicable to this PR.
For maintainers