Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ES integration test race conditions
This change fixes two issues in ES integration tests: 1. Prevents index not found exceptions by proper index readiness checks 2. Prevents duplicate span detection issues The solution uses sync.Map for thread-safe: - Index existence caching - Span tracking Fixes jaegertracing#6094 Signed-off-by: ayush-gupta-dev <[email protected]>
- Loading branch information