mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-01 06:14:23 +01:00
We store `last_checksum` to do cumulative checksumming. After reading wal for recovery, we didn't set last checksum properly in case there were no frames so this cause us to not initialize last_checksum properly.
Integration and regression test suite.
# run all tests
cargo test
# run individual test
cargo test test_sequential_write -- --nocapture