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

storage: investigate google.golang.org/api issue #7410

Closed
codyoss opened this issue Feb 10, 2023 · 0 comments · Fixed by googleapis/google-api-go-client#1856
Closed

storage: investigate google.golang.org/api issue #7410

codyoss opened this issue Feb 10, 2023 · 0 comments · Fixed by googleapis/google-api-go-client#1856
Assignees
Labels
api: storage Issues related to the Cloud Storage API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@codyoss
Copy link
Member

codyoss commented Feb 10, 2023

Bumping causes TestIndefiniteRetries to fail. May be related to googleapis/google-api-go-client#1802

@codyoss codyoss added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. api: storage Issues related to the Cloud Storage API. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Feb 10, 2023
@codyoss codyoss self-assigned this Feb 10, 2023
codyoss added a commit to codyoss/google-api-go-client that referenced this issue Feb 13, 2023
quitAfterTimer should only be closed when function breaks or
returns as it is created outside of the for loop. Tested with
local replacing and fixes failing TestIndefiniteRetries test with
the patch.

Fixes: googleapis/google-cloud-go#7410
codyoss added a commit to googleapis/google-api-go-client that referenced this issue Feb 13, 2023
quitAfterTimer should only be closed when function breaks or
returns as it is created outside of the for loop. Tested with
local replacing and fixes failing TestIndefiniteRetries test with
the patch.

Updates: googleapis/google-cloud-go#7410
codyoss added a commit to codyoss/google-cloud-go that referenced this issue Feb 13, 2023
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. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant