elastic / kibana

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

Failing test: Serverless Security Examples Functional Tests.x-pack/test_serverless/functional/test_suites/common/examples/unified_field_list_examples/existing_fields·ts - Serverless Common UI - Examples Unified Field List Examples Fields existence info existence should find which fields exist in the sample documents #172781

Closed kibanamachine closed 9 months ago

kibanamachine commented 11 months ago

A test failed on a tracked branch

Error: expected [ 'data_view_runtime_field',
  'filter_field',
  'mapping_runtime_field',
  'textfield1',
  'textfield2',
  'ts' ] to sort of equal [ '_id',
  '_index',
  '_score',
  'data_view_runtime_field',
  'filter_field',
  'mapping_runtime_field',
  'textfield1',
  'textfield2',
  'ts' ]
    at Assertion.assert (expect.js:100:11)
    at Assertion.eql (expect.js:244:8)
    at Context.<anonymous> (existing_fields.ts:99:41)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.apply (wrap_function.js:73:16) {
  actual: '[\n' +
    '  "data_view_runtime_field"\n' +
    '  "filter_field"\n' +
    '  "mapping_runtime_field"\n' +
    '  "textfield1"\n' +
    '  "textfield2"\n' +
    '  "ts"\n' +
    ']',
  expected: '[\n' +
    '  "_id"\n' +
    '  "_index"\n' +
    '  "_score"\n' +
    '  "data_view_runtime_field"\n' +
    '  "filter_field"\n' +
    '  "mapping_runtime_field"\n' +
    '  "textfield1"\n' +
    '  "textfield2"\n' +
    '  "ts"\n' +
    ']',
  showDiff: true
}

First failure: CI Build - main

elasticmachine commented 11 months ago

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

kibanamachine commented 11 months ago

New failure: CI Build - main

mistic commented 11 months ago

Skipped.

main: 2f76500

kibanamachine commented 9 months ago

New failure: CI Build - main

mistic commented 9 months ago

Skipped.

main: 5b83fe3

kibanamachine commented 9 months ago

New failure: CI Build - main