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] Stats rework (1/3): Interfaces and implementations for individual tiers #12531

Merged
merged 82 commits into from
Apr 12, 2024

Improves code coverage

54e12a3
Select commit
Loading
Failed to load commit list.
Merged

[Tiered Caching] Stats rework (1/3): Interfaces and implementations for individual tiers #12531

Improves code coverage
54e12a3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 12, 2024 in 0s

71.62% (target 70.00%)

View this Pull Request on Codecov

71.62% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.62%. Comparing base (b15cb0c) to head (54e12a3).
Report is 158 commits behind head on main.

Files Patch % Lines
...in/java/org/opensearch/common/cache/ICacheKey.java 75.75% 3 Missing and 5 partials ⚠️
.../org/opensearch/common/cache/stats/CacheStats.java 87.50% 4 Missing and 3 partials ⚠️
...pensearch/common/cache/stats/CacheStatsHolder.java 95.32% 1 Missing and 4 partials ⚠️
.../opensearch/cache/store/disk/EhcacheDiskCache.java 93.75% 2 Missing and 1 partial ⚠️
...h/common/cache/serializer/ICacheKeySerializer.java 91.17% 3 Missing ⚠️
...search/cache/common/tier/TieredSpilloverCache.java 83.33% 1 Missing ⚠️
...search/common/cache/stats/ImmutableCacheStats.java 96.42% 0 Missing and 1 partial ⚠️
.../common/cache/stats/ImmutableCacheStatsHolder.java 96.55% 1 Missing ⚠️
...arch/common/cache/store/OpenSearchOnHeapCache.java 96.96% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12531      +/-   ##
============================================
+ Coverage     71.42%   71.62%   +0.19%     
- Complexity    59978    60706     +728     
============================================
  Files          4985     5039      +54     
  Lines        282275   285316    +3041     
  Branches      40946    41326     +380     
============================================
+ Hits         201603   204344    +2741     
- Misses        63999    64092      +93     
- Partials      16673    16880     +207     

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