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

Use _list/indices API instead of _cat/index API in CatIndexTool #3243

Merged
merged 21 commits into from
Mar 12, 2025

Remove assert to ensure IT pass

1b5d510
Select commit
Loading
Failed to load commit list.
Merged

Use _list/indices API instead of _cat/index API in CatIndexTool #3243

Remove assert to ensure IT pass
1b5d510
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 11, 2025 in 0s

80.21% (-0.08%) compared to 7d1f002

View this Pull Request on Codecov

80.21% (-0.08%) compared to 7d1f002

Details

Codecov Report

Attention: Patch coverage is 81.01266% with 15 lines in your changes missing coverage. Please review.

Project coverage is 80.21%. Comparing base (7d1f002) to head (1b5d510).
Report is 13 commits behind head on main.

Files with missing lines Patch % Lines
.../org/opensearch/ml/engine/tools/ListIndexTool.java 80.51% 8 Missing and 7 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3243      +/-   ##
============================================
- Coverage     80.28%   80.21%   -0.08%     
- Complexity     6935     6993      +58     
============================================
  Files           610      615       +5     
  Lines         30296    30613     +317     
  Branches       3388     3443      +55     
============================================
+ Hits          24324    24557     +233     
- Misses         4510     4556      +46     
- Partials       1462     1500      +38     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.