[SLO] POC Platform agnostic tests #182556
Closed
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
Based on this POC I am trying to write SLO tests that are deployment agnostic.
The idea is to take existing serverless SLO burn rate rule type tests and make them work in the new setup.
In order for this to work, all services used in the SLO tests, need to be defined under test/api_integration. The alerting api service needs to be moved there.
Status
Currently I get
proc [kibana] [2024-05-03T12:46:22.994+02:00][ERROR][plugins.alerting] delete(): Failed to load API key to invalidate on alert undefined: Saved object [alert/undefined] not found {"service":{"node":{"roles":["background_tasks","ui"]}}}
. I'll investigate what is happening, maybe I haven't moved things properly.Serverless Limitations
I am not aware of any limitations serverless environment has. I guess some services can't be the same in both environments and they need to differentiate a bit. How can we handle this?
@pheyos Let's further discuss if what I am trying to achieve here is what you had in mind with your initial POC PR.