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: Fix BlobReader handling of interleaved reads and seeks #721

Merged
merged 3 commits into from Mar 11, 2022

Conversation

aabbccddeeffgghhii1438
Copy link
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #462 🦕

@google-cla
Copy link

google-cla bot commented Mar 2, 2022

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).

For more information, open the CLA check for this pull request.

@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/python-storage API. label Mar 2, 2022
@andrewsg andrewsg self-assigned this Mar 11, 2022
Copy link
Contributor

@andrewsg andrewsg left a comment

Choose a reason for hiding this comment

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

Thank you for your valuable contribution and especially for adding the test. I can see the problem was due to an inconsistent usage of reader._pos between the read and seek methods. I have one suggestion, which will fix the DeprecationWarnings in pytest output.

tests/unit/test_fileio.py Outdated Show resolved Hide resolved
@andrewsg andrewsg changed the title Patch reader seek fix: Fix BlobReader handling of interleaved reads and seeks Mar 11, 2022
Copy link
Contributor

@andrewsg andrewsg left a comment

Choose a reason for hiding this comment

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

Thank you! Will merge once system tests are complete.

@andrewsg andrewsg added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 11, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 11, 2022
@andrewsg andrewsg merged commit 5d1cfd2 into googleapis:main Mar 11, 2022
@aabbccddeeffgghhii1438 aabbccddeeffgghhii1438 deleted the patch_reader_seek branch March 11, 2022 05:58
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 googleapis/python-storage API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BlobReader not buffering properly.
3 participants