Open jbudz opened 3 months ago
When a port is already taken, node scripts/es serverless will silently not start the container. No error logs appear to be available. This can make it difficult to debug why the container will not start.
node scripts/es serverless
To reproduce:
node scripts/es --serverless --projectType=es node scripts/functional_tests_server --config x-pack/test/api_integration/deployment_agnostic/oblt.serverless.config.ts
Pinging @elastic/kibana-operations (Team:Operations)
There's some WIP: https://github.com/elastic/kibana/pull/189231
When a port is already taken,
node scripts/es serverless
will silently not start the container. No error logs appear to be available. This can make it difficult to debug why the container will not start.To reproduce: