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] Ensure index templates are not applied to system indices #16518

Merged
merged 1 commit into from
Oct 29, 2024

Ensure index templates are not applied to system indices (#16418)

e1a86fa
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Ensure index templates are not applied to system indices #16518

Ensure index templates are not applied to system indices (#16418)
e1a86fa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 29, 2024 in 0s

71.85% (target 70.00%)

View this Pull Request on Codecov

71.85% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 71.85%. Comparing base (c26a49e) to head (e1a86fa).
Report is 4 commits behind head on 2.x.

Files with missing lines Patch % Lines
...h/cluster/metadata/MetadataCreateIndexService.java 25.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #16518      +/-   ##
============================================
+ Coverage     71.83%   71.85%   +0.02%     
- Complexity    65318    65379      +61     
============================================
  Files          5312     5312              
  Lines        304985   304994       +9     
  Branches      44436    44437       +1     
============================================
+ Hits         219079   219161      +82     
+ Misses        67609    67544      -65     
+ Partials      18297    18289       -8     

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