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

[Backport 2.x] Improve exception handling in S3BlobContainer synchronous operations #17056

Merged
merged 1 commit into from
Jan 20, 2025

Improve exception handling in S3BlobContainer synchronous operations …

d57ef2d
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Improve exception handling in S3BlobContainer synchronous operations #17056

Improve exception handling in S3BlobContainer synchronous operations …
d57ef2d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 20, 2025 in 1s

71.81% (target 70.00%)

View this Pull Request on Codecov

71.81% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 45.45455% with 6 lines in your changes missing coverage. Please review.

Project coverage is 71.81%. Comparing base (eee491f) to head (d57ef2d).
Report is 1 commits behind head on 2.x.

Files with missing lines Patch % Lines
...rg/opensearch/repositories/s3/S3BlobContainer.java 45.45% 5 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #17056      +/-   ##
============================================
- Coverage     71.93%   71.81%   -0.13%     
+ Complexity    65673    65576      -97     
============================================
  Files          5318     5318              
  Lines        305838   305846       +8     
  Branches      44601    44602       +1     
============================================
- Hits         219991   219629     -362     
- Misses        67505    67878     +373     
+ Partials      18342    18339       -3     

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