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

Reject Resize index requests. (i.e, split, shrink and… #12686

Merged
merged 12 commits into from
Apr 4, 2024

Merge branch 'main' of https://github.com/opensearch-project/OpenSear…

2789f8c
Select commit
Loading
Failed to load commit list.
Merged

Reject Resize index requests. (i.e, split, shrink and… #12686

Merge branch 'main' of https://github.com/opensearch-project/OpenSear…
2789f8c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 4, 2024 in 0s

71.54% (target 70.00%)

View this Pull Request on Codecov

71.54% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.54%. Comparing base (b15cb0c) to head (2789f8c).
Report is 132 commits behind head on main.

❗ Current head 2789f8c differs from pull request most recent head c99e50b. Consider uploading reports for the commit c99e50b to get more accurate results

Files Patch % Lines
...on/admin/indices/shrink/TransportResizeAction.java 46.15% 5 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12686      +/-   ##
============================================
+ Coverage     71.42%   71.54%   +0.12%     
- Complexity    59978    60474     +496     
============================================
  Files          4985     5025      +40     
  Lines        282275   284420    +2145     
  Branches      40946    41193     +247     
============================================
+ Hits         201603   203477    +1874     
- Misses        63999    64105     +106     
- Partials      16673    16838     +165     

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