restic / fakedatafs

FUSE filesystem with (deterministic) fake data
BSD 2-Clause "Simplified" License
38 stars 2 forks source link

Feature request: Provide flag for fault injection #2

Open cfcs opened 8 years ago

cfcs commented 8 years ago

It would be nice to be able to specify flags for introducing varying levels of FS- and storage-related faults. This would allow us to test how backup software fares in the face of failing disks, and to test error recovery code paths that may be hard to reach otherwise.

Some ideas:

cfcs commented 8 years ago

Sttumbled upon this,

Their approach is slightly different, but I think some of their features are worth considering. (kill -9 + testing resumption seems useful)