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] Making took time policy dynamic and adding additional IT tests #13063

Merged
merged 7 commits into from
Apr 11, 2024

Merge branch 'main' into policy_dynamic_setting

425311c
Select commit
Loading
Failed to load commit list.
Merged

[Tiered Caching] Making took time policy dynamic and adding additional IT tests #13063

Merge branch 'main' into policy_dynamic_setting
425311c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 11, 2024 in 0s

71.52% (target 70.00%)

View this Pull Request on Codecov

71.52% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.52%. Comparing base (b15cb0c) to head (425311c).
Report is 153 commits behind head on main.

Files Patch % Lines
...search/cache/common/tier/TieredSpilloverCache.java 87.50% 3 Missing and 1 partial ⚠️
...opensearch/cache/common/policy/TookTimePolicy.java 75.00% 1 Missing ⚠️
.../cache/common/tier/TieredSpilloverCachePlugin.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13063      +/-   ##
============================================
+ Coverage     71.42%   71.52%   +0.10%     
- Complexity    59978    60498     +520     
============================================
  Files          4985     5030      +45     
  Lines        282275   284721    +2446     
  Branches      40946    41233     +287     
============================================
+ Hits         201603   203642    +2039     
- Misses        63999    64224     +225     
- Partials      16673    16855     +182     

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