in reply to handling test hangs/crashes/freezes
One approach would be to try to make the test files themselves more robust (or more fragile) using alarm and potentially spawning a second Perl process to be watched.
Personally, I would let things crash, as most smoke testers have such watchdogs already and will abort a test suite after 5 minutes or so. If a user wants to install a module that crashes the interpreter, they will have to skip tests.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: handling test hangs/crashes/freezes
by bulk88 (Priest) on Apr 30, 2012 at 15:12 UTC | |
by Corion (Patriarch) on Apr 30, 2012 at 15:18 UTC | |
by BrowserUk (Patriarch) on Apr 30, 2012 at 15:23 UTC |