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

keeper support fsync with rordb #772

Merged
merged 1 commit into from
Mar 7, 2024

keeper support fsync with rordb

db42dc3
Select commit
Loading
Failed to load commit list.
Merged

keeper support fsync with rordb #772

keeper support fsync with rordb
db42dc3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 6, 2024 in 0s

53.81% (+0.18%) compared to b903aab

View this Pull Request on Codecov

53.81% (+0.18%) compared to b903aab

Details

Codecov Report

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

Project coverage is 53.81%. Comparing base (b903aab) to head (db42dc3).
Report is 1 commits behind head on master.

Files Patch % Lines
...ain/java/com/ctrip/xpipe/cache/TimeBoundCache.java 0.00% 30 Missing ⚠️
...pe/redis/keeper/store/DefaultReplicationStore.java 76.78% 19 Missing and 7 partials ⚠️
...pipe/redis/keeper/store/meta/DefaultMetaStore.java 57.14% 13 Missing and 2 partials ⚠️
...pipe/redis/core/protocal/cmd/ConfigGetCommand.java 0.00% 14 Missing ⚠️
...pe/redis/keeper/impl/DefaultRedisKeeperServer.java 80.39% 8 Missing and 2 partials ⚠️
...ipe/redis/keeper/store/meta/AbstractMetaStore.java 73.07% 4 Missing and 3 partials ⚠️
...ipe/redis/keeper/handler/keeper/ConfigHandler.java 70.00% 2 Missing and 4 partials ⚠️
...pe/redis/keeper/store/RdbOnlyReplicationStore.java 14.28% 6 Missing ⚠️
...xpipe/redis/keeper/store/GtidReplicationStore.java 37.50% 4 Missing and 1 partial ⚠️
...rip/xpipe/redis/keeper/impl/AbstractRdbDumper.java 73.33% 2 Missing and 2 partials ⚠️
... and 13 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #772      +/-   ##
============================================
+ Coverage     53.62%   53.81%   +0.18%     
- Complexity    10286    10374      +88     
============================================
  Files          1787     1789       +2     
  Lines         55736    56021     +285     
  Branches       5813     5858      +45     
============================================
+ Hits          29890    30148     +258     
+ Misses        23305    23303       -2     
- Partials       2541     2570      +29     

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