Xline
Xline copied to clipboard
feat: implement WAL segments remover
Depends-on: #705
Please briefly answer these questions:
-
what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?)
Implement WAL segment remover, the segment remover is used to make sure a wal segment file is atomically removed.
-
what changes does this pull request make?
-
are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)
Rebased on #705
@bsbds Convert your pr to draft since CI failed
@bsbds Convert your pr to draft since CI failed
@bsbds Convert your pr to draft since CI failed
@Mergifyio rebase
rebase
✅ Branch has been successfully rebased
@bsbds Convert your pr to draft since CI failed
Codecov Report
Attention: Patch coverage is 86.86131%
with 18 lines
in your changes are missing coverage. Please review.
Project coverage is 75.64%. Comparing base (
e35b35a
) to head (26fdc28
). Report is 97 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
crates/curp/src/server/storage/wal/remover.rs | 86.86% | 7 Missing and 11 partials :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #680 +/- ##
==========================================
+ Coverage 75.55% 75.64% +0.09%
==========================================
Files 180 187 +7
Lines 26938 27625 +687
Branches 26938 27625 +687
==========================================
+ Hits 20353 20897 +544
- Misses 5366 5445 +79
- Partials 1219 1283 +64
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@bsbds Convert your pr to draft since CI failed
@bsbds Your PR is in conflict and cannot be merged.