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

Move testTracer struct in tracingtest package and reuse it #3322

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 25, 2024

  1. Move testTracer struct in tracingtest package and reuse it

    Signed-off-by: Roman Zavodskikh <[email protected]>
    Roman Zavodskikh committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    22b8bfe View commit details
    Browse the repository at this point in the history
  2. minor: refactored MockTracer struct

    Signed-off-by: Roman Zavodskikh <[email protected]>
    Roman Zavodskikh committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    adf38fc View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Removed all direct mocktracer.New() calls and explicit waits for fini…

    …shed spans
    
    Signed-off-by: Roman Zavodskikh <[email protected]>
    Roman Zavodskikh committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4738392 View commit details
    Browse the repository at this point in the history
  2. minor: replace all interface{}'s with any

    Signed-off-by: Roman Zavodskikh <[email protected]>
    Roman Zavodskikh committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d19f2c3 View commit details
    Browse the repository at this point in the history