canonical / dqlite

Embeddable, replicated and fault-tolerant SQL engine.
https://dqlite.io
Other
3.85k stars 216 forks source link

Added a very simple install stanpshot sm protocol impl for the leader #660

Closed just-now closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.42%. Comparing base (6633bd8) to head (67ffd06). Report is 27 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #660 +/- ## ======================================= Coverage 77.41% 77.42% ======================================= Files 196 196 Lines 27269 27267 -2 Branches 5455 5491 +36 ======================================= + Hits 21111 21112 +1 - Misses 4297 4387 +90 + Partials 1861 1768 -93 ```

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

just-now commented 3 months ago

Let's use the prototype as a reference. From the logistics it's easier just to copy it by pieces to existing code.