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

chore(storage): fix gRPC reader size/remain logic #4662

Merged
merged 3 commits into from Aug 23, 2021

Conversation

tritone
Copy link
Contributor

@tritone tritone commented Aug 23, 2021

Correctly sets the size to the size of the whole object and
remain to the number of bytes to be read. Adds checks for
Size and Remain to the integration tests.

I used "chore" because this is still experimental, non-exported
code.

Correctly sets the size to the size of the whole object and
remain to the number of bytes to be read. Adds checks for
Size and Remain to the integration tests.

I used "chore" because this is still experimental, non-exported
code.
@tritone tritone requested a review from a team August 23, 2021 07:14
@tritone tritone requested a review from a team as a code owner August 23, 2021 07:14
@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Aug 23, 2021
@tritone tritone requested a review from noahdietz August 23, 2021 07:14
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 23, 2021
Copy link
Contributor

@noahdietz noahdietz left a comment

Choose a reason for hiding this comment

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

LGTM thank you for fixing this

@noahdietz noahdietz added the automerge Merge the pull request once unit tests and other checks pass. label Aug 23, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit bc966a3 into googleapis:master Aug 23, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Aug 23, 2021
@tritone tritone deleted the size-fix branch August 23, 2021 16:47
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. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants