Attempt to fix AlertSummaryWidget flaky test#212107
Merged
maryam-saeidi merged 2 commits intoelastic:mainfrom Feb 25, 2025
Merged
Attempt to fix AlertSummaryWidget flaky test#212107maryam-saeidi merged 2 commits intoelastic:mainfrom
maryam-saeidi merged 2 commits intoelastic:mainfrom
Conversation
Contributor
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Contributor
|
@maryam-saeidi did you run this against flaky test runner? |
Contributor
⏳ Build in-progress
History
|
Member
Author
Same as this comment. |
JoseLuisGJ
pushed a commit
to JoseLuisGJ/kibana
that referenced
this pull request
Feb 27, 2025
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>
CAWilson94
pushed a commit
to CAWilson94/kibana
that referenced
this pull request
Mar 22, 2025
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>
Contributor
|
Starting backport for target branches: 9.0 https://github.com/elastic/kibana/actions/runs/15299242537 |
Contributor
|
Starting backport for target branches: 9.0 https://github.com/elastic/kibana/actions/runs/15299242531 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
May 28, 2025
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)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
May 28, 2025
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)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
May 28, 2025
# Backport This will backport the following commits from `main` to `9.0`: - [Attempt to fix AlertSummaryWidget flaky test (#212107)](#212107) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Maryam Saeidi","email":"maryam.saeidi@elastic.co"},"sourceCommit":{"committedDate":"2025-02-25T20:13:04Z","message":"Attempt to fix AlertSummaryWidget flaky test (#212107)\n\nFixes #198102\n\n## Summary\n\nThe check that fails is related to status:All\n[here](https://github.com/elastic/kibana/blob/main/x-pack/test/observability_functional/apps/observability/pages/rule_details_page.ts#L191):\n\n```\nexpect(url.includes('status%3Aall')).to.be(true);\n```\n\nIt seems the status is active from the previous step:\n\n<img\nsrc=\"https://github.com/user-attachments/assets/8fa33035-d54a-4bfd-9e06-fff696767598\"\nwidth=500 />\n\n\nThis PR adds a retry to accommodate a delay in changing URLs.\n\nCo-authored-by: Dominique Clarke <dominique.clarke@elastic.co>","sha":"3b1c352df9f4651f21d340133d1b6d91a2199604","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","ci:project-deploy-observability","backport:version","v9.1.0","v9.0.3"],"title":"Attempt to fix AlertSummaryWidget flaky test","number":212107,"url":"https://github.com/elastic/kibana/pull/212107","mergeCommit":{"message":"Attempt to fix AlertSummaryWidget flaky test (#212107)\n\nFixes #198102\n\n## Summary\n\nThe check that fails is related to status:All\n[here](https://github.com/elastic/kibana/blob/main/x-pack/test/observability_functional/apps/observability/pages/rule_details_page.ts#L191):\n\n```\nexpect(url.includes('status%3Aall')).to.be(true);\n```\n\nIt seems the status is active from the previous step:\n\n<img\nsrc=\"https://github.com/user-attachments/assets/8fa33035-d54a-4bfd-9e06-fff696767598\"\nwidth=500 />\n\n\nThis PR adds a retry to accommodate a delay in changing URLs.\n\nCo-authored-by: Dominique Clarke <dominique.clarke@elastic.co>","sha":"3b1c352df9f4651f21d340133d1b6d91a2199604"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/212107","number":212107,"mergeCommit":{"message":"Attempt to fix AlertSummaryWidget flaky test (#212107)\n\nFixes #198102\n\n## Summary\n\nThe check that fails is related to status:All\n[here](https://github.com/elastic/kibana/blob/main/x-pack/test/observability_functional/apps/observability/pages/rule_details_page.ts#L191):\n\n```\nexpect(url.includes('status%3Aall')).to.be(true);\n```\n\nIt seems the status is active from the previous step:\n\n<img\nsrc=\"https://github.com/user-attachments/assets/8fa33035-d54a-4bfd-9e06-fff696767598\"\nwidth=500 />\n\n\nThis PR adds a retry to accommodate a delay in changing URLs.\n\nCo-authored-by: Dominique Clarke <dominique.clarke@elastic.co>","sha":"3b1c352df9f4651f21d340133d1b6d91a2199604"}},{"branch":"9.0","label":"v9.0.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Maryam Saeidi <maryam.saeidi@elastic.co> Co-authored-by: Dominique Clarke <dominique.clarke@elastic.co>
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.
Fixes #198102
Summary
The check that fails is related to status:All here:
It seems the status is active from the previous step:
This PR adds a retry to accommodate a delay in changing URLs.