elastic / kibana

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

[FAILS ON MKI] [API INTEGRATION] x-pack/test_serverless/api_integration/test_suites/common/index_management/settings.ts #187369

Open wayneseymour opened 3 days ago

wayneseymour commented 3 days ago

Summary

While working on https://github.com/elastic/kibana/pull/184105 these tests fail against mki and in pr ci.

Recommend they be dropped entirely or re-worked for serverless. The errors all seem to be related to serverless.

The test will be entirely skipped on mki, and the following errors will be skipped entirely

Errors

0 passing (2.6s)
2 failing

1)    Serverless Index Management APIs
       settings
         should fetch an index settings:

      TypeError: Cannot read properties of undefined (reading 'provided_name')
       at Context.<anonymous> (settings.ts:40:34)
       at processTicksAndRejections (node:internal/process/task_queues:95:5)
       at Object.apply (wrap_function.js:73:16)

2)    Serverless Index Management APIs
       settings
         should update an index settings:

      TypeError: Cannot read properties of undefined (reading 'number_of_replicas')
       at Context.<anonymous> (settings.ts:110:35)
       at processTicksAndRejections (node:internal/process/task_queues:95:5)
       at Object.apply (wrap_function.js:73:16)
elasticmachine commented 3 days ago

Pinging @elastic/kibana-management (Team:Kibana Management)