xline-kv / Xline

A geo-distributed KV store for metadata management
https://xline.cloud
Apache License 2.0
565 stars 71 forks source link

feat: implement curp wal storage #687

Open bsbds opened 3 months ago

bsbds commented 3 months ago

Depends-On: #740

Please briefly answer these questions:

mergify[bot] commented 2 months ago

@bsbds Convert your pr to draft since CI failed

mergify[bot] commented 2 months ago

@bsbds Convert your pr to draft since CI failed

mergify[bot] commented 2 months ago

@bsbds Convert your pr to draft since CI failed

mergify[bot] commented 2 months ago

@bsbds Convert your pr to draft since CI failed

mergify[bot] commented 2 months ago

@bsbds Convert your pr to draft since CI failed

mergify[bot] commented 2 months ago

@bsbds Convert your pr to draft since CI failed

Phoenix500526 commented 2 months ago

@Mergifyio rebase

mergify[bot] commented 2 months ago

rebase

✅ Branch has been successfully rebased

mergify[bot] commented 1 month ago

@bsbds Your PR is in conflict and cannot be merged.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 80.45977% with 68 lines in your changes missing coverage. Please review.

Project coverage is 75.73%. Comparing base (e35b35a) to head (c92ec80). Report is 132 commits behind head on master.

Files Patch % Lines
crates/curp/src/server/storage/wal/mod.rs 73.41% 20 Missing and 22 partials :warning:
crates/curp/src/server/storage/wal/test_util.rs 71.42% 16 Missing :warning:
crates/curp/src/server/storage/wal/error.rs 0.00% 6 Missing :warning:
crates/curp/src/server/storage/wal/tests.rs 97.39% 3 Missing :warning:
crates/curp/src/server/storage/wal/config.rs 92.30% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #687 +/- ## ========================================== + Coverage 75.55% 75.73% +0.17% ========================================== Files 180 192 +12 Lines 26938 28121 +1183 Branches 26938 28121 +1183 ========================================== + Hits 20353 21297 +944 - Misses 5366 5506 +140 - Partials 1219 1318 +99 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.