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(bigquery/storage/managedwriter): automatic retry for multiplex test #8601

Merged
merged 1 commit into from Sep 21, 2023

Commits on Sep 21, 2023

  1. fix(bigquery/storage/managedwriter): automatic retry for multiplex test

    In googleapis#8599 we caught a flake related to DeadlineExceeded errors.  This
    class of error is retriable, so we set the EnableWriteRetries option
    when constructing writers to address this.
    
    The DE was likely raised from the service side, as in this case the test
    ran for ~32s (deadline is 90) and normal execution time should be
    sub-10s.  This is also borne out by the problematic writes, which were
    both destined for the same table.
    
    Fixes: googleapis#8599
    shollyman committed Sep 21, 2023
    Copy the full SHA
    8e21c91 View commit details
    Browse the repository at this point in the history