-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Dataset Quality] Fix Failing Test #230566
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
[Dataset Quality] Fix Failing Test #230566
Conversation
|
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs) |
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#9029[✅] x-pack/solutions/observability/test/functional/apps/dataset_quality/config.ts: 50/50 tests passed. |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
|
|
Starting backport for target branches: 8.19, 9.1 https://github.com/elastic/kibana/actions/runs/16754129269 |
## Summary Fixes elastic#230562 (comment) (cherry picked from commit a87ca2b)
## Summary Fixes elastic#230562 (comment) (cherry picked from commit a87ca2b)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `9.1`: - [[Dataset Quality] Fix Failing Test (#230566)](#230566) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"mohamedhamed-ahmed","email":"mohamed.ahmed@elastic.co"},"sourceCommit":{"committedDate":"2025-08-05T15:12:40Z","message":"[Dataset Quality] Fix Failing Test (#230566)\n\n## Summary\n\nFixes\nhttps://github.com//issues/230562#issuecomment-3154955224","sha":"a87ca2ba9df76c386621e480e5c424c6ff747c83","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:obs-ux-logs","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[Dataset Quality] Fix Failing Test","number":230566,"url":"https://github.com/elastic/kibana/pull/230566","mergeCommit":{"message":"[Dataset Quality] Fix Failing Test (#230566)\n\n## Summary\n\nFixes\nhttps://github.com//issues/230562#issuecomment-3154955224","sha":"a87ca2ba9df76c386621e480e5c424c6ff747c83"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/230566","number":230566,"mergeCommit":{"message":"[Dataset Quality] Fix Failing Test (#230566)\n\n## Summary\n\nFixes\nhttps://github.com//issues/230562#issuecomment-3154955224","sha":"a87ca2ba9df76c386621e480e5c424c6ff747c83"}}]}] BACKPORT--> Co-authored-by: mohamedhamed-ahmed <mohamed.ahmed@elastic.co>
# Backport This will backport the following commits from `main` to `8.19`: - [[Dataset Quality] Fix Failing Test (#230566)](#230566) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"mohamedhamed-ahmed","email":"mohamed.ahmed@elastic.co"},"sourceCommit":{"committedDate":"2025-08-05T15:12:40Z","message":"[Dataset Quality] Fix Failing Test (#230566)\n\n## Summary\n\nFixes\nhttps://github.com//issues/230562#issuecomment-3154955224","sha":"a87ca2ba9df76c386621e480e5c424c6ff747c83","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:obs-ux-logs","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[Dataset Quality] Fix Failing Test","number":230566,"url":"https://github.com/elastic/kibana/pull/230566","mergeCommit":{"message":"[Dataset Quality] Fix Failing Test (#230566)\n\n## Summary\n\nFixes\nhttps://github.com//issues/230562#issuecomment-3154955224","sha":"a87ca2ba9df76c386621e480e5c424c6ff747c83"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/230566","number":230566,"mergeCommit":{"message":"[Dataset Quality] Fix Failing Test (#230566)\n\n## Summary\n\nFixes\nhttps://github.com//issues/230562#issuecomment-3154955224","sha":"a87ca2ba9df76c386621e480e5c424c6ff747c83"}}]}] BACKPORT--> Co-authored-by: mohamedhamed-ahmed <mohamed.ahmed@elastic.co>
Summary
Fixes #230562 (comment)