Skip to content

Conversation

@v-pratap
Copy link
Contributor

@v-pratap v-pratap commented Jun 12, 2025

This change will only allow transformation from write_obejct_spec to append_object_spec when error has write handle, because the failure without write handle needs write_object_spec as input for retry.


This change is Reviewable

@v-pratap v-pratap requested review from a team as code owners June 12, 2025 14:08
@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Jun 12, 2025
@codecov
Copy link

codecov bot commented Jun 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.94%. Comparing base (a2dc298) to head (b1a89d1).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15224      +/-   ##
==========================================
- Coverage   92.94%   92.94%   -0.01%     
==========================================
  Files        2394     2394              
  Lines      215552   215592      +40     
==========================================
+ Hits       200345   200382      +37     
- Misses      15207    15210       +3     

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

@v-pratap v-pratap force-pushed the add-unit-test-fastbyte-03 branch from b6b6ff5 to c298039 Compare June 16, 2025 04:14
@v-pratap v-pratap requested a review from bajajneha27 June 16, 2025 05:28
Copy link
Member

@scotthart scotthart left a comment

Choose a reason for hiding this comment

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

Reviewable status: 0 of 5 files reviewed, all discussions resolved (waiting on @ddelgrosso1)


google/cloud/storage/internal/async/handle_redirect_error.cc line 28 at r3 (raw file):

  for (auto const& rpc_status_detail : rpc_status.details()) {
    google::storage::v2::BidiWriteObjectRedirectedError error =
        google::storage::v2::BidiWriteObjectRedirectedError{};

google::storage::v2::BidiWriteObjectRedirectedError error;

Code quote:

    google::storage::v2::BidiWriteObjectRedirectedError error =
        google::storage::v2::BidiWriteObjectRedirectedError{};

@v-pratap v-pratap merged commit 3758a0a into googleapis:main Jun 18, 2025
78 of 79 checks passed
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.

4 participants