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

Finalize object for any error in buffered writes flow #2948

Merged
merged 4 commits into from
Jan 29, 2025

Conversation

ashmeenkaur
Copy link
Collaborator

Description

We were finalizing only for upload failure and out of order writes but it makes sense to finalize the object in case of any failure.

Link to the issue in case of a bug fix.

b/392834488

Testing details

  1. Manual - NA
  2. Unit tests - added
  3. Integration tests - NA

@ashmeenkaur ashmeenkaur marked this pull request as ready for review January 28, 2025 13:30
@ashmeenkaur ashmeenkaur requested a review from a team as a code owner January 28, 2025 13:30
@ashmeenkaur ashmeenkaur requested review from ankitaluthra1 and vadlakondaswetha and removed request for ankitaluthra1 January 28, 2025 13:30
@kislaykishore kislaykishore requested review from a team, gargnitingoogle, BrennaEpp and tritone and removed request for a team, gargnitingoogle and BrennaEpp January 28, 2025 13:30
Copy link

codecov bot commented Jan 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.29%. Comparing base (cce2741) to head (8859e83).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2948      +/-   ##
==========================================
+ Coverage   75.22%   75.29%   +0.07%     
==========================================
  Files         125      125              
  Lines       17669    17668       -1     
==========================================
+ Hits        13292    13304      +12     
+ Misses       3813     3803      -10     
+ Partials      564      561       -3     
Flag Coverage Δ
unittests 75.29% <100.00%> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@ashmeenkaur ashmeenkaur merged commit 25d2b98 into master Jan 29, 2025
12 checks passed
@ashmeenkaur ashmeenkaur deleted the finalize-object-for-any-error branch January 29, 2025 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants