limbo/tests
Jussi Saurio 07f1208c0a
Some checks failed
Run long fuzz tests on Btree / run-long-tests (push) Has been cancelled
Run long fuzz tests on Btree / simple-stress-test (push) Has been cancelled
Read page 1 from pager always, no separate db_header
2025-06-13 13:52:04 +03:00
..
integration Read page 1 from pager always, no separate db_header 2025-06-13 13:52:04 +03:00
Cargo.toml add anyhow to workspace dependency 2025-06-10 10:50:39 -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