moor icon indicating copy to clipboard operation
moor copied to clipboard

Robustness testing and proofing for page storage and WAL.

Open github-actions[bot] opened this issue 4 months ago • 0 comments

A battery of tests is going to be needed on this, to verify the ACIDity.

https://github.com/rdaum/moor/blob/47435a1442a1f5532c23944029e90982baa99bff/crates/db/src/rdb/paging/page_storage.rs#L15


// this program. If not, see <https://www.gnu.org/licenses/>.
//

// TODO: Robustness testing and proofing for page storage and WAL.
//   A battery of tests is going to be needed on this, to verify the ACIDity.

use std::collections::{HashMap, HashSet};

github-actions[bot] avatar Feb 10 '24 01:02 github-actions[bot]