-
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
Failing test: Chrome UI Functional Tests.test/functional/apps/dashboard/group3/dashboard_state·ts - dashboard app - group 3 dashboard state Directly modifying url updates dashboard state for query parameter with hard refresh #139762
Labels
failed-test
A test failure on a tracked branch, potentially flaky-test
Feature:Dashboard
Dashboard related features
impact:critical
This issue should be addressed immediately due to a critical level of impact on the product.
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Comments
Pinging @elastic/kibana-presentation (Team:Presentation) |
New failure: CI Build - main |
/skip |
Skipped main: 4c3d562 |
kibanamachine
added a commit
that referenced
this issue
Sep 8, 2022
This was referenced Feb 1, 2023
nreese
added a commit
that referenced
this issue
Feb 28, 2023
…p3/dashboard_state·ts (#152245) Fixes #139762 flaky test runner https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1965 2 changes where required to get functional tests running * Switch application state updating from string replace to rison decode/encode. `_a` is not longer provided in the URL unless there are unsaved changes to simple string replace did not work in some cases. Using rison decode/encode was easier then handling a lot of if statements around whether `_a` exists before attempting string replace, plus rison decode/encode is a lot more maintainable and robust. * Fix bug where appending `&_a=(panels:())` to URL would not remove panels. Updated logic in sync_dashboard_url_state to handle case where panels has no length. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
bmorelli25
pushed a commit
to bmorelli25/kibana
that referenced
this issue
Mar 10, 2023
…p3/dashboard_state·ts (elastic#152245) Fixes elastic#139762 flaky test runner https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1965 2 changes where required to get functional tests running * Switch application state updating from string replace to rison decode/encode. `_a` is not longer provided in the URL unless there are unsaved changes to simple string replace did not work in some cases. Using rison decode/encode was easier then handling a lot of if statements around whether `_a` exists before attempting string replace, plus rison decode/encode is a lot more maintainable and robust. * Fix bug where appending `&_a=(panels:())` to URL would not remove panels. Updated logic in sync_dashboard_url_state to handle case where panels has no length. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
New failure: kibana-on-merge - main |
New failure: kibana-on-merge - main |
Skipped. main: c08a286 |
Closing in favour of #183752, since that is reporting the more accurate failure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
failed-test
A test failure on a tracked branch, potentially flaky-test
Feature:Dashboard
Dashboard related features
impact:critical
This issue should be addressed immediately due to a critical level of impact on the product.
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
A test failed on a tracked branch
First failure: CI Build - main
The text was updated successfully, but these errors were encountered: