|
|
|
|
|
by kbenson
2480 days ago
|
|
> Except, the whole point of the test is stress the plane and to have nothing break. That depends on the type of stress test. Some stress tests are to confirm it acts as expected. Other stress tests are used to determine modes of failure. Good engineering isn't just building stuff to spec and assuming it works, just as good programming isn't just writing code and assuming it works as expected because the compiler doesn't throw any errors. It's very useful to try to break something and see what happens. That's why engineers provide more stresses than systems are designed for to see what breaks, and that's why programmers sometimes run programs in environments constrained in ways it wasn't meant to run in (no disk space, out of memory, network drop, etc), and run fuzzers. |
|