mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
Our current UPDATE/DELETE fuzz tests are coupled to the btree and do not exercise the VDBE code paths at all, so a separate one makes sense. This test repeats the following: - Creates one table with n columns - Creates (0..=n) indexes - Executes UPDATE/DELETE statements - Asserts that both sqlite and tursodb have the same DB state after each stmt |
||
|---|---|---|
| .. | ||
| integration | ||
| Cargo.toml | ||
| lib.rs | ||
| README.md | ||
Integration and regression test suite.
# run all tests
cargo test
# run individual test
cargo test test_sequential_write -- --nocapture