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

dashboard app using current data dashboard filtering adding a filter that excludes all data "before all" hook #22408

Closed
liza-mae opened this issue Aug 27, 2018 · 3 comments
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Feature:Dashboard Dashboard related features Team:Visualizations Visualization editors, elastic-charts and infrastructure test_ui_functional test

Comments

@liza-mae
Copy link
Contributor

Error: retry.try timeout: Error: 16 elements completed rendering, waiting on a total of 17
at retry.try (test/functional/services/renderable.js:42:17)
at
at process._tickCallback (internal/process/next_tick.js:188:7)
at lastError (test/common/services/retry/retry_for_success.js:29:9)
at retryForSuccess (test/common/services/retry/retry_for_success.js:63:13)
at

Failing on 6.x and master

@LeeDr
Copy link
Contributor

LeeDr commented Aug 30, 2018

I found this failure in this build;
https://kibana-ci.elastic.co/job/elastic+kibana+pull-request+multijob-selenium/1331/console

Same error message;

14:36:55              └-> "before all" hook
14:38:01                └- ✖ fail: "dashboard app using current data dashboard filtering adding a filter that excludes all data "before all" hook"
14:38:01                │      retry.try timeout: Error: 16 elements completed rendering, waiting on a total of 17
14:38:01                │     at retry.try (/var/lib/jenkins/workspace/elastic+kibana+pull-request+multijob-selenium/kibana/test/functional/services/renderable.js:43:17)
14:38:01                │     at <anonymous>
14:38:01                │     at process._tickCallback (internal/process/next_tick.js:188:7)

The test runner saved the page source. In that html I searched for the data-render-complete attribute and all 17 of them said "true" except this timelion one;

Don't know why yet. We can see it was 1 minute 6 seconds from the start of the before hook, but we can't really see how long it was waiting for the rendering to complete.

@LeeDr
Copy link
Contributor

LeeDr commented Aug 30, 2018

Same issue with Timelion in https://kibana-ci.elastic.co/job/elastic+kibana+pull-request+multijob-selenium/1165/console

I can tell in that output we waited 40 seconds for all the visualizations to render.

@bhavyarm bhavyarm self-assigned this Sep 5, 2018
@timroes timroes added Team:Visualizations Visualization editors, elastic-charts and infrastructure and removed :Sharing labels Sep 13, 2018
@liza-mae liza-mae added failed-test A test failure on a tracked branch, potentially flaky-test and removed flaky-failing-test labels Nov 1, 2018
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 Team:Visualizations Visualization editors, elastic-charts and infrastructure test_ui_functional test
Projects
None yet
Development

No branches or pull requests

5 participants