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): clone the defaultRetry to avoid modifying it directly #11533

Merged
merged 2 commits into from
Jan 30, 2025

Conversation

BrennaEpp
Copy link
Contributor

Fixes #11531

L1706 clones the struct since we are changing it on L1708

Also moved this code since it doesn't need to be done in the loop.

Fixes googleapis#11531

Also moved this code since it doesn't need to be done in the loop.
@BrennaEpp BrennaEpp requested review from a team as code owners January 30, 2025 02:44
@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Jan 30, 2025
@BrennaEpp BrennaEpp merged commit 7f8d69d into googleapis:main Jan 30, 2025
8 checks passed
@BrennaEpp BrennaEpp deleted the fix-retryclone branch January 30, 2025 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

storage: TestIntegration_NoUnicodeNormalization failed
2 participants