cowsql / raft

Asynchronous C implementation of the Raft consensus protocol
https://raft.readthedocs.io
Other
45 stars 6 forks source link

replication: Wait for snapshot before truncation #169

Closed freeekanayaka closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (fbd9173) 74.04% compared to head (8ce8c1d) 74.10%.

Files Patch % Lines
src/recv_install_snapshot.c 0.00% 5 Missing and 1 partial :warning:
src/replication.c 50.00% 2 Missing and 2 partials :warning:
src/legacy.c 60.00% 1 Missing and 1 partial :warning:
src/recv_timeout_now.c 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #169 +/- ## ========================================== + Coverage 74.04% 74.10% +0.05% ========================================== Files 52 52 Lines 10372 10380 +8 Branches 2471 2471 ========================================== + Hits 7680 7692 +12 + Misses 1335 1329 -6 - Partials 1357 1359 +2 ```

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