Tagged Questions
10
votes
1answer
757 views
How can I simulate ext3 filesystem corruption?
I would like to simulate filesystem corruption for the purpose of testing how our embedded systems react to it and ultimately have them fail as gracefully as possible. We use different kinds of block ...
4
votes
4answers
266 views
Testing fault tolerant code
I’m currently working on a server application were we have agreed to try and maintain a certain level of service. The level of service we want to guaranty is: if a request is accepted by the server ...