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

[Tiered caching] Integrating IndicesRequestCache with CacheService controlled by a feature flag #12533

Merged
merged 9 commits into from
Mar 11, 2024

Fixing broken UTs

b046c6f
Select commit
Loading
Failed to load commit list.
Merged

[Tiered caching] Integrating IndicesRequestCache with CacheService controlled by a feature flag #12533

Fixing broken UTs
b046c6f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 7, 2024 in 0s

71.51% (target 70.00%)

View this Pull Request on Codecov

71.51% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.51%. Comparing base (11836d0) to head (b046c6f).
Report is 2 commits behind head on main.

Files Patch % Lines
.../opensearch/common/cache/service/CacheService.java 50.00% 0 Missing and 1 partial ⚠️
...arch/common/cache/store/OpenSearchOnHeapCache.java 90.90% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12533      +/-   ##
============================================
+ Coverage     71.32%   71.51%   +0.19%     
- Complexity    59887    60006     +119     
============================================
  Files          4982     4982              
  Lines        282152   282177      +25     
  Branches      40940    40940              
============================================
+ Hits         201239   201803     +564     
+ Misses        64187    63638     -549     
- Partials      16726    16736      +10     

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