elastic / kibana

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

Failing test: Serverless Observability API Integration Tests.x-pack/test_serverless/api_integration/test_suites/observability/apm_api_integration/service_maps/service_maps·ts - Serverless observability API APM Service maps "before all" hook for "returns service map elements" #189195

Closed kibanamachine closed 2 weeks ago

kibanamachine commented 3 months ago

A test failed on a tracked branch

Error: Failed to fetch latest APM package version, received HTTP 500 and message: '502 Bad Gateway' error response from package registry at https://epr.elastic.co/package/apm/8.16.0-SNAPSHOT/
    at ApmSynthtraceKibanaClient.fetchLatestApmPackageVersion (apm_synthtrace_kibana_client.ts:42:13)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at getSynthtraceEsClient (synthtrace.ts:18:25)
    at Context.<anonymous> (service_maps.ts:30:28)
    at Object.apply (wrap_function.js:73:16)

First failure: kibana-on-merge - main

elasticmachine commented 3 months ago

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

MiriamAparicio commented 2 weeks ago

This is a known issue, there was the idea to consider pinning an apm package version and bundling it as a fallback in case it doesn't exist.

MiriamAparicio commented 2 weeks ago

Created an issue to fix this https://github.com/elastic/kibana/issues/195436

MiriamAparicio commented 2 weeks ago

This PR hopefully will fix this https://github.com/elastic/kibana/issues/195436