Skip to content

[Infra] Add retry to url assert#224126

Merged
crespocarlos merged 1 commit intoelastic:mainfrom
crespocarlos:192882-attempt-to-fix-metrics-anomalies-test
Jun 17, 2025
Merged

[Infra] Add retry to url assert#224126
crespocarlos merged 1 commit intoelastic:mainfrom
crespocarlos:192882-attempt-to-fix-metrics-anomalies-test

Conversation

@crespocarlos
Copy link
Contributor

@crespocarlos crespocarlos commented Jun 16, 2025

fixes #192882

@crespocarlos crespocarlos added release_note:fix v9.0.0 backport:version Backport to applied version labels v8.17.0 v8.18.0 v9.1.0 v8.19.0 Team:obs-ux-infra_services - DEPRECATED DEPRECATED - Use Team:obs-presentation. release_note:skip Skip the PR/issue when compiling release notes and removed release_note:fix labels Jun 16, 2025
@kibanamachine
Copy link
Contributor

Flaky Test Runner Stats

🎉 All tests passed! - kibana-flaky-test-suite-runner#8383

[✅] x-pack/test/functional/apps/infra/config.ts: 25/25 tests passed.

see run history

@crespocarlos crespocarlos marked this pull request as ready for review June 17, 2025 14:40
@crespocarlos crespocarlos requested a review from a team June 17, 2025 14:40
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

Copy link
Member

@jennypavlova jennypavlova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing that!

@crespocarlos crespocarlos merged commit 012761e into elastic:main Jun 17, 2025
31 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.17, 8.18, 8.19, 9.0

https://github.com/elastic/kibana/actions/runs/15713927769

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jun 17, 2025
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
8.17 Backport failed because of merge conflicts
8.18 Backport failed because of merge conflicts
8.19 Backport failed because of merge conflicts
9.0

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

node scripts/backport --pr 224126

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Jun 17, 2025
# Backport

