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

Fix Shallow copy snapshot failures on closed index #16868

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Adding UT

b0ea945
Select commit
Loading
Failed to load commit list.
Open

Fix Shallow copy snapshot failures on closed index #16868

Adding UT
b0ea945
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 19, 2024 in 1s

72.07% (target 70.00%)

View this Pull Request on Codecov

72.07% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 59.61538% with 21 lines in your changes missing coverage. Please review.

Project coverage is 72.07%. Comparing base (b5f651f) to head (b0ea945).

Files with missing lines Patch % Lines
...rg/opensearch/snapshots/SnapshotShardsService.java 55.17% 13 Missing ⚠️
...ch/repositories/blobstore/BlobStoreRepository.java 53.84% 4 Missing and 2 partials ⚠️
...in/java/org/opensearch/index/shard/IndexShard.java 80.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16868      +/-   ##
============================================
- Coverage     72.21%   72.07%   -0.14%     
+ Complexity    65335    65222     -113     
============================================
  Files          5318     5318              
  Lines        304081   304110      +29     
  Branches      43995    44001       +6     
============================================
- Hits         219578   219179     -399     
- Misses        66541    66973     +432     
+ Partials      17962    17958       -4     

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