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] Support centralize snapshot creation #15569

Merged

backort PR#15602

a5679b2
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Support centralize snapshot creation #15569

backort PR#15602
a5679b2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 3, 2024 in 0s

71.52% (target 70.00%)

View this Pull Request on Codecov

71.52% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 23.24324% with 142 lines in your changes missing coverage. Please review.

Project coverage is 71.52%. Comparing base (ed675f8) to head (a5679b2).
Report is 9 commits behind head on 2.x.

Files with missing lines Patch % Lines
...ava/org/opensearch/snapshots/SnapshotsService.java 17.03% 107 Missing and 5 partials ⚠️
...ch/repositories/blobstore/BlobStoreRepository.java 17.64% 14 Missing ⚠️
...in/java/org/opensearch/snapshots/SnapshotInfo.java 51.85% 8 Missing and 5 partials ⚠️
.../org/opensearch/repositories/FilterRepository.java 0.00% 2 Missing ⚠️
...napshots/create/TransportCreateSnapshotAction.java 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #15569      +/-   ##
============================================
- Coverage     71.60%   71.52%   -0.09%     
+ Complexity    63801    63789      -12     
============================================
  Files          5240     5240              
  Lines        298603   298753     +150     
  Branches      43475    43495      +20     
============================================
- Hits         213819   213686     -133     
- Misses        66920    67191     +271     
- Partials      17864    17876      +12     

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