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

visualize app vertical bar chart test failures (9) #38479

Closed
liza-mae opened this issue Jun 7, 2019 · 3 comments
Closed

visualize app vertical bar chart test failures (9) #38479

liza-mae opened this issue Jun 7, 2019 · 3 comments
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Visualizations Visualization editors, elastic-charts and infrastructure test_ui_functional test test-cloud

Comments

@liza-mae
Copy link
Contributor

liza-mae commented Jun 7, 2019

✖ fail: "visualize app vertical bar chart should show correct chart"
│ retry.try timeout: Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick)
│ Wait timed out after 10025ms
│ at /home/liza/TESTING/kbn-cloud-testing/node_modules/selenium-webdriver/lib/webdriver.js:834:17
│ at process._tickCallback (internal/process/next_tick.js:68:7)
│ at lastError (/home/liza/TESTING/kbn-cloud-testing/test/common/services/retry/retry_for_success.ts:28:9)
│ at onFailure (/home/liza/TESTING/kbn-cloud-testing/test/common/services/retry/retry_for_success.ts:68:13)
│ Error: retry.try timeout: Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick)
│ Wait timed out after 10025ms
│ at node_modules/selenium-webdriver/lib/webdriver.js:834:17
│ at process._tickCallback (internal/process/next_tick.js:68:7)
│ at lastError (test/common/services/retry/retry_for_success.ts:28:9)
│ at onFailure (test/common/services/retry/retry_for_success.ts:68:13)
│ at lastError (test/common/services/retry/retry_for_success.ts:28:9)
│ at onFailure (test/common/services/retry/retry_for_success.ts:68:13)

✖ fail: "visualize app vertical bar chart should show correct data"
│ retry.try timeout: NoSuchElementError: no such element: Unable to locate element: {"method":"css selector","selector":"tbody"}
│ (Session info: headless chrome=74.0.3729.108)
│ (Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}),platform=Linux 4.4.0-142-generic x86_64)
│ at Object.checkLegacyResponse (/home/liza/TESTING/kbn-cloud-testing/node_modules/selenium-webdriver/lib/error.js:585:15)
│ at parseHttpResponse (/home/liza/TESTING/kbn-cloud-testing/node_modules/selenium-webdriver/lib/http.js:533:13)
│ at Executor.execute (/home/liza/TESTING/kbn-cloud-testing/node_modules/selenium-webdriver/lib/http.js:468:26)
│ at process._tickCallback (internal/process/next_tick.js:68:7)
│ Error: retry.try timeout: NoSuchElementError: no such element: Unable to locate element: {"method":"css selector","selector":"tbody"}
│ (Session info: headless chrome=74.0.3729.108)
│ (Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}),platform=Linux 4.4.0-142-generic x86_64)
│ at Object.checkLegacyResponse (node_modules/selenium-webdriver/lib/error.js:585:15)
│ at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:533:13)
│ at Executor.execute (node_modules/selenium-webdriver/lib/http.js:468:26)
│ at process._tickCallback (internal/process/next_tick.js:68:7)
│ at lastError (test/common/services/retry/retry_for_success.ts:28:9)
│ at onFailure (test/common/services/retry/retry_for_success.ts:68:13)

✖ fail: "visualize app vertical bar chart should have drop partial buckets option"
│ retry.try timeout: ElementClickInterceptedError: element click intercepted: Element ... is not clickable at point (1041, 111). Other element would receive the click:

...

│ (Session info: headless chrome=74.0.3729.108)
│ (Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}),platform=Linux 4.4.0-142-generic x86_64)
│ at Object.checkLegacyResponse (/home/liza/TESTING/kbn-cloud-testing/node_modules/selenium-webdriver/lib/error.js:585:15)
│ at parseHttpResponse (/home/liza/TESTING/kbn-cloud-testing/node_modules/selenium-webdriver/lib/http.js:533:13)
│ at Executor.execute (/home/liza/TESTING/kbn-cloud-testing/node_modules/selenium-webdriver/lib/http.js:468:26)
│ at process._tickCallback (internal/process/next_tick.js:68:7)
│ Error: retry.try timeout: ElementClickInterceptedError: element click intercepted: Element ... is not clickable at point (1041, 111). Other element would receive the click:
...

│ (Session info: headless chrome=74.0.3729.108)
│ (Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}),platform=Linux 4.4.0-142-generic x86_64)
│ at Object.checkLegacyResponse (node_modules/selenium-webdriver/lib/error.js:585:15)
│ at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:533:13)
│ at Executor.execute (node_modules/selenium-webdriver/lib/http.js:468:26)
│ at process._tickCallback (internal/process/next_tick.js:68:7)
│ at lastError (test/common/services/retry/retry_for_success.ts:28:9)
│ at onFailure (test/common/services/retry/retry_for_success.ts:68:13)

✖ fail: "visualize app vertical bar chart vertical bar with split series should show correct series"

│ Error: expected [ 'Count' ] to sort of equal [ '200', '404', '503' ]
│ + expected - actual

│ [
│ - "Count"
│ + "200"
│ + "404"
│ + "503"
│ ]

