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(storage): retry broken pipe error #10374

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Commits on Jun 12, 2024

  1. fix(storage): retry broken pipe error

    This is another retryable net.OpError that can arise when a
    connection has been closed. So far we've only seen this in
    TestRetryConformance cases rather than in customer issues, but
    there is no reason not to do a retry and we think it can cut
    down on flakes from this test.
    
    I'm going to do another PR to add this to google-api-go-client
    since it often occurs on uploads.
    
    Updates googleapis#9178
    tritone committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    85fd85b View commit details
    Browse the repository at this point in the history