r107994 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107993‎ | r107994 | r107995 >
Date:08:38, 4 January 2012
Author:maxsem
Status:ok
Tags:core 
Comment:
Follow-up r107376: disable test by default, causes failures in some configurations
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/db/DatabaseTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/db/DatabaseTest.php
@@ -98,6 +98,9 @@
9999 $sql );
100100 }
101101
 102+ /**
 103+ * @group Broken
 104+ */
102105 function testStoredFunctions() {
103106 if ( !in_array( wfGetDB( DB_MASTER )->getType(), array( 'mysql', 'postgres' ) ) ) {
104107 $this->markTestSkipped( 'MySQL or Postgres required' );

Follow-up revisions

RevisionCommit summaryAuthorDate
r108603Reverts MySQL stored procedure support...hashar09:46, 11 January 2012
r108671Revert r108603, which was itself a revert of r107376, r107994. Before conside...maxsem20:19, 11 January 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107376Added support for stored procedures/functions to MySQL:...maxsem12:29, 27 December 2011

Status & tagging log