-
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
[Dataset Quality] Fix privileges test timeout #199657
[Dataset Quality] Fix privileges test timeout #199657
Conversation
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs) |
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#7375[✅] x-pack/test/functional/apps/dataset_quality/config.ts: 40/40 tests passed. |
Starting backport for target branches: 8.16, 8.x https://github.com/elastic/kibana/actions/runs/11782464415 |
💚 Build Succeeded
Metrics [docs]
|
closes elastic#198865 (cherry picked from commit 5331489)
closes elastic#198865 (cherry picked from commit 5331489)
💚 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 `8.16`: - [[Dataset Quality] Fix privileges test timeout (#199657)](#199657) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"mohamedhamed-ahmed","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-11T16:30:52Z","message":"[Dataset Quality] Fix privileges test timeout (#199657)\n\ncloses https://github.com/elastic/kibana/issues/198865","sha":"53314895c268ffe5ab2a5c4c7f603e2e554471b8","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:obs-ux-logs","v8.16.0","backport:version","v8.17.0"],"title":"[Dataset Quality] Fix privileges test timeout","number":199657,"url":"https://github.com/elastic/kibana/pull/199657","mergeCommit":{"message":"[Dataset Quality] Fix privileges test timeout (#199657)\n\ncloses https://github.com/elastic/kibana/issues/198865","sha":"53314895c268ffe5ab2a5c4c7f603e2e554471b8"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199657","number":199657,"mergeCommit":{"message":"[Dataset Quality] Fix privileges test timeout (#199657)\n\ncloses https://github.com/elastic/kibana/issues/198865","sha":"53314895c268ffe5ab2a5c4c7f603e2e554471b8"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: mohamedhamed-ahmed <[email protected]>
# Backport This will backport the following commits from `main` to `8.x`: - [[Dataset Quality] Fix privileges test timeout (#199657)](#199657) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"mohamedhamed-ahmed","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-11T16:30:52Z","message":"[Dataset Quality] Fix privileges test timeout (#199657)\n\ncloses https://github.com/elastic/kibana/issues/198865","sha":"53314895c268ffe5ab2a5c4c7f603e2e554471b8","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:obs-ux-logs","v8.16.0","backport:version","v8.17.0"],"title":"[Dataset Quality] Fix privileges test timeout","number":199657,"url":"https://github.com/elastic/kibana/pull/199657","mergeCommit":{"message":"[Dataset Quality] Fix privileges test timeout (#199657)\n\ncloses https://github.com/elastic/kibana/issues/198865","sha":"53314895c268ffe5ab2a5c4c7f603e2e554471b8"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199657","number":199657,"mergeCommit":{"message":"[Dataset Quality] Fix privileges test timeout (#199657)\n\ncloses https://github.com/elastic/kibana/issues/198865","sha":"53314895c268ffe5ab2a5c4c7f603e2e554471b8"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: mohamedhamed-ahmed <[email protected]>
This PR didn't make it on time to the latest 8.16.0 BC. Updating the labels. |
closes #198865