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/drilldowns/dashboard_to_dashboard_drilldown·ts - dashboard drilldowns Dashboard to dashboard drilldown Copy to space Dashboards linked by a drilldown are both copied to a space #83824

Closed
kibanamachine opened this issue Nov 19, 2020 · 12 comments · Fixed by #118005
Assignees
Labels
blocker 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. skipped-test v7.16.1 v8.0.0 v8.1.0

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Nov 19, 2020

A test failed on a tracked branch

Error: retry.try timeout: Error: 0 elements completed rendering, still waiting on a total of 1
                specifically:

    at /dev/shm/workspace/parallel/22/kibana/test/functional/services/renderable.ts:50:17
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at runAttempt (/dev/shm/workspace/parallel/22/kibana/test/common/services/retry/retry_for_success.ts:38:15)
    at retryForSuccess (/dev/shm/workspace/parallel/22/kibana/test/common/services/retry/retry_for_success.ts:77:21)
    at Retry.try (/dev/shm/workspace/parallel/22/kibana/test/common/services/retry/retry.ts:43:14)
    at Renderable.waitForRender (/dev/shm/workspace/parallel/22/kibana/test/functional/services/renderable.ts:41:7)
    at DashboardPage.waitForRenderComplete (/dev/shm/workspace/parallel/22/kibana/test/functional/page_objects/dashboard_page.ts:485:7)
    at Context.<anonymous> (test/functional/apps/dashboard/drilldowns/dashboard_to_dashboard_drilldown.ts:203:9)
    at Object.apply (/dev/shm/workspace/parallel/22/kibana/packages/kbn-test/src/functional_test_runner/lib/mocha/wrap_function.js:84:16)
    at onFailure (/dev/shm/workspace/parallel/22/kibana/test/common/services/retry/retry_for_success.ts:28:9)
    at retryForSuccess (/dev/shm/workspace/parallel/22/kibana/test/common/services/retry/retry_for_success.ts:68:13)
    at Retry.try (/dev/shm/workspace/parallel/22/kibana/test/common/services/retry/retry.ts:43:14)
    at Renderable.waitForRender (/dev/shm/workspace/parallel/22/kibana/test/functional/services/renderable.ts:41:7)
    at DashboardPage.waitForRenderComplete (/dev/shm/workspace/parallel/22/kibana/test/functional/page_objects/dashboard_page.ts:485:7)
    at Context.<anonymous> (test/functional/apps/dashboard/drilldowns/dashboard_to_dashboard_drilldown.ts:203:9)
    at Object.apply (/dev/shm/workspace/parallel/22/kibana/packages/kbn-test/src/functional_test_runner/lib/mocha/wrap_function.js:84:16)

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Nov 19, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-services (Team:AppServices)

@jbudz
Copy link
Member

jbudz commented Nov 19, 2020

skipped
main: f220313
7.x: e1a07c4

gmmorris added a commit to gmmorris/kibana that referenced this issue Nov 19, 2020
* master:
  skip "Dashboards linked by a drilldown are both copied to a space" (elastic#83824)
  [alerts] adds action group and date to mustache template variables for actions (elastic#83195)
  skip flaky suite (elastic#79389)
  [DOCS] Reallocates limitations to point-of-use (elastic#79582)
  [Enterprise Search] Engine overview layout stub (elastic#83756)
  Disable exporting/importing of templates.  Optimize pitch images a bit (elastic#83098)
  [DOCS] Consolidates plugins (elastic#83712)
  [ML] Space management UI (elastic#83320)
  test just part of the message to avoid updates (elastic#83703)
  [Data Table] Remove extra column in split mode (elastic#83193)
  Improve snapshot error messages (elastic#83785)
  skip flaky suite (elastic#83773)
  skip flaky suite (elastic#83771)
  skip flaky suite (elastic#65278)
  skip flaky suite (elastic#83793)
  [Task Manager] Ensures retries are inferred from the schedule of recurring tasks (elastic#83682)
  [index patterns] improve index pattern cache (elastic#83368)
  [Fleet] Rename ingestManager plugin ID fleet (elastic#83200)
  fixed pagination in connectors list (elastic#83638)
@Dosant
Copy link
Contributor

Dosant commented Nov 20, 2020

image

This is same issue as #81457

Per https://docs.google.com/presentation/d/1u1bqQ9FkotZheRX93p5H9ouuuIHyvyi6pL7SlX7EQho/edit#slide=id.ga2bb0fc5f4_0_17 (thanks @kertal) I understand that this will be solved after #82223 is merged.
@mattkime, could you please take a quick look and confirm, that waiting for #82223 would make most sense here?

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@mattkime
Copy link
Contributor

@Dosant There's the potential for there to be more errors like this after #82223 is merged but the errors should be better communicated. See conversation on #83448

@Dosant
Copy link
Contributor

Dosant commented Nov 25, 2020

unskipped in #84115

@Dosant Dosant closed this as completed Nov 25, 2020
@kibanamachine kibanamachine reopened this Nov 3, 2021
@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 8.0

@mistic mistic closed this as completed Nov 3, 2021
@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 8.0

@kibanamachine kibanamachine reopened this Nov 3, 2021
@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@mistic
Copy link
Member

mistic commented Nov 3, 2021

This test keeps failing and looks flaky. Skipping for now.

main/8.1: 497a70b
8.0: 999d00d
7.16: bc0f9d4

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 7.16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker 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. skipped-test v7.16.1 v8.0.0 v8.1.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants