Skip to content

impl(storage): read_object() retries at start #2759

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

Merged
merged 3 commits into from
Jul 24, 2025

Conversation

coryan
Copy link
Collaborator

@coryan coryan commented Jul 23, 2025

Weave the retry options into the read_object() builder, so we can at least
retry the initial request. Resuming interrupted downloads will come in a future PR.

Part of the work for #2048

@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Jul 23, 2025
Copy link

codecov bot commented Jul 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.33%. Comparing base (4d7ed56) to head (91eeedb).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2759      +/-   ##
==========================================
+ Coverage   95.31%   95.33%   +0.02%     
==========================================
  Files          95       95              
  Lines        3928     3947      +19     
==========================================
+ Hits         3744     3763      +19     
  Misses        184      184              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Weave the retry options into the `read_object()` builder, so we can at least
retry the initial request. Resuming interrupted downloads will come in a future PR.
@coryan coryan force-pushed the impl-storage-retry-download-start branch from 562be23 to 6e4bee2 Compare July 24, 2025 12:03
@coryan coryan marked this pull request as ready for review July 24, 2025 12:28
@coryan coryan requested a review from a team as a code owner July 24, 2025 12:28
dbolduc
dbolduc previously approved these changes Jul 24, 2025
Copy link
Collaborator Author

@coryan coryan left a comment

Choose a reason for hiding this comment

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

PTAL

@coryan coryan merged commit 69dd6a5 into googleapis:main Jul 24, 2025
24 checks passed
@coryan coryan deleted the impl-storage-retry-download-start branch July 24, 2025 14:42
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