-
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
[Discover] Unskip get_render_app_wrapper test #199456
Conversation
jughosta
commented
Nov 8, 2024
•
edited by kibanamachine
Loading
edited by kibanamachine
- Closes Failing test: Serverless Security Discover Context Awareness Functional Tests.x-pack/test_serverless/functional/test_suites/common/discover/context_awareness/extensions/_get_render_app_wrapper·ts - discover/context_awareness extension getRenderAppWrapper data view mode should allow clicking message cells to inspect the message #199356
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7355[✅] test/functional/apps/discover/context_awareness/config.ts: 25/25 tests passed. |
Hi @davismcphee, Seems like |
It looks to be unrelated to this test, and caused by a bug in the This is a workaround, but since it's unrelated, how about we just update this test to not care about the number of columns? Maybe we could use |
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7417[❌] test/functional/apps/discover/context_awareness/config.ts: 24/30 tests passed. |
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#7426[✅] test/functional/apps/discover/context_awareness/config.ts: 25/25 tests passed. |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
cc @jughosta |
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.
Looks like that did it and the flakiness is gone (hopefully) 🎉 Thanks for addressing it! I'm not sure if approving while in a draft state will actually work, but I'm gonna do it anyway... I'll re-review if needed once published 🙂
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#7428[✅] x-pack/test_serverless/functional/test_suites/security/config.context_awareness.ts: 50/50 tests passed. |
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
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.
test/functional/services/data_grid.ts
changes LGTM
Starting backport for target branches: 8.x |
- Closes elastic#199356 (cherry picked from commit b512ee4)
💚 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.x`: - [[Discover] Unskip get_render_app_wrapper test (#199456)](#199456) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Julia Rechkunova","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-20T09:19:24Z","message":"[Discover] Unskip get_render_app_wrapper test (#199456)\n\n- Closes https://github.com/elastic/kibana/issues/199356","sha":"b512ee4803f4383f4592dc1cc015f5c550866130","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:DataDiscovery","backport:prev-minor"],"title":"[Discover] Unskip get_render_app_wrapper test","number":199456,"url":"https://github.com/elastic/kibana/pull/199456","mergeCommit":{"message":"[Discover] Unskip get_render_app_wrapper test (#199456)\n\n- Closes https://github.com/elastic/kibana/issues/199356","sha":"b512ee4803f4383f4592dc1cc015f5c550866130"}},"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/199456","number":199456,"mergeCommit":{"message":"[Discover] Unskip get_render_app_wrapper test (#199456)\n\n- Closes https://github.com/elastic/kibana/issues/199356","sha":"b512ee4803f4383f4592dc1cc015f5c550866130"}}]}] BACKPORT--> Co-authored-by: Julia Rechkunova <[email protected]>