│ at Assertion.assert (packages/kbn-expect/expect.js:100:11)
│ at Assertion.eql (packages/kbn-expect/expect.js:235:8)
│ at Context.eql (test/functional/apps/visualize/_vertical_bar_chart.js:244:34)
│ at process._tickCallback (internal/process/next_tick.js:68:7)

✖ fail: "visualize app vertical bar chart vertical bar with split series should allow custom sorting of series"

│ Error: expected [ 'Count' ] to sort of equal [ '404', '200', '503' ]
│ + expected - actual

│ [
│ - "Count"
│ + "404"
│ + "200"
│ + "503"
│ ]

│ at Assertion.assert (packages/kbn-expect/expect.js:100:11)
│ at Assertion.eql (packages/kbn-expect/expect.js:235:8)
│ at Context.eql (test/functional/apps/visualize/_vertical_bar_chart.js:254:34)
│ at process._tickCallback (internal/process/next_tick.js:68:7)

✖ fail: "visualize app vertical bar chart vertical bar with split series should correctly filter by legend"
│ retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj~="legend-200"])
│ Wait timed out after 10017ms
│ at /home/liza/TESTING/kbn-cloud-testing/node_modules/selenium-webdriver/lib/webdriver.js:834:17
│ at process._tickCallback (internal/process/next_tick.js:68:7)
│ Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj~="legend-200"])
│ Wait timed out after 10017ms
│ at node_modules/selenium-webdriver/lib/webdriver.js:834:17
│ at process._tickCallback (internal/process/next_tick.js:68:7)
│ at lastError (test/common/services/retry/retry_for_success.ts:28:9)
│ at onFailure (test/common/services/retry/retry_for_success.ts:68:13)

✖ fail: "visualize app vertical bar chart vertical bar with multiple splits should show correct series"

│ Error: expected [ 'Count' ] to sort of equal [ '200 - win 8',
│ '200 - win xp',
│ '200 - ios',
│ '200 - osx',
│ '200 - win 7',
│ '404 - ios',
│ '503 - ios',
│ '503 - osx',
│ '503 - win 7',
│ '503 - win 8',
│ '503 - win xp',
│ '404 - osx',
│ '404 - win 7',
│ '404 - win 8',
│ '404 - win xp' ]
│ + expected - actual

│ [
│ - "Count"
│ + "200 - win 8"
│ + "200 - win xp"
│ + "200 - ios"
│ + "200 - osx"
│ + "200 - win 7"
│ + "404 - ios"
│ + "503 - ios"
│ + "503 - osx"
│ + "503 - win 7"
│ + "503 - win 8"
│ + "503 - win xp"
│ + "404 - osx"
│ + "404 - win 7"
│ + "404 - win 8"
│ + "404 - win xp"
│ ]

│ at Assertion.assert (packages/kbn-expect/expect.js:100:11)
│ at Assertion.eql (packages/kbn-expect/expect.js:235:8)
│ at Context.eql (test/functional/apps/visualize/_vertical_bar_chart.js:293:34)
│ at process._tickCallback (internal/process/next_tick.js:68:7)

✖ fail: "visualize app vertical bar chart vertical bar with multiple splits should show correct series when disabling first agg"

│ Error: expected [ 'Count' ] to sort of equal [ 'win 8', 'win xp', 'ios', 'osx', 'win 7' ]
│ + expected - actual

│ [
│ - "Count"
│ + "win 8"
│ + "win xp"
│ + "ios"
│ + "osx"
│ + "win 7"
│ ]

│ at Assertion.assert (packages/kbn-expect/expect.js:100:11)
│ at Assertion.eql (packages/kbn-expect/expect.js:235:8)
│ at Context.eql (test/functional/apps/visualize/_vertical_bar_chart.js:302:34)
│ at process._tickCallback (internal/process/next_tick.js:68:7)

✖ fail: "visualize app vertical bar chart vertical bar with derivative should show correct series"

│ Error: expected [ 'Count' ] to sort of equal [ 'Derivative of Count' ]
│ + expected - actual

│ [
│ - "Count"
│ + "Derivative of Count"
│ ]

│ at Assertion.assert (packages/kbn-expect/expect.js:100:11)
│ at Assertion.eql (packages/kbn-expect/expect.js:235:8)
│ at Context.eql (test/functional/apps/visualize/_vertical_bar_chart.js:320:34)
│ at process._tickCallback (internal/process/next_tick.js:68:7)

Version: 7.2

@liza-mae liza-mae added test test_ui_functional Team:Visualizations Visualization editors, elastic-charts and infrastructure failed-test A test failure on a tracked branch, potentially flaky-test test-cloud labels Jun 7, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-test-triage

@liza-mae
Copy link
Contributor Author

liza-mae commented Oct 1, 2019

All of the test test referenced are passing, other than 2 tests which are now skipped.

visualize app vertical bar chart vertical bar with multiple splits should show correct series - Skipped

visualize app vertical bar chart vertical bar with multiple splits should show correct series when disabling first agg - Skipped

Will create a separate issue for the skipped tests, if one does not exist.

@liza-mae liza-mae closed this as completed Oct 1, 2019
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 Team:Visualizations Visualization editors, elastic-charts and infrastructure test_ui_functional test test-cloud
Projects
None yet
Development

No branches or pull requests

2 participants