Page MenuHomePhabricator

Parser test case data uploads don't send an abort in case of fatal
Closed, InvalidPublic

Description

Currently, when running parserTests.php --upload to send results to remote CodeReview server, we're only pinging a 'running' state at start, then 'complete' at end with the results.

If however a fatal PHP error causes the test suite run to cut off, currently the remote CodeReview repository will never see another ping and will leave the test run's state as "running".

A straightforward provision to ping the remote with an 'abort' would be nice... alternately adding support to CodeReview to time out a test run that's gone for an unusually long time should do it.


Version: unspecified
Severity: enhancement
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/54056

Details

Reference
bz20035

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 10:48 PM
bzimport set Reference to bz20035.
bzimport added a subscriber: Unknown Object (MLST).
  • Bug 20282 has been marked as a duplicate of this bug. ***

Nobody complained, hence resolving as INVALID.