mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-08 17:54:22 +01:00
`db_size` is `>0` in case of last frame written of a transaction. This is necessary as we need to know -- while recovering wal contents -- that we have read a transaction fully instead of treating every frame as its own transaction. Closes #1866
Integration and regression test suite.
# run all tests
cargo test
# run individual test
cargo test test_sequential_write -- --nocapture