Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix es integration test 6094 #6157

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 3, 2024

  1. 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]>
    madmecodes committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    50eeed3 View commit details
    Browse the repository at this point in the history
  2. 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]>
    madmecodes committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    8af7455 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/main' into fix-es-integration-…

    …test-6094
    
    Signed-off-by: ayush-gupta-dev <[email protected]>
    madmecodes committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    8645edf View commit details
    Browse the repository at this point in the history