mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
The original `rowid_seek_fuzz` test had a design flaw: it inserted contiguous integers, which prevented issues such as the one fixed in #2065 from being discovered. Further, the test has at some point also been neutered a bit by only inserting 100 values which makes the btree very small, hiding interactions between interior pages and neighboring leaf pages. This should not be merged until #2065 is merged.
Integration and regression test suite.
# run all tests
cargo test
# run individual test
cargo test test_sequential_write -- --nocapture