Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Done
-
None
-
None
-
Storage 2017-03-27, Storage 2017-04-17
Description
Implement pluggable versions of low-level operations that fail under certain conditions. The operations should include at least memory allocation, file reads, writes, syncs and closes. The failure conditions should include random failures, but also "fail after N" operations, where a test can iterate through values of N so that there is a failure path for every call.