limbo/tests
Jussi Saurio 3ff6b44de2
Merge 'Fix index bookkeeping in DROP COLUMN' from Jussi Saurio
Closes #3448. Nasty bug - see issue for details

Closes #3449
2025-10-01 08:57:08 +03:00
..
integration Merge 'Fix index bookkeeping in DROP COLUMN' from Jussi Saurio 2025-10-01 08:57:08 +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