kibana icon indicating copy to clipboard operation
kibana copied to clipboard

[Security Solution] Removes flakiness from pinned filters

Open MadameSheema opened this issue 2 years ago • 1 comments

Summary

Summarize your PR. If it involves visual changes include a screenshot or gif.

Checklist

Delete any items that are not applicable to this PR.

Risk Matrix

Delete this section if it is not applicable to this PR.

Before closing this PR, invite QA, stakeholders, and other developers to identify risks that should be tested prior to the change/feature release.

When forming the risk matrix, consider some of the following examples and how they may potentially impact the change:

Risk Probability Severity Mitigation/Notes
Multiple Spaces—unexpected behavior in non-default Kibana Space. Low High Integration tests will verify that all features are still supported in non-default Kibana Space and when user switches between spaces.
Multiple nodes—Elasticsearch polling might have race conditions when multiple Kibana nodes are polling for the same tasks. High Low Tasks are idempotent, so executing them multiple times will not result in logical error, but will degrade performance. To test for this case we add plenty of unit tests around this logic and document manual testing procedure.
Code should gracefully handle cases when feature X or plugin Y are disabled. Medium High Unit tests will verify that any feature flag or plugin combination still results in our service operational.
See more potential risk examples

For maintainers

MadameSheema avatar Sep 21 '22 17:09 MadameSheema

Pinging @elastic/security-threat-hunting (Team:Threat Hunting)

elasticmachine avatar Sep 22 '22 06:09 elasticmachine

Pinging @elastic/security-solution (Team: SecuritySolution)

elasticmachine avatar Sep 22 '22 06:09 elasticmachine

:green_heart: Build Succeeded

Metrics [docs]

✅ unchanged

History

  • :green_heart: Build #74555 succeeded d2b2e0ae08f36c46c396172e5f27d1e9d21d7d41

To update your PR or re-run it, just comment with: @elasticmachine merge upstream

cc @MadameSheema

kibana-ci avatar Sep 22 '22 07:09 kibana-ci

💔 All backports failed

Status Branch Result
8.5 Backport failed because of merge conflicts

You might need to backport the following PRs to 8.5:
- :white_check_mark: add more unit tests for the annotation type switch operation (#141241)
- [Fleet] Force unenroll in Agent activity (#141208)
- [Actionable Observability][Metric Threshold Rule] Add histogram support to avg, max, min, sum and percentiles (#139770)
- [Security Solution] Telemetry Task Metric Collector (#140503)
- [Enterprise Search] fix ml pipeline name help text (#141311)

Manual backport

To create the backport manually run:

node scripts/backport --pr 141269

Questions ?

Please refer to the Backport tool documentation

kibanamachine avatar Sep 22 '22 07:09 kibanamachine

Friendly reminder: Looks like this PR hasn’t been backported yet. To create automatically backports add the label auto-backport or prevent reminders by adding the backport:skip label. You can also create backports manually by running node scripts/backport --pr 141269 locally

kibanamachine avatar Sep 26 '22 07:09 kibanamachine

Friendly reminder: Looks like this PR hasn’t been backported yet. To create automatically backports add the label auto-backport or prevent reminders by adding the backport:skip label. You can also create backports manually by running node scripts/backport --pr 141269 locally

kibanamachine avatar Sep 27 '22 08:09 kibanamachine

Friendly reminder: Looks like this PR hasn’t been backported yet. To create automatically backports add the label auto-backport or prevent reminders by adding the backport:skip label. You can also create backports manually by running node scripts/backport --pr 141269 locally

kibanamachine avatar Sep 28 '22 08:09 kibanamachine

Friendly reminder: Looks like this PR hasn’t been backported yet. To create automatically backports add the label auto-backport or prevent reminders by adding the backport:skip label. You can also create backports manually by running node scripts/backport --pr 141269 locally

kibanamachine avatar Sep 29 '22 08:09 kibanamachine

💚 All backports created successfully

Status Branch Result
8.5

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

MadameSheema avatar Sep 29 '22 10:09 MadameSheema