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 ES Promotion: apis management rollup jobs Index patterns should return the date, numeric and keyword fields when an index pattern matches indices #96002

Closed
spalger opened this issue Mar 31, 2021 · 4 comments · Fixed by #96071
Labels
blocker failed-es-promotion Feature:Rollups skipped-test Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more v8.0.0

Comments

@spalger
Copy link
Contributor

spalger commented Mar 31, 2021

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

@spalger spalger added blocker v8.0.0 Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more skipped-test Feature:Rollups failed-es-promotion labels Mar 31, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

@alisonelizabeth
Copy link
Contributor

Fix has been merged to master only.

@spalger spalger reopened this Apr 7, 2021
@spalger
Copy link
Contributor Author

spalger commented Apr 7, 2021

elastic/elasticsearch#69288 has been backported so time to skip and fix in 7.x

Skipped in 7.x/7.13: 67d428f

spalger added a commit that referenced this issue Apr 7, 2021
@alisonelizabeth
Copy link
Contributor

Fix has been backported and merged (#96508) so I think it's safe to close this one now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker failed-es-promotion Feature:Rollups skipped-test Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more v8.0.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants