Page MenuHomePhabricator

Ext- job should only run tests for its extension
Closed, DeclinedPublic

Description

When an Ext- job as several Extension dependencies, it should only run the tests for the extension it has been set up for.

Ext-TranslationNotification job has both Translate and TranslationNotification extensions and incorrectly run the tests from Translate:

https://integration.mediawiki.org/ci/job/Ext-TranslationNotifications/7/testReport/%28root%29/

We need to adapt the phpunit-extensions target so the directory has the extension name appended.


Version: unspecified
Severity: normal

Details

Reference
bz40008

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:04 AM
bzimport set Reference to bz40008.
bzimport added a subscriber: Unknown Object (MLST).

Dropping this request, we actually want to run the full MediaWiki test suite since extensions can alter core functionalities via hooks.