More testing is better than less testing
More testing is better than less testing
Posted Aug 30, 2012 0:49 UTC (Thu) by dlang (guest, #313)In reply to: More testing is better than less testing by sdalley
Parent article: KS2012: The future of kernel regression tracking
the choice is not "do test driven development" vs "you obviously don't care about quality in the slightest". Taking this attitude is just insulting the people you are asking to do more work.
maintaining the tests has overhead as well, it's not free. If they fail is it because the system is broken? or because the test didn't get changed to match the new way the kernel works? (and is the new way the kernel works actually going to work in the real world)