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

Implement interface changes for s3 plugin to read/write blob with obj… #13113

Merged

rename BlobDownloadResponse to FetchBlobResults

349c1c0
Select commit
Loading
Failed to load commit list.
Merged

Implement interface changes for s3 plugin to read/write blob with obj… #13113

rename BlobDownloadResponse to FetchBlobResults
349c1c0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 11, 2024 in 0s

71.50% (target 70.00%)

View this Pull Request on Codecov

71.50% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 60.00000% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 71.50%. Comparing base (b15cb0c) to head (349c1c0).
Report is 151 commits behind head on main.

❗ Current head 349c1c0 differs from pull request most recent head d454a2c. Consider uploading reports for the commit d454a2c to get more accurate results

Files Patch % Lines
...rg/opensearch/repositories/s3/S3BlobContainer.java 68.75% 4 Missing and 1 partial ⚠️
...ch/repositories/s3/async/AsyncTransferManager.java 25.00% 1 Missing and 2 partials ⚠️
...nsearch/repositories/s3/S3RetryingInputStream.java 50.00% 1 Missing ⚠️
...g/opensearch/common/blobstore/FetchBlobResult.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13113      +/-   ##
============================================
+ Coverage     71.42%   71.50%   +0.08%     
- Complexity    59978    60505     +527     
============================================
  Files          4985     5027      +42     
  Lines        282275   284600    +2325     
  Branches      40946    41219     +273     
============================================
+ Hits         201603   203515    +1912     
- Misses        63999    64261     +262     
- Partials      16673    16824     +151     

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