Skip to content
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 X-Pack UI Functional Tests.x-pack/test/functional/apps/dashboard/group2/sync_colors·ts - dashboard sync colors should be possible to disable color sync #148558

Closed
kibanamachine opened this issue Jan 9, 2023 · 11 comments
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test 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

@kibanamachine
Copy link
Contributor

kibanamachine commented Jan 9, 2023

A test failed on a tracked branch

Error: Failed to find any elastic-charts on the page
    at ElasticChartService.getChart (elastic_chart.ts:90:15)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at ElasticChartService.getChartDebugData (elastic_chart.ts:115:19)
    at DashboardPageObject.getPanelChartDebugState (dashboard_page.ts:796:12)
    at Context.<anonymous> (sync_colors.ts:123:45)
    at Object.apply (wrap_function.js:73:16)

First failure: CI Build - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Jan 9, 2023
@botelastic botelastic bot added the needs-team Issues missing a team label label Jan 9, 2023
@mistic mistic added the Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas label Jan 9, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-presentation (Team:Presentation)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Jan 9, 2023
@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

nreese added a commit that referenced this issue Feb 1, 2023
…ional/apps/dashboard/group2/sync_colors·ts (#150087)

Fixes #148557 and
#148558

Flaky test runner
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1854

See
#148557 (comment)
for explanation of failure. PR resolves flakiness by adding retry in
clickCreateNewLink, ensuring clickCreateNewLink opens lens or else
retries.
@nreese
Copy link
Contributor

nreese commented Feb 1, 2023

closed by #150087

@nreese nreese closed this as completed Feb 1, 2023
kqualters-elastic pushed a commit to kqualters-elastic/kibana that referenced this issue Feb 6, 2023
…ional/apps/dashboard/group2/sync_colors·ts (elastic#150087)

Fixes elastic#148557 and
elastic#148558

Flaky test runner
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1854

See
elastic#148557 (comment)
for explanation of failure. PR resolves flakiness by adding retry in
clickCreateNewLink, ensuring clickCreateNewLink opens lens or else
retries.
@kibanamachine kibanamachine reopened this Mar 8, 2023
@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@nreese
Copy link
Contributor

nreese commented Mar 8, 2023

closing, duplicate of #148557

@nreese nreese closed this as completed Mar 8, 2023
@kibanamachine kibanamachine reopened this Mar 31, 2023
@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 8.7

@ThomThomson
Copy link
Contributor

closing, duplicate of #148557

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 8.8

@Heenawter
Copy link
Contributor

Heenawter commented Jun 21, 2023

Looks like some sort of EuiTourStep is getting in the way of the time picker, so we can't create our Lens visualizations for this test...

@elastic/kibana-visualizations Do ya'll know where this tip popover is coming from, and if there is an easy way to disable it for tests? Or perhaps this is a SharedUX thing... 👀

image

@stratoula
Copy link
Contributor

@Heenawter we are using this in Lens to indicate that there is no data for this timespan because the users were confused. It exists in unified search https://github.com/elastic/kibana/blob/main/src/plugins/unified_search/public/query_string_input/no_data_popover.tsx

You can:

  • either set the storage key
  • set the timepicker before going to Lens (on before function) with setting a timespan that will return data

@Heenawter
Copy link
Contributor

Ran the flaky test runner 100 times and was unable to reproduce this - seems like it may have been a one-off failure in 8.8 and is not on main 🤷 Closing for now.

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 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
Projects
None yet
Development

No branches or pull requests

7 participants