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] [Tiered Caching] Make took time policy dynamic and add additional integ tests #13175

Merged

[Tiered Caching] Make took time policy dynamic and add additional int…

0d3ba03
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] [Tiered Caching] Make took time policy dynamic and add additional integ tests #13175

[Tiered Caching] Make took time policy dynamic and add additional int…
0d3ba03
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 12, 2024 in 0s

71.23% (target 70.00%)

View this Pull Request on Codecov

71.23% (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.23%. Comparing base (0dd892c) to head (0d3ba03).
Report is 130 commits behind head on 2.x.

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              @@
##                2.x   #13175      +/-   ##
============================================
- Coverage     71.28%   71.23%   -0.05%     
- Complexity    60145    60641     +496     
============================================
  Files          4957     5003      +46     
  Lines        282799   285293    +2494     
  Branches      41409    41713     +304     
============================================
+ Hits         201591   203234    +1643     
- Misses        64189    64846     +657     
- Partials      17019    17213     +194     

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