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 @@
99
99
$sql );
100
100
}
101
101
102
+ /**
103
+ * @group Broken
104
+ */
102
105
function testStoredFunctions() {
103
106
if ( !in_array( wfGetDB( DB_MASTER )->getType(), array( 'mysql', 'postgres' ) ) ) {
104
107
$this->markTestSkipped( 'MySQL or Postgres required' );
Follow-up revisions
Revision
Commit summary
Author
Date
r108603
Reverts MySQL stored procedure support...
hashar
09:46, 11 January 2012
r108671
Revert
r108603
, which was itself a revert of
r107376
,
r107994
. Before conside...
maxsem
20:19, 11 January 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r107376
Added support for stored procedures/functions to MySQL:...
maxsem
12:29, 27 December 2011
Status & tagging log
23:01, 20 January 2012
MarkAHershberger
(
talk
|
contribs
)
changed the
status
of r107994
[
removed:
new
added:
ok]
20:20, 11 January 2012
MaxSem
(
talk
|
contribs
)
changed the
status
of r107994
[
removed:
reverted
added:
new]
09:46, 11 January 2012
Hashar
(
talk
|
contribs
)
changed the
status
of r107994
[
removed:
ok
added:
reverted]
14:52, 5 January 2012
😂
(
talk
|
contribs
)
changed the
status
of r107994
[
removed:
new
added:
ok]
05:47, 5 January 2012
RobLa-WMF
(
talk
|
contribs
)
changed the
tags
for r107994
[
added:
core]