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] Snapshot _status API to return correct status for partial snapshots (#12812) #13260

Merged
merged 3 commits into from
Apr 17, 2024

Updated CHANGELOG.md

a1323f3
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Snapshot _status API to return correct status for partial snapshots (#12812) #13260

Updated CHANGELOG.md
a1323f3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 17, 2024 in 1s

71.15% (target 70.00%)

View this Pull Request on Codecov

71.15% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.15%. Comparing base (0dd892c) to head (a1323f3).
Report is 151 commits behind head on 2.x.

Files Patch % Lines
...va/org/opensearch/cluster/SnapshotsInProgress.java 50.00% 2 Missing and 1 partial ⚠️
...apshots/status/TransportSnapshotsStatusAction.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #13260      +/-   ##
============================================
- Coverage     71.28%   71.15%   -0.13%     
- Complexity    60145    60615     +470     
============================================
  Files          4957     5004      +47     
  Lines        282799   285411    +2612     
  Branches      41409    41729     +320     
============================================
+ Hits         201591   203083    +1492     
- Misses        64189    65210    +1021     
- Partials      17019    17118      +99     

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