Skip to content

Retry Google Auth transport failures - #2897

Closed
medisean wants to merge 1 commit into
googleapis:mainfrom
medisean:codex/retry-google-auth-transport
Closed

Retry Google Auth transport failures#2897
medisean wants to merge 1 commit into
googleapis:mainfrom
medisean:codex/retry-google-auth-transport

Conversation

@medisean

Copy link
Copy Markdown

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.

@google-cla

google-cla Bot commented Aug 23, 2026

Copy link
Copy Markdown

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.

@Venkaiahbabuneelam Venkaiahbabuneelam self-assigned this Aug 25, 2026
@Venkaiahbabuneelam Venkaiahbabuneelam added the size:S Code changes < 10 lines label Aug 25, 2026
@Venkaiahbabuneelam

Copy link
Copy Markdown

Hi @medisean, Thanks for reaching out us!

Please resolve all conflict checks.
Thanks

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

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.

@github-actions

Copy link
Copy Markdown

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!

@github-actions github-actions Bot closed this Sep 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

google.auth.exceptions.TransportError is not retried despite HttpRetryOptions

2 participants