Open
Description
https://github.com/jaegertracing/jaeger/actions/runs/11341694226/job/31567998272?pr=6091
The test is running this script: bash scripts/es-integration-test.sh elasticsearch 8.x v2
some errors that might explain
This one looks like there was a retry save that resulted in duplicate spans in the storage:
=== NAME TestElasticsearchStorage/GetTrace
integration.go:279:
Error Trace: /home/runner/work/jaeger/jaeger/plugin/storage/integration/integration.go:279
Error: Should be true
Test: TestElasticsearchStorage/GetTrace
trace_compare.go:66: Removed spans with duplicate span IDs; before=10, after=5
This one looks like the test might have started running before the index mappings were created:
2024-10-15T16:23:38.766Z error config/config.go:151 Elasticsearch part of bulk request failed {"kind": "extension", "name": "jaeger_storage", "map-key": "index", "response": {"_index":"jaeger-main-jaeger-service-2024-10-15","_id":"f0b7d270dd871f4","status":404,"error":{"type":"index_not_found_exception","reason":"no such index [jaeger-main-jaeger-service-2024-10-15]","resource.type":"index_or_alias","resource.id":"jaeger-main-jaeger-service-2024-10-15","index":"jaeger-main-jaeger-service-2024-10-15"}}}
github.com/jaegertracing/jaeger/pkg/es/config.NewClient.func2
/home/runner/work/jaeger/jaeger/pkg/es/config/config.go:151
Activity