Skip to content

[9.3] [SLO] Stabilize deployment-agnostic SLO cleanup deletion (#253726)#253775

Merged
kibanamachine merged 1 commit intoelastic:9.3from
kibanamachine:backport/9.3/pr-253726
Feb 18, 2026
Merged

[9.3] [SLO] Stabilize deployment-agnostic SLO cleanup deletion (#253726)#253775
kibanamachine merged 1 commit intoelastic:9.3from
kibanamachine:backport/9.3/pr-253726

Conversation

@kibanamachine
Copy link
Copy Markdown
Contributor

Backport

This will backport the following commits from main to 9.3:

Questions ?

Please refer to the Backport tool documentation

)

## Summary

It fixes elastic#252819

- Change deployment-agnostic SLO test cleanup (`deleteAllSLOs`) from
parallel deletes to sequential deletes.
- Keep existing strict `204` expectation for each delete request.
- Reduce teardown contention that can surface as intermittent `500`
errors during cleanup.

## Why
`deleteAllSLOs` is used heavily in deployment-agnostic API integration
setup/teardown. Running all SLO deletions in parallel can overload
transform/rule/data cleanup in CI and produce transient failures.
Sequential deletion improves stability while preserving coverage and
assertions.

## Files changed
-
`x-pack/solutions/observability/test/api_integration_deployment_agnostic/services/slo_api.ts`

## Test plan
- [x] Lint check for edited file
- [ ] Run deployment-agnostic SLO API integration suite in CI

Made with the help of [Cursor](https://cursor.com)

(cherry picked from commit adf6d7d)
@kibanamachine kibanamachine added the backport This PR is a backport of another PR label Feb 18, 2026
@kibanamachine kibanamachine enabled auto-merge (squash) February 18, 2026 17:15
@kibanamachine kibanamachine merged commit 105965f into elastic:9.3 Feb 18, 2026
17 checks passed
@elasticmachine
Copy link
Copy Markdown
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #32 / discover - group 1 Discover CSV Export Generate CSV: new search generates a report from a new search with data: default

Metrics [docs]

✅ unchanged

cc @fkanout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants