Closed cole-miller closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.31%. Comparing base (
e814a1c
) to head (85d23ed
). Report is 26 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is a bug that I introduced during the raft import: the bundled raft.h (which concatenates raft's raft.h, raft/uv.h, and raft/fixture.h) is included everywhere even if we don't use the bundled raft sources. Fix this so we always use the headers that correspond to the raft code that will be called at runtime. This is necessary to support breaking changes to raft data structures and functions under DQLITE_NEXT.
Signed-off-by: Cole Miller cole.miller@canonical.com