-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip Serverless Transaction groups alerts when data is loaded with avg transaction duration alerts returns the correct number of alert counts #201533
Conversation
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
...n/deployment_agnostic/apis/observability/apm/transactions/transactions_groups_alerts.spec.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
describe('Transaction groups alerts', () => { | ||
describe('Transaction groups alerts', function () { | ||
// fails on MKI, see https://github.com/elastic/kibana/issues/201531 | ||
this.tags(['failsOnMKI']); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should see if we can fix this instead of skipping it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you can come up with a short-term fix today, then this would definitely preferable. If it takes longer than that, we'll have to temporarily skip the tests for MKI execution in order to unblock the pipeline which is also used for serverless releases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely, let's try to unblock this as soon as possible and I'll keep working on the issue to remove the skip part.
💚 Build Succeeded
Metrics [docs]
cc @rmyz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. The proper fix will follow.
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12010366645 |
…g transaction duration alerts returns the correct number of alert counts (elastic#201533) ## Summary Related to elastic#201531 This PR skips `Transaction groups alerts when data is loaded with avg transaction duration alerts returns the correct number of alert counts`, which is inside `x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/transactions/transactions_groups_alerts.spec.ts` file, as it's failing on MKI. (cherry picked from commit a76084f)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…ith avg transaction duration alerts returns the correct number of alert counts (#201533) (#201578) # Backport This will backport the following commits from `main` to `8.x`: - [Skip Serverless Transaction groups alerts when data is loaded with avg transaction duration alerts returns the correct number of alert counts (#201533)](#201533) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Sergi Romeu","email":"sergi.romeu@elastic.co"},"sourceCommit":{"committedDate":"2024-11-25T12:48:31Z","message":"Skip Serverless Transaction groups alerts when data is loaded with avg transaction duration alerts returns the correct number of alert counts (#201533)\n\n## Summary\nRelated to https://github.com/elastic/kibana/issues/201531\n\nThis PR skips `Transaction groups alerts when data is loaded with avg\ntransaction duration alerts returns the correct number of alert counts`,\nwhich is inside\n`x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/transactions/transactions_groups_alerts.spec.ts`\nfile, as it's failing on MKI.","sha":"a76084f30f8bc4b59deb2efef7b653bafe13c06c","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","Team:obs-ux-infra_services"],"title":"Skip Serverless Transaction groups alerts when data is loaded with avg transaction duration alerts returns the correct number of alert counts","number":201533,"url":"https://github.com/elastic/kibana/pull/201533","mergeCommit":{"message":"Skip Serverless Transaction groups alerts when data is loaded with avg transaction duration alerts returns the correct number of alert counts (#201533)\n\n## Summary\nRelated to https://github.com/elastic/kibana/issues/201531\n\nThis PR skips `Transaction groups alerts when data is loaded with avg\ntransaction duration alerts returns the correct number of alert counts`,\nwhich is inside\n`x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/transactions/transactions_groups_alerts.spec.ts`\nfile, as it's failing on MKI.","sha":"a76084f30f8bc4b59deb2efef7b653bafe13c06c"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/201533","number":201533,"mergeCommit":{"message":"Skip Serverless Transaction groups alerts when data is loaded with avg transaction duration alerts returns the correct number of alert counts (#201533)\n\n## Summary\nRelated to https://github.com/elastic/kibana/issues/201531\n\nThis PR skips `Transaction groups alerts when data is loaded with avg\ntransaction duration alerts returns the correct number of alert counts`,\nwhich is inside\n`x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/transactions/transactions_groups_alerts.spec.ts`\nfile, as it's failing on MKI.","sha":"a76084f30f8bc4b59deb2efef7b653bafe13c06c"}}]}] BACKPORT--> Co-authored-by: Sergi Romeu <sergi.romeu@elastic.co>
…g transaction duration alerts returns the correct number of alert counts (elastic#201533) ## Summary Related to elastic#201531 This PR skips `Transaction groups alerts when data is loaded with avg transaction duration alerts returns the correct number of alert counts`, which is inside `x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/transactions/transactions_groups_alerts.spec.ts` file, as it's failing on MKI.
…g transaction duration alerts returns the correct number of alert counts (elastic#201533) ## Summary Related to elastic#201531 This PR skips `Transaction groups alerts when data is loaded with avg transaction duration alerts returns the correct number of alert counts`, which is inside `x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/transactions/transactions_groups_alerts.spec.ts` file, as it's failing on MKI.
Summary
Related to #201531
This PR skips
Transaction groups alerts when data is loaded with avg transaction duration alerts returns the correct number of alert counts
, which is insidex-pack/test/api_integration/deployment_agnostic/apis/observability/apm/transactions/transactions_groups_alerts.spec.ts
file, as it's failing on MKI.A proper fix will be implemented soon in the issue.