[8.19] [Synthetics] Migrate synthetics alerting API tests to deployment agnostic solution (#221139)#221908
Merged
cesco-f merged 1 commit intoelastic:8.19from May 29, 2025
Merged
Conversation
…stic solution (elastic#221139) This PR closes elastic#212954. Synthetics alerting API tests have been migrated to deployment agnostic solution. ### Serverless ``` node scripts/functional_tests_server --config x-pack/test/api_integration/deployment_agnostic/configs/serverless/oblt.serverless.config.ts node scripts/functional_test_runner --config x-pack/test/api_integration/deployment_agnostic/configs/serverless/oblt.serverless.config.ts --grep="Synthetics Alerting" ``` ### Stateful ``` node scripts/functional_tests_server --config x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts node scripts/functional_test_runner --config x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts --grep="Synthetics Alerting" ``` (cherry picked from commit fdebd18) # Conflicts: # x-pack/test/api_integration/deployment_agnostic/apis/observability/alerting/index.ts # x-pack/test/api_integration/deployment_agnostic/apis/observability/alerting/synthetics/custom_status_rule.ts # x-pack/test/api_integration/deployment_agnostic/default_configs/serverless.config.base.ts # x-pack/test/api_integration/deployment_agnostic/default_configs/stateful.config.base.ts # x-pack/test/api_integration/deployment_agnostic/services/alerting_api.ts
Contributor
mgiota
approved these changes
May 29, 2025
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:Questions ?
Please refer to the Backport tool documentation