Stress-Testing The Linux Kernel 9
An anonymous reader writes "Automating software testing allows you to run the same tests over a period of time, ensuring that you are really comparing apples to apples and oranges to oranges. In this article, Linux Test Project team members share their methodology and rationale, as well as the scripts and tools they use to stress-test the Linux kernel."
other area testing (Score:4, Interesting)
Re:other area testing (Score:3, Informative)
Re:other area testing (Score:3, Informative)
The bug was due to some 2.4 related code not being stripped when merged in the 2.6 kernel, but the #ifdef guardian itself had been stripped. See this changeset [bkbits.net].
This is how... (Score:4, Funny)
Stress testing. (Score:4, Informative)
Its amazing, its like whack a mole, it never gets stable. You spend your time fixing one problem to move onto a new one that pops up with some new feature or alteration becomes production.
Linux wants to be the OS of choice for production enviroments, 5 nine hardware for critical applications need some kind of testing.
Don't think of a webserver, think of a dozen servers talking multiple protocols to each other over multiple mediums all changing the data in realtime. Its easy for memory leaks, timing issues, or corruption to appear.
I guess its good to be a vendor, since the customer will have to pay support contracts to the end of time.
This is why I laugh at IBM's "Servers are self healing" commericals, while its nice in theory, they make too much money off contracts.
Stress testing (Score:4, Informative)
Re: (Score:2, Interesting)