limbo/tests
Jussi Saurio 18f6e1a350 Update tests for BusySnapshot error
- Handle "snapshot is stale" in fuzz tests as retriable error
- Test that stale snapshot returns BusySnapshot, not Busy
2025-12-21 18:37:47 +02:00
..
fuzz Improve MVCC DX by dropping --experimental-mvcc flag 2025-12-19 12:59:42 +02:00
integration Update tests for BusySnapshot error 2025-12-21 18:37:47 +02:00
Cargo.toml add AI fuzz tests 2025-12-16 15:27:07 -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