[Console] Fix and skip flaky tests#193508
Merged
sabarasaba merged 4 commits intoelastic:mainfrom Sep 20, 2024
Merged
Conversation
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
To update your PR or re-run it, just comment with: cc @sabarasaba |
delanni
approved these changes
Sep 20, 2024
Contributor
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#6988[✅] test/functional/apps/console/config.ts: 200/200 tests passed. |
Contributor
|
Pinging @elastic/kibana-management (Team:Kibana Management) |
This was referenced Sep 20, 2024
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
Member
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
sabarasaba
added a commit
to sabarasaba/kibana
that referenced
this pull request
Sep 20, 2024
(cherry picked from commit 5ea37fb) # Conflicts: # test/functional/apps/console/_autocomplete.ts # test/functional/apps/console/_misc_console_behavior.ts # test/functional/apps/console/_variables.ts
sabarasaba
added a commit
that referenced
this pull request
Sep 20, 2024
# Backport This will backport the following commits from `main` to `8.x`: - [[Console] Fix and skip flaky tests (#193508)](#193508) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Ignacio Rivas","email":"rivasign@gmail.com"},"sourceCommit":{"committedDate":"2024-09-20T09:45:55Z","message":"[Console] Fix and skip flaky tests (#193508)","sha":"5ea37fb47063645e5cf97ce66f210e8c3d4ee51f","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Console","Team:Kibana Management","release_note:skip","v9.0.0","backport:prev-minor","v8.16.0"],"number":193508,"url":"https://github.com/elastic/kibana/pull/193508","mergeCommit":{"message":"[Console] Fix and skip flaky tests (#193508)","sha":"5ea37fb47063645e5cf97ce66f210e8c3d4ee51f"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193508","number":193508,"mergeCommit":{"message":"[Console] Fix and skip flaky tests (#193508)","sha":"5ea37fb47063645e5cf97ce66f210e8c3d4ee51f"}},{"branch":"8.x","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
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.
Summary
This PR aims to fix a few problems we started having recently in few integration tests as we merged the console ux improvements.