limbo/tests
Jussi Saurio fd067912dc tests/fuzz/mvcc: enable table_index_mutation_fuzz for mvcc
special cases: do not use triggers or expression indexes for the
mvcc version of the test.
2025-12-03 16:28:53 +02:00
..
fuzz tests/fuzz/mvcc: enable table_index_mutation_fuzz for mvcc 2025-12-03 16:28:53 +02:00
integration mvcc: commit index rows and recover them from logical log 2025-12-02 11:38:05 +02: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

Integration and regression test suite.


# run all tests
cargo test 

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