1 2 3 4 5 6
//! `Db`-level durability tests that inject VFS faults and also drive the //! crate-internal apply-journal executor, so they cannot live in `tests/`. #![allow(clippy::pedantic)] mod anchor_commit_interruption; mod metadata_errors;