limbo/tests
2025-12-22 11:13:35 -03:00
..
fuzz Improve MVCC DX by dropping --experimental-mvcc flag 2025-12-19 12:59:42 +02:00
integration do not call lock_file when OpenFlags::ReadOnly 2025-12-22 11:13:35 -03:00
Cargo.toml Enable conn_raw_api feature in core_tester 2025-12-22 13:48:01 +02: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