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] Bug fix for IndicesRequestCache StaleKey management #13070

Merged

address bug & add tests

581ea2a
Select commit
Loading
Failed to load commit list.
Merged

[Tiered Caching] Bug fix for IndicesRequestCache StaleKey management #13070

address bug & add tests
581ea2a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 24, 2024 in 0s

71.46% (target 70.00%)

View this Pull Request on Codecov

71.46% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.46%. Comparing base (b15cb0c) to head (581ea2a).
Report is 215 commits behind head on main.

Files Patch % Lines
...va/org/opensearch/indices/IndicesRequestCache.java 95.65% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13070      +/-   ##
============================================
+ Coverage     71.42%   71.46%   +0.04%     
- Complexity    59978    60730     +752     
============================================
  Files          4985     5044      +59     
  Lines        282275   285688    +3413     
  Branches      40946    41371     +425     
============================================
+ Hits         201603   204155    +2552     
- Misses        63999    64659     +660     
- Partials      16673    16874     +201     

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