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

[testbed] Detect and fix data race at testbed integration test #30549

Merged
merged 6 commits into from
Jan 16, 2024

Commits on Jan 14, 2024

  1. Add sync.Mutex to read/write MockBackend startedAt var

    Signed-off-by: James Ryans <[email protected]>
    james-ryans committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    243c2e9 View commit details
    Browse the repository at this point in the history
  2. Add sync.Mutex to read/write LoadGenerator startedAt var

    Signed-off-by: James Ryans <[email protected]>
    james-ryans committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    6a61430 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43dc5f4 View commit details
    Browse the repository at this point in the history
  4. Get td.SpanCount() before batchTraces move the spans

    Signed-off-by: James Ryans <[email protected]>
    james-ryans committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    08e3302 View commit details
    Browse the repository at this point in the history
  5. Remove testbed data race detection by default

    Signed-off-by: James Ryans <[email protected]>
    james-ryans committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    5c7a08f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    951bc5e View commit details
    Browse the repository at this point in the history