mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 03:54:21 +01:00
op_destroy was assuming we never yield IO from BTreeCursor::btree_destroy(), so every so often it would just not complete the procedure and leave dangling pages in the database
Integration and regression test suite.
# run all tests
cargo test
# run individual test
cargo test test_sequential_write -- --nocapture