Injecting faults into the kernel
Posted Nov 16, 2006 10:51 UTC (Thu) by
mokki (subscriber, #33200)
In reply to:
Injecting faults into the kernel by simlo
Parent article:
Injecting faults into the kernel
I do agree that unit tests would be the way to go in an ideal world.
But in the real world there will always be code in the kernel that is not fully covered by unit tests (and even 100% coverage does not guarantee anything).
What this fault injection provides is a way to third parties to test the whole system or partial system failures independently. I think such a feature can only be helpful and does not prevent in any way applying of any other testing methods.
(
Log in to post comments)