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: Chrome UI Functional Tests.test/functional/apps/discover/group4/_data_view_edit·ts - discover/group4 data view flyout "after all" hook for "update data view with no time field" #201072

Open kibanamachine opened 1 day ago

kibanamachine commented 1 day ago

A test failed on a tracked branch

ResponseError: index_not_found_exception
    Root causes:
        index_not_found_exception: no such index [my-index-000003]
    at SniffingTransport._request (node_modules/@elastic/transport/src/Transport.ts:602:17)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at SniffingTransport.request (node_modules/@elastic/transport/src/Transport.ts:722:14)
    at Context.<anonymous> (_data_view_edit.ts:50:7)
    at Object.apply (wrap_function.js:74:16) {
  options: { redaction: { type: 'replace', additionalKeys: [] } },
  meta: {
    body: { error: [Object], status: 404 },
    statusCode: 404,
    headers: {
      'x-elastic-product': 'Elasticsearch',
      'content-type': 'application/json',
      'content-length': '419'
    },
    meta: {
      context: null,
      request: [Object],
      name: 'elasticsearch-js',
      connection: [Object],
      attempts: 0,
      aborted: false
    },
    warnings: null
  }
}

First failure: kibana-elasticsearch-snapshot-verify - main

elasticmachine commented 1 day ago

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