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] Add snapshot size to status response for shallow V2 snapshots #15573

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

Add version change todos and fix potential breaking changes

cefa0bc
Select commit
Loading
Failed to load commit list.
Open

[SnapshotV2] Add snapshot size to status response for shallow V2 snapshots #15573

Add version change todos and fix potential breaking changes
cefa0bc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 25, 2024 in 0s

72.01% (target 70.00%)

View this Pull Request on Codecov

72.01% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 52.38095% with 30 lines in your changes missing coverage. Please review.

Project coverage is 72.01%. Comparing base (036f6bc) to head (cefa0bc).
Report is 157 commits behind head on main.

Files with missing lines Patch % Lines
...in/java/org/opensearch/snapshots/SnapshotInfo.java 55.55% 6 Missing and 6 partials ⚠️
...admin/cluster/snapshots/status/SnapshotStatus.java 35.71% 8 Missing and 1 partial ⚠️
.../main/java/org/opensearch/cluster/ClusterInfo.java 45.45% 4 Missing and 2 partials ⚠️
...apshots/status/TransportSnapshotsStatusAction.java 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15573      +/-   ##
============================================
+ Coverage     71.92%   72.01%   +0.09%     
- Complexity    64400    64446      +46     
============================================
  Files          5281     5281              
  Lines        300995   301045      +50     
  Branches      43479    43492      +13     
============================================
+ Hits         216491   216802     +311     
+ Misses        66793    66432     -361     
- Partials      17711    17811     +100     

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