If a test runner encounters an error the script quits with no follow up. As such, hosts may not know that their test runners have stopped reporting. Configure better error handling and notifications to reporters when a runner process errors or exits.
- Listen to capture errors that cause scripts to exit
- send the error body and heads up in an email to the test reporter
- send the test failure to wp.org in test results so the hosting team can follow up (currently results are only sent if report.php runs. Often, test.php will error and a report is never sent)
If a test runner encounters an error the script quits with no follow up. As such, hosts may not know that their test runners have stopped reporting. Configure better error handling and notifications to reporters when a runner process errors or exits.