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

gh-117657: Log TSAN warnings to separate files and archive them #118747

Merged
merged 5 commits into from
May 10, 2024

Commits on May 7, 2024

  1. Log TSAN warnings to separate files and archive them

    This ensures we don't lose races that occur in subprocesses or interleave
    races from workers running in parallel.
    mpage committed May 7, 2024
    Configuration menu
    Copy the full SHA
    eeaf16c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    35c0ee3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6b4537 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a77f0b View commit details
    Browse the repository at this point in the history
  4. Always show logs

    mpage committed May 9, 2024
    Configuration menu
    Copy the full SHA
    30d578a View commit details
    Browse the repository at this point in the history