Skip to content

Failing ES Promotion: apis management rollup jobs Index patterns should return the date, numeric and keyword fields when an index pattern matches indices #96002

@spalger

Description

@spalger

The new 8.0 ES snapshot is currently breaking this test:

https://kibana-ci.elastic.co/job/elasticsearch+snapshots+verify/2533/testReport/X-Pack%20API%20Integration%20Tests/x-pack_test_api_integration_apis_management_rollup_rollup%C2%B7js/apis_management_rollup_jobs_Index_patterns_should_return_the_date__numeric_and_keyword_fields_when_an_index_pattern_matches_indices/

Error: expected [ '_tier', 'testTagField' ] to sort of equal [ 'testTagField' ]
    at Assertion.assert (/dev/shm/workspace/parallel/19/kibana/node_modules/@kbn/expect/expect.js:100:11)
    at Assertion.eql (/dev/shm/workspace/parallel/19/kibana/node_modules/@kbn/expect/expect.js:244:8)
    at Context.<anonymous> (test/api_integration/apis/management/rollup/rollup.js:59:39)
    at Object.apply (/dev/shm/workspace/parallel/19/kibana/node_modules/@kbn/test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16) {
  actual: '[\n  "_tier"\n  "testTagField"\n]',
  expected: '[\n  "testTagField"\n]',
  showDiff: true
}

Likely broken by elastic/elasticsearch#69288, and probably just need to exclude or include this new meta field.

Skipped

master/8.0: 0cdf445

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions