canonical / dqlite

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

Merge master into dqlite-next #626

Closed cole-miller closed 3 months ago

cole-miller commented 4 months ago

Signed-off-by: Cole Miller cole.miller@canonical.com

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 81.21%. Comparing base (188424f) to head (bca2585). Report is 1 commits behind head on dqlite-next.

Files Patch % Lines
src/raft/uv_writer.c 38.46% 5 Missing and 3 partials :warning:
src/roles.c 41.66% 4 Missing and 3 partials :warning:
src/lib/queue.h 82.14% 1 Missing and 4 partials :warning:
src/raft/uv_append.c 91.30% 2 Missing and 2 partials :warning:
src/raft/uv.c 87.50% 0 Missing and 2 partials :warning:
src/raft/uv_prepare.c 90.47% 2 Missing :warning:
src/lib/threadpool.c 91.66% 0 Missing and 1 partial :warning:
src/raft/client.c 50.00% 1 Missing :warning:
src/raft/uv_snapshot.c 66.66% 1 Missing :warning:
src/raft/uv_work.c 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dqlite-next #626 +/- ## =============================================== - Coverage 81.21% 81.21% -0.01% =============================================== Files 191 192 +1 Lines 27108 27134 +26 Branches 4959 5009 +50 =============================================== + Hits 22017 22037 +20 - Misses 3472 3498 +26 + Partials 1619 1599 -20 ```

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

cole-miller commented 3 months ago

Updated to pick up the fix (:crossed_fingers:) for the flaky tests