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 UI Functional Tests.test/functional/apps/visualize/_area_chart·js - visualize app area charts axis scaling does not scale by default #50290

Closed
kibanamachine opened this issue Nov 12, 2019 · 12 comments
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Nov 12, 2019

A test failed on a tracked branch

{ Error: expected [ [ '2015-09-20 00:00', '37' ],
  [ '2015-09-20 03:00', '202' ],
  [ '2015-09-20 06:00', '740' ],
  [ '2015-09-20 09:00', '1,437' ],
  [ '2015-09-20 12:00', '1,371' ],
  [ '2015-09-20 15:00', '751' ],
  [ '2015-09-20 18:00', '188' ],
  [ '2015-09-20 21:00', '31' ],
  [ '2015-09-21 00:00', '42' ],
  [ '2015-09-21 03:00', '202' ],
  [ '2015-09-21 06:00', '683' ],
  [ '2015-09-21 09:00', '1,361' ],
  [ '2015-09-21 12:00', '1,415' ],
  [ '2015-09-21 15:00', '707' ],
  [ '2015-09-21 18:00', '177' ],
  [ '2015-09-21 21:00', '27' ],
  [ '2015-09-22 00:00', '32' ],
  [ '2015-09-22 03:00', '175' ],
  [ '2015-09-22 06:00', '707' ],
  [ '2015-09-22 09:00', '1,408' ] ] to sort of equal [ [ '2015-09-20 00:00', '6' ],
  [ '2015-09-20 01:00', '9' ],
  [ '2015-09-20 02:00', '22' ],
  [ '2015-09-20 03:00', '31' ],
  [ '2015-09-20 04:00', '52' ],
  [ '2015-09-20 05:00', '119' ],
  [ '2015-09-20 06:00', '181' ],
  [ '2015-09-20 07:00', '218' ],
  [ '2015-09-20 08:00', '341' ],
  [ '2015-09-20 09:00', '440' ],
  [ '2015-09-20 10:00', '480' ],
  [ '2015-09-20 11:00', '517' ],
  [ '2015-09-20 12:00', '522' ],
  [ '2015-09-20 13:00', '446' ],
  [ '2015-09-20 14:00', '403' ],
  [ '2015-09-20 15:00', '321' ],
  [ '2015-09-20 16:00', '258' ],
  [ '2015-09-20 17:00', '172' ],
  [ '2015-09-20 18:00', '95' ],
  [ '2015-09-20 19:00', '55' ] ]
    at Assertion.assert (packages/kbn-expect/expect.js:100:11)
    at Assertion.eql (packages/kbn-expect/expect.js:244:8)
    at Inspector.eql [as expectTableData] (test/functional/services/inspector.ts:95:23)
    at process._tickCallback (internal/process/next_tick.js:68:7)
  actual:
   '[\n  [\n    "2015-09-20 00:00"\n    "37"\n  ]\n  [\n    "2015-09-20 03:00"\n    "202"\n  ]\n  [\n    "2015-09-20 06:00"\n    "740"\n  ]\n  [\n    "2015-09-20 09:00"\n    "1,437"\n  ]\n  [\n    "2015-09-20 12:00"\n    "1,371"\n  ]\n  [\n    "2015-09-20 15:00"\n    "751"\n  ]\n  [\n    "2015-09-20 18:00"\n    "188"\n  ]\n  [\n    "2015-09-20 21:00"\n    "31"\n  ]\n  [\n    "2015-09-21 00:00"\n    "42"\n  ]\n  [\n    "2015-09-21 03:00"\n    "202"\n  ]\n  [\n    "2015-09-21 06:00"\n    "683"\n  ]\n  [\n    "2015-09-21 09:00"\n    "1,361"\n  ]\n  [\n    "2015-09-21 12:00"\n    "1,415"\n  ]\n  [\n    "2015-09-21 15:00"\n    "707"\n  ]\n  [\n    "2015-09-21 18:00"\n    "177"\n  ]\n  [\n    "2015-09-21 21:00"\n    "27"\n  ]\n  [\n    "2015-09-22 00:00"\n    "32"\n  ]\n  [\n    "2015-09-22 03:00"\n    "175"\n  ]\n  [\n    "2015-09-22 06:00"\n    "707"\n  ]\n  [\n    "2015-09-22 09:00"\n    "1,408"\n  ]\n]',
  expected:
   '[\n  [\n    "2015-09-20 00:00"\n    "6"\n  ]\n  [\n    "2015-09-20 01:00"\n    "9"\n  ]\n  [\n    "2015-09-20 02:00"\n    "22"\n  ]\n  [\n    "2015-09-20 03:00"\n    "31"\n  ]\n  [\n    "2015-09-20 04:00"\n    "52"\n  ]\n  [\n    "2015-09-20 05:00"\n    "119"\n  ]\n  [\n    "2015-09-20 06:00"\n    "181"\n  ]\n  [\n    "2015-09-20 07:00"\n    "218"\n  ]\n  [\n    "2015-09-20 08:00"\n    "341"\n  ]\n  [\n    "2015-09-20 09:00"\n    "440"\n  ]\n  [\n    "2015-09-20 10:00"\n    "480"\n  ]\n  [\n    "2015-09-20 11:00"\n    "517"\n  ]\n  [\n    "2015-09-20 12:00"\n    "522"\n  ]\n  [\n    "2015-09-20 13:00"\n    "446"\n  ]\n  [\n    "2015-09-20 14:00"\n    "403"\n  ]\n  [\n    "2015-09-20 15:00"\n    "321"\n  ]\n  [\n    "2015-09-20 16:00"\n    "258"\n  ]\n  [\n    "2015-09-20 17:00"\n    "172"\n  ]\n  [\n    "2015-09-20 18:00"\n    "95"\n  ]\n  [\n    "2015-09-20 19:00"\n    "55"\n  ]\n]',
  showDiff: true }

First failure: Jenkins Build

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

Pinging @elastic/kibana-test-triage (failed-test)

@flash1293 flash1293 added the Team:Visualizations Visualization editors, elastic-charts and infrastructure label Nov 12, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@flash1293 flash1293 self-assigned this Nov 12, 2019
@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

tylersmalley pushed a commit that referenced this issue Nov 12, 2019
#50290

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
@tylersmalley
Copy link
Contributor

Skipped in b0941df

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine kibanamachine reopened this Nov 13, 2019
@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@tylersmalley
Copy link
Contributor

Skipped

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

No branches or pull requests

4 participants