limbo/tests
2025-10-09 12:34:52 +03:00
..
integration fuzz: sometimes add another condition on the same column to exercise index range queries 2025-10-09 12:34:52 +03:00
Cargo.toml fuzz tests for pending_byte 2025-09-30 13:52:40 -03:00
lib.rs centralize Rust integration and regression tests 2025-01-21 15:41:09 +07: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