Retry Google Auth transport failures - #2897
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Hi @medisean, Thanks for reaching out us! Please resolve all conflict checks. |
|
This pull request has been marked as stale because it has been inactive for 14 days with no activity. It will be closed in 2 days if no further activity occurs. |
|
This pull request was closed because it has been inactive for 16 days. Please reopen or submit a new PR if you need further assistance. Thanks! |
Fixes #2869\n\nSummary:\n- Treat Google Auth TransportError as transient when HttpRetryOptions is enabled.\n- Keep permanent RefreshError failures non-retryable.\n- Add retry predicate coverage.\n\nTests:\n- Python syntax compilation passed.\n- Pytest could not start because the google-auth dependency is unavailable.