Page MenuHomePhabricator

ORMTableTest is run in databaseless php unit test
Closed, ResolvedPublic

Description

tests/phpunit/includes/db/ORMTableTest.php

This unit test is executed by "make databaseless" despite it accessing the database.

The file has the marker "@group Database" which should exclude it from such execution, but for some reason it is not effective at doing so.


Version: 1.24rc
Severity: normal

Details

Reference
bz69612

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 3:34 AM
bzimport set Reference to bz69612.

Change 171874 had a related patch set uploaded by Jjanes:
Fix phpunit test tags

https://gerrit.wikimedia.org/r/171874

Change 171874 merged by jenkins-bot:
Fix phpunit test tags

https://gerrit.wikimedia.org/r/171874