This will backport the following commits from `main` to `9.0`:
- [[Infra] Add retry to url assert
(#224126)](#224126)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Carlos
Crespo","email":"crespocarlos@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-06-17T17:21:17Z","message":"[Infra]
Add retry to url assert (#224126)\n\nfixes
[#192882](https://github.com/elastic/kibana/issues/192882)","sha":"012761e80c1e863ee93115c129de1c0959d4007f","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:obs-ux-infra_services","backport:version","v8.17.0","v8.18.0","v9.1.0","v8.19.0"],"title":"[Infra]
Add retry to url
assert","number":224126,"url":"https://github.com/elastic/kibana/pull/224126","mergeCommit":{"message":"[Infra]
Add retry to url assert (#224126)\n\nfixes
[#192882](https://github.com/elastic/kibana/issues/192882)","sha":"012761e80c1e863ee93115c129de1c0959d4007f"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.17","8.18","8.19"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/224126","number":224126,"mergeCommit":{"message":"[Infra]
Add retry to url assert (#224126)\n\nfixes
[#192882](https://github.com/elastic/kibana/issues/192882)","sha":"012761e80c1e863ee93115c129de1c0959d4007f"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Carlos Crespo <crespocarlos@users.noreply.github.com>
crespocarlos added a commit to crespocarlos/kibana that referenced this pull request Sep 1, 2025
fixes [elastic#192882](elastic#192882)

(cherry picked from commit 012761e)

# Conflicts:
#	x-pack/solutions/observability/test/functional/apps/infra/metrics_anomalies.ts
crespocarlos added a commit to crespocarlos/kibana that referenced this pull request Sep 1, 2025
fixes [elastic#192882](elastic#192882)

(cherry picked from commit 012761e)

# Conflicts:
#	x-pack/test/functional/apps/infra/metrics_anomalies.ts
@crespocarlos
Copy link
Contributor Author

💚 All backports created successfully

Status Branch Result
8.19
8.18

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

crespocarlos added a commit that referenced this pull request Sep 1, 2025
closes [#231053](#231053)

# Backport

This will backport the following commits from `main` to `8.19`:
- [[Infra] Add retry to url assert
(#224126)](#224126)

<!--- Backport version: 10.0.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Carlos
Crespo","email":"crespocarlos@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-06-17T17:21:17Z","message":"[Infra]
Add retry to url assert (#224126)\n\nfixes
[#192882](https://github.com/elastic/kibana/issues/192882)","sha":"012761e80c1e863ee93115c129de1c0959d4007f","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:obs-ux-infra_services","backport:version","v8.17.0","v8.18.0","v9.1.0","v8.19.0","v9.0.3"],"title":"[Infra]
Add retry to url
assert","number":224126,"url":"https://github.com/elastic/kibana/pull/224126","mergeCommit":{"message":"[Infra]
Add retry to url assert (#224126)\n\nfixes
[#192882](https://github.com/elastic/kibana/issues/192882)","sha":"012761e80c1e863ee93115c129de1c0959d4007f"}},"sourceBranch":"main","suggestedTargetBranches":["8.17","8.18","8.19"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/224313","number":224313,"state":"MERGED","mergeCommit":{"sha":"eaa52d69fea3d287d5f8a6e027a6447f9a1c0e97","message":"[9.0]
[Infra] Add retry to url assert (#224126) (#224313)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`9.0`:\n- [[Infra] Add retry to url
assert\n(#224126)](https://github.com/elastic/kibana/pull/224126)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Carlos Crespo
<crespocarlos@users.noreply.github.com>"}},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/224126","number":224126,"mergeCommit":{"message":"[Infra]
Add retry to url assert (#224126)\n\nfixes
[#192882](https://github.com/elastic/kibana/issues/192882)","sha":"012761e80c1e863ee93115c129de1c0959d4007f"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
crespocarlos added a commit that referenced this pull request Sep 1, 2025
# Backport

This will backport the following commits from `main` to `8.18`:
- [[Infra] Add retry to url assert
(#224126)](#224126)

<!--- Backport version: 10.0.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Carlos
Crespo","email":"crespocarlos@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-06-17T17:21:17Z","message":"[Infra]
Add retry to url assert (#224126)\n\nfixes
[#192882](https://github.com/elastic/kibana/issues/192882)","sha":"012761e80c1e863ee93115c129de1c0959d4007f","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:obs-ux-infra_services","backport:version","v8.17.0","v8.18.0","v9.1.0","v8.19.0","v9.0.3"],"title":"[Infra]
Add retry to url
assert","number":224126,"url":"https://github.com/elastic/kibana/pull/224126","mergeCommit":{"message":"[Infra]
Add retry to url assert (#224126)\n\nfixes
[#192882](https://github.com/elastic/kibana/issues/192882)","sha":"012761e80c1e863ee93115c129de1c0959d4007f"}},"sourceBranch":"main","suggestedTargetBranches":["8.17","8.18","8.19"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/224313","number":224313,"state":"MERGED","mergeCommit":{"sha":"eaa52d69fea3d287d5f8a6e027a6447f9a1c0e97","message":"[9.0]
[Infra] Add retry to url assert (#224126) (#224313)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`9.0`:\n- [[Infra] Add retry to url
assert\n(#224126)](https://github.com/elastic/kibana/pull/224126)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Carlos Crespo
<crespocarlos@users.noreply.github.com>"}},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/224126","number":224126,"mergeCommit":{"message":"[Infra]
Add retry to url assert (#224126)\n\nfixes
[#192882](https://github.com/elastic/kibana/issues/192882)","sha":"012761e80c1e863ee93115c129de1c0959d4007f"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:version Backport to applied version labels release_note:skip Skip the PR/issue when compiling release notes Team:obs-ux-infra_services - DEPRECATED DEPRECATED - Use Team:obs-presentation. v8.17.0 v8.18.0 v8.18.7 v8.19.0 v8.19.4 v9.0.0 v9.0.3 v9.1.0

Projects

None yet

5 participants