canonical / dqlite

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

Revert tolerance for EAGAIN when probing async I/O #641

Closed cole-miller closed 2 months ago

cole-miller commented 2 months ago

This reverts canonical/raft#485, hopefully (not yet confirmed) fixing the regression canonical/lxd#13326.

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

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 81.22%. Comparing base (e814a1c) to head (14bc162). Report is 22 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #641 +/- ## ========================================== - Coverage 81.23% 81.22% -0.01% ========================================== Files 192 192 Lines 27061 27059 -2 Branches 4980 4981 +1 ========================================== - Hits 21982 21978 -4 - Misses 3436 3487 +51 + Partials 1643 1594 -49 ```

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

cole-miller commented 2 months ago

Merging so LXD 5.21/edge can pick this up.