canonical / dqlite

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

conn: Fix interrupt requests. #556

Closed MathieuBordere closed 5 months ago

MathieuBordere commented 5 months ago

Draft to run tests.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (3c400fd) 61.29% compared to head (4850e70) 61.32%.

:exclamation: Current head 4850e70 differs from pull request most recent head 568129c. Consider uploading reports for the commit 568129c to get more accurate results

Files Patch % Lines
src/conn.c 80.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #556 +/- ## ========================================== + Coverage 61.29% 61.32% +0.02% ========================================== Files 34 34 Lines 6834 6836 +2 Branches 2031 2030 -1 ========================================== + Hits 4189 4192 +3 Misses 1349 1349 + Partials 1296 1295 -1 ```

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

cole-miller commented 5 months ago

please test downstream

MathieuBordere commented 5 months ago

please test downstream

MathieuBordere commented 5 months ago

please test downstream

MathieuBordere commented 5 months ago

Will reopen once I fixed the issues :-)