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

[SnapshotV2] Support centralize snapshot creation #15124

Merged
merged 35 commits into from
Aug 28, 2024

Add pinned timestamp setting in integ tests

fb48a2d
Select commit
Loading
Failed to load commit list.
Merged

[SnapshotV2] Support centralize snapshot creation #15124

Add pinned timestamp setting in integ tests
fb48a2d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 28, 2024 in 0s

72.02% (target 70.00%)

View this Pull Request on Codecov

72.02% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 26.41509% with 117 lines in your changes missing coverage. Please review.

Project coverage is 72.02%. Comparing base (c771bdd) to head (fb48a2d).

Files Patch % Lines
...ava/org/opensearch/snapshots/SnapshotsService.java 19.37% 100 Missing and 4 partials ⚠️
...in/java/org/opensearch/snapshots/SnapshotInfo.java 47.82% 7 Missing and 5 partials ⚠️
...napshots/create/TransportCreateSnapshotAction.java 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15124      +/-   ##
============================================
+ Coverage     71.95%   72.02%   +0.07%     
- Complexity    63286    63408     +122     
============================================
  Files          5225     5225              
  Lines        296215   296350     +135     
  Branches      42788    42809      +21     
============================================
+ Hits         213133   213447     +314     
+ Misses        65559    65412     -147     
+ Partials      17523    17491      -32     

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