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

kv: deflake raceTransport after pass-by-ref BatchRequest #91031

Merged

Commits on Oct 31, 2022

  1. kv: deflake raceTransport after pass-by-ref BatchRequest

    This commit fixes the broken compilation of `raceTransport`, which
    was broken by e822649. That commit made its way through CI without
    triggering a race build with the silent log:
    `changed many packages; skipping race detector tests`
    
    This commit also fixes a few tests that now fail under race due to the
    `raceTransport` by shallow cloning the BatchRequest before mutation in
    the `DistSender.sendToReplicas` and `TracingInternalClient.Batch`.
    
    Epic: None
    
    Release note: None
    nvanbenschoten committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    6e98b39 View commit details
    Browse the repository at this point in the history