Skip to content

fix(storage): disable gax retries for gRPC#9747

Merged
gcf-merge-on-green[bot] merged 4 commits into
googleapis:mainfrom
tritone:retry-never-test
Apr 11, 2024
Merged

fix(storage): disable gax retries for gRPC#9747
gcf-merge-on-green[bot] merged 4 commits into
googleapis:mainfrom
tritone:retry-never-test

Conversation

@tritone
Copy link
Copy Markdown
Contributor

@tritone tritone commented Apr 11, 2024

All gRPC ops are retried as needed at the handwritten layer. Disable gax retries.

All gRPC ops are retried as needed at the handwritten layer.
Disable gax retries.
@tritone tritone requested review from a team April 11, 2024 03:24
@product-auto-label product-auto-label Bot added the api: storage Issues related to the Cloud Storage API. label Apr 11, 2024
@tritone
Copy link
Copy Markdown
Contributor Author

tritone commented Apr 11, 2024

It looks like this exposed a bunch of conformance test failures; I'm going to fix and update.

@tritone
Copy link
Copy Markdown
Contributor Author

tritone commented Apr 11, 2024

It looks like this exposed a bunch of conformance test failures; I'm going to fix and update.

Okay, this was only because of a change in how things that are unimplemented in the testbench are handled in the retry test framework. I fixed this and all tests now pass.

Copy link
Copy Markdown
Contributor

@BrennaEpp BrennaEpp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One suggestion that doesn't change the functionality, otherwise LGTM.

We should also look into dropping withGAXOptions.

Comment thread storage/client_test.go Outdated
@tritone tritone added the automerge Merge the pull request once unit tests and other checks pass. label Apr 11, 2024
@gcf-merge-on-green gcf-merge-on-green Bot merged commit bbfc0ac into googleapis:main Apr 11, 2024
@gcf-merge-on-green gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label Apr 11, 2024
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.

2 participants