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

[test-failed]: Chrome UI Functional Tests1.test/functional/apps/visualize/_chart_types·ts - visualize app chart types should show the correct agg based chart types #91242

Closed
liza-mae opened this issue Feb 11, 2021 · 3 comments · Fixed by #94968
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Visualizations Visualization editors, elastic-charts and infrastructure test-cloud

Comments

@liza-mae
Copy link
Contributor

Version: 7.11.1
Class: Chrome UI Functional Tests1.test/functional/apps/visualize/_chart_types·ts
Stack Trace:

Error: expected [ 'Area',
 'Coordinate Map',
 'Data table',
 'Gauge',
 'Goal',
 'Heat map',
 'Horizontal bar',
 'Line',
 'Metric',
 'Pie',
 'Region Map',
 'Tag cloud',
 'Timelion',
 'Vertical bar' ] to sort of equal [ 'Area',
 'Data table',
 'Gauge',
 'Goal',
 'Heat map',
 'Horizontal bar',
 'Line',
 'Metric',
 'Pie',
 'Tag cloud',
 'Timelion',
 'Vertical bar' ]
   at Assertion.assert (packages/kbn-expect/expect.js:100:11)
   at Assertion.eql (packages/kbn-expect/expect.js:244:8)
   at Context.<anonymous> (test/functional/apps/visualize/_chart_types.ts:70:29)
   at runMicrotasks (<anonymous>)
   at processTicksAndRejections (internal/process/task_queues.js:93:5)
   at Object.apply (packages/kbn-test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16) {
 actual: '[\n' +
   '  "Area"\n' +
   '  "Coordinate Map"\n' +
   '  "Data table"\n' +
   '  "Gauge"\n' +
   '  "Goal"\n' +
   '  "Heat map"\n' +
   '  "Horizontal bar"\n' +
   '  "Line"\n' +
   '  "Metric"\n' +
   '  "Pie"\n' +
   '  "Region Map"\n' +
   '  "Tag cloud"\n' +
   '  "Timelion"\n' +
   '  "Vertical bar"\n' +
   ']',
 expected: '[\n' +
   '  "Area"\n' +
   '  "Data table"\n' +
   '  "Gauge"\n' +
   '  "Goal"\n' +
   '  "Heat map"\n' +
   '  "Horizontal bar"\n' +
   '  "Line"\n' +
   '  "Metric"\n' +
   '  "Pie"\n' +
   '  "Tag cloud"\n' +
   '  "Timelion"\n' +
   '  "Vertical bar"\n' +
   ']',
 showDiff: true
}

Other test failures:

Test Report: https://internal-ci.elastic.co/view/Stack%20Tests/job/elastic+estf-cloud-kibana-tests/1329/testReport/

@liza-mae liza-mae added failed-test A test failure on a tracked branch, potentially flaky-test test-cloud [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation labels Feb 11, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-gis (Team:Geo)

@liza-mae liza-mae added Team:Visualizations Visualization editors, elastic-charts and infrastructure and removed [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation labels Feb 11, 2021
@elasticmachine
Copy link
Contributor

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

@stratoula
Copy link
Contributor

stratoula commented Feb 17, 2021

This test fails due to this change https://github.com/elastic/elastic-stack-testing/pull/791 in order other cloud tests to be fixed. We synced offline with @liza-mae and @thomasneirynck and we decided to first move all the tests that require xpack.maps.showMapVisualizationTypes: true on other test suite (#89928) and then revert the cloud config change. This will solve the failing test.

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

Successfully merging a pull request may close this issue.

3 participants