Skip to content

[9.0] Attempt to fix AlertSummaryWidget flaky test (#212107)#221769

Merged
kibanamachine merged 1 commit intoelastic:9.0from
kibanamachine:backport/9.0/pr-212107
May 28, 2025
Merged

[9.0] Attempt to fix AlertSummaryWidget flaky test (#212107)#221769
kibanamachine merged 1 commit intoelastic:9.0from
kibanamachine:backport/9.0/pr-212107

Conversation

@kibanamachine
Copy link
Copy Markdown
Contributor

Backport

This will backport the following commits from main to 9.0:

Questions ?

Please refer to the Backport tool documentation

Fixes elastic#198102

## Summary

The check that fails is related to status:All
[here](https://github.com/elastic/kibana/blob/main/x-pack/test/observability_functional/apps/observability/pages/rule_details_page.ts#L191):

```
expect(url.includes('status%3Aall')).to.be(true);
```

It seems the status is active from the previous step:

<img
src="https://github.com/user-attachments/assets/8fa33035-d54a-4bfd-9e06-fff696767598"
width=500 />

This PR adds a retry to accommodate a delay in changing URLs.

Co-authored-by: Dominique Clarke <dominique.clarke@elastic.co>
(cherry picked from commit 3b1c352)
@kibanamachine kibanamachine added the backport This PR is a backport of another PR label May 28, 2025
@kibanamachine kibanamachine enabled auto-merge (squash) May 28, 2025 11:49
@botelastic botelastic bot added the ci:project-deploy-observability Create an Observability project label May 28, 2025
@kibanamachine kibanamachine force-pushed the backport/9.0/pr-212107 branch from 75090ab to 713946c Compare May 28, 2025 11:49
@github-actions
Copy link
Copy Markdown
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@elasticmachine
Copy link
Copy Markdown
Contributor

elasticmachine commented May 28, 2025

💚 Build Succeeded

  • Buildkite Build
  • Commit: 713946c
  • Kibana Serverless Image: docker.elastic.co/kibana-ci/kibana-serverless:pr-221769-713946caddb7

Metrics [docs]

✅ unchanged

History

cc @maryam-saeidi

@kibanamachine kibanamachine merged commit e0e538b into elastic:9.0 May 28, 2025
9 checks passed
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 ci:project-deploy-observability Create an Observability project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants