-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ResponseOps] Flaky test on MKI: Alerting APIs Summary actions should…
… schedule actions for summary of alerts on a custom interval (#170268) Resolves #169204 ## Summary Updates wait for queries to filter on the `ruleId`. To verify the changes used a loop to run all the alerting tests 25x. I also noticed we were using `action` instead of `connector`, so I cleaned up the code. ### To verify - Follow the [docs](https://docs.elastic.dev/serverless/create-project) to create a serverless qa project using the image in this PR - Run the following to verify that the tests pass ``` TEST_CLOUD=1 NODE_TLS_REJECT_UNAUTHORIZED=0 TEST_ES_URL="https://elastic:PASSWORD@ES_URL:443" TEST_KIBANA_URL="https://elastic:PASSWORD@KBN_URL" node --no-warnings scripts/functional_test_runner --config x-pack/test_serverless/api_integration/test_suites/observability/common_configs/config.group1.ts ```
- Loading branch information
Showing
3 changed files
with
103 additions
and
49 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.