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

Retry remote state download while bootstrap #15950

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

Fix integ test

440c131
Select commit
Loading
Failed to load commit list.
Open

Retry remote state download while bootstrap #15950

Fix integ test
440c131
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 17, 2024 in 0s

71.68% (target 70.00%)

View this Pull Request on Codecov

71.68% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.68%. Comparing base (92d7fe8) to head (440c131).
Report is 15 commits behind head on main.

Files with missing lines Patch % Lines
.../java/org/opensearch/gateway/GatewayMetaState.java 75.00% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15950      +/-   ##
============================================
- Coverage     71.90%   71.68%   -0.23%     
+ Complexity    64216    64112     -104     
============================================
  Files          5272     5277       +5     
  Lines        300597   300708     +111     
  Branches      43440    43451      +11     
============================================
- Hits         216151   215567     -584     
- Misses        66680    67385     +705     
+ Partials      17766    17756      -10     

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