elastic / kibana

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

Failing test: Interactive Setup API Integration Tests (Manual configuration flow).test/interactive_setup_api_integration/tests/manual_configuration_flow·ts - Interactive setup APIs - Manual configuration flow should be able to configure with valid authentication code #192721

Closed kibanamachine closed 4 days ago

kibanamachine commented 5 days ago

A test failed on a tracked branch

Error: expected 204 "No Content", got 400 "Bad Request"
    at Context.apply (manual_configuration_flow.ts:120:10)
    at Object.apply (wrap_function.js:74:30)
----
    at Test._assertStatus (node_modules/supertest/lib/test.js:252:14)
    at /opt/buildkite-agent/builds/bk-agent-prod-gcp-1726148692669619131/elastic/kibana-elasticsearch-snapshot-verify/kibana/node_modules/supertest/lib/test.js:308:13
    at Test._assertFunction (node_modules/supertest/lib/test.js:285:13)
    at Test.assert (node_modules/supertest/lib/test.js:164:23)
    at localAssert (node_modules/supertest/lib/test.js:120:14)
    at fn (node_modules/supertest/lib/test.js:125:7)
    at Test.callback (node_modules/superagent/src/node/index.js:899:3)
    at fn (node_modules/superagent/src/node/index.js:1165:18)
    at IncomingMessage.<anonymous> (node_modules/superagent/src/node/parsers/json.js:19:7)
    at IncomingMessage.emit (node:events:531:35)
    at endReadableNT (node:internal/streams/readable:1696:12)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)

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

elasticmachine commented 5 days ago

Pinging @elastic/kibana-security (Team:Security)

kibanamachine commented 5 days ago

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

jeramysoucy commented 4 days ago

Failure was due to elasticsearch being updated to version 9. Kibana in at version 9 now so the version mismatch is resolved.