limbo/tests
2025-12-05 16:59:12 +04:00
..
fuzz fix/mvcc: seek() must seek from both mv store and btree 2025-12-05 11:53:16 +02:00
integration spin statements till completion 2025-12-05 16:59:12 +04:00
Cargo.toml create a basic test proc macro that takes a db path and an mvcc flag 2025-11-19 11:49:53 -03:00
lib.rs tests: Separate integration and fuzz tests 2025-10-22 13:05:29 +03:00
README.md centralize Rust integration and regression tests 2025-01-21 15:41:09 +07:00

Integration and regression test suite.


# run all tests
cargo test 

# run individual test
cargo test test_sequential_write -- --nocapture