r110790 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110789‎ | r110790 | r110791 >
Date:21:39, 6 February 2012
Author:hashar
Status:ok
Tags:
Comment:
disable ApiUploadTest

ApiUploadTest gives inconsistent results which trigger false alamrs to all
the ops team. We are disabling those tests for now.

See https://bugzilla.wikimedia.org/26169
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/api/ApiUploadTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/api/ApiUploadTest.php
@@ -19,6 +19,9 @@
2020
2121 /**
2222 * @group Database
 23+ * @group Broken
 24+ * Broken test, reports false errors from time to time.
 25+ * See https://bugzilla.wikimedia.org/26169
2326 *
2427 * This is pretty sucky... needs to be prettified.
2528 */

Status & tagging log