Skip to content

Failing ES Promotion: visualize app area charts axis scaling does not scale top hit agg #64734

@tylersmalley

Description

@tylersmalley

This failure is preventing the promotion of the current Elasticsearch nightly snapshot.

master/8.0: https://kibana-ci.elastic.co/job/elasticsearch+snapshots+verify/597/

For more information on the Elasticsearch snapshot promotion process: https://www.elastic.co/guide/en/kibana/master/development-es-snapshots.html

  1) visualize app

         area charts
           axis scaling
             does not scale top hit agg:

      Error: expected [ [ '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', '' ] ] to sort of equal [ [ '2015-09-20 00:00', '6', '9.035KB' ],
  [ '2015-09-20 01:00', '9', '5.854KB' ],
  [ '2015-09-20 02:00', '22', '4.588KB' ],
  [ '2015-09-20 03:00', '31', '8.349KB' ],
  [ '2015-09-20 04:00', '52', '2.637KB' ],
  [ '2015-09-20 05:00', '119', '1.712KB' ],
  [ '2015-09-20 06:00', '181', '9.157KB' ],
  [ '2015-09-20 07:00', '218', '8.192KB' ],
  [ '2015-09-20 08:00', '341', '12.384KB' ],
  [ '2015-09-20 09:00', '440', '4.482KB' ],
  [ '2015-09-20 10:00', '480', '9.449KB' ],
  [ '2015-09-20 11:00', '517', '213B' ],
  [ '2015-09-20 12:00', '522', '638B' ],
  [ '2015-09-20 13:00', '446', '7.421KB' ],
  [ '2015-09-20 14:00', '403', '4.854KB' ],
  [ '2015-09-20 15:00', '321', '4.132KB' ],
  [ '2015-09-20 16:00', '258', '601B' ],
  [ '2015-09-20 17:00', '172', '4.239KB' ],
  [ '2015-09-20 18:00', '95', '6.272KB' ],
  [ '2015-09-20 19:00', '55', '2.053KB' ] ]
      + expected - actual

       [
         [
           "2015-09-20 00:00"
           "6"
      -    ""
      +    "9.035KB"
         ]
         [
           "2015-09-20 01:00"
           "9"
      -    ""
      +    "5.854KB"
         ]
         [
           "2015-09-20 02:00"
           "22"
      -    ""
      +    "4.588KB"
         ]
         [
           "2015-09-20 03:00"
           "31"
      -    ""
      +    "8.349KB"
         ]
         [
           "2015-09-20 04:00"
           "52"
      -    ""
      +    "2.637KB"
         ]
         [
           "2015-09-20 05:00"
           "119"
      -    ""
      +    "1.712KB"
         ]
         [
           "2015-09-20 06:00"
           "181"
      -    ""
      +    "9.157KB"
         ]
         [
           "2015-09-20 07:00"
           "218"
      -    ""
      +    "8.192KB"
         ]
         [
           "2015-09-20 08:00"
           "341"
      -    ""
      +    "12.384KB"
         ]
         [
           "2015-09-20 09:00"
           "440"
      -    ""
      +    "4.482KB"
         ]
         [
           "2015-09-20 10:00"
           "480"
      -    ""
      +    "9.449KB"
         ]
         [
           "2015-09-20 11:00"
           "517"
      -    ""
      +    "213B"
         ]
         [
           "2015-09-20 12:00"
           "522"
      -    ""
      +    "638B"
         ]
         [
           "2015-09-20 13:00"
           "446"
      -    ""
      +    "7.421KB"
         ]
         [
           "2015-09-20 14:00"
           "403"
      -    ""
      +    "4.854KB"
         ]
         [
           "2015-09-20 15:00"
           "321"
      -    ""
      +    "4.132KB"
         ]
         [
           "2015-09-20 16:00"
           "258"
      -    ""
      +    "601B"
         ]
         [
           "2015-09-20 17:00"
           "172"
      -    ""
      +    "4.239KB"
         ]
         [
           "2015-09-20 18:00"
           "95"
      -    ""
      +    "6.272KB"
         ]
         [
           "2015-09-20 19:00"
           "55"
      -    ""
      +    "2.053KB"
         ]
       ]

      at Assertion.assert (packages/kbn-expect/expect.js:100:11)
      at Assertion.eql (packages/kbn-expect/expect.js:244:8)
      at Inspector.expectTableData (test/functional/services/inspector.ts:95:23)
      at process._tickCallback (internal/process/next_tick.js:68:7)

           └- ✖ fail: "visualize app  area charts axis scaling does not scale top hit agg"

Metadata

Metadata

Assignees

Labels

Feature:AggregationsAggregation infrastructure (AggConfig, esaggs, ...)blockerbugFixes for quality problems that affect the customer experiencefailed-es-promotionimpact:highAddressing this issue will have a high level of impact on the quality/strength of our product.loe:smallSmall Level of Effortv8.0.0

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions