elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.58k stars 8.09k forks source link

Failing ES Forward Compatibility: Default CI Group #18 / apis Machine Learning system field_caps all fields in index #188382

Closed mistic closed 1 month ago

mistic commented 1 month ago

X-Pack API Integration Tests x-pack/test/api_integration/apis/ml/indices/field_caps.ts

apis Machine Learning system field_caps all fields in index

This failure is preventing the ES 8.16 forward compatibility pipeline to proceed.

Error: Expected number of fields to be 22, but got 23
    at Assertion.assert (/opt/local-ssd/buildkite/builds/bk-agent-prod-gcp-1720850661100009879/elastic/kibana-es-forward-compatibility-testing/kibana/node_modules/@kbn/expect/expect.js:100:11)
    at Assertion.eql (/opt/local-ssd/buildkite/builds/bk-agent-prod-gcp-1720850661100009879/elastic/kibana-es-forward-compatibility-testing/kibana/node_modules/@kbn/expect/expect.js:244:8)
    at Context.<anonymous> (test/api_integration/apis/ml/indices/field_caps.ts:71:31)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.apply (/opt/local-ssd/buildkite/builds/bk-agent-prod-gcp-1720850661100009879/elastic/kibana-es-forward-compatibility-testing/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:78:16) {
  actual: '23',
  expected: '22',
  showDiff: true
}
elasticmachine commented 1 month ago

Pinging @elastic/ml-ui (:ml)

mistic commented 1 month ago

Skipped.

7.17: 4f88cd3

walterra commented 1 month ago

PR with a fix is up here: https://github.com/elastic/kibana/pull/188309

Removing the blocker label, it still works as intended.