canonical / dqlite

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

test_conn: Fix changed alignmen requirements. #618

Closed MathieuBordere closed 4 months ago

MathieuBordere commented 4 months ago

On armhf casting to uint64_t* produces the following warning cast increases required alignment of target type. This PR reverts the change that introduced this warning.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 81.21%. Comparing base (a176d1d) to head (41f4c8b). Report is 6 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #618 +/- ## ========================================== - Coverage 81.23% 81.21% -0.03% ========================================== Files 191 192 +1 Lines 27034 27061 +27 Branches 4928 4983 +55 ========================================== + Hits 21961 21977 +16 - Misses 3437 3449 +12 + Partials 1636 1635 -1 ```

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