Opened 7 years ago
Closed 7 years ago
#41698 closed defect (bug) (fixed)
Tests in the ms-files group are never run
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | multisite | Cc: |
Description
Tests in the ms-files
group are not run by default, but there is also no configuration under which Travis CI (grunt travis:phpunit
) or a local test run (grunt test
) will run these tests.
Not running ms-files tests. To execute these, use --group ms-files.
A sub-task should be added to the phpunit
task in Gruntfile.js
to run these tests in the same way that the other excluded test groups such as ajax
and external-http
are run.
Attachments (1)
Change History (6)
#2
@
7 years ago
- Milestone changed from Awaiting Review to 4.9
- Owner set to jeremyfelt
- Status changed from new to assigned
This ticket was mentioned in Slack in #core-multisite by jeremyfelt. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
Previously:
cc @jeremyfelt As both above tickets were yours do you have any concerns on adding the
ms-files
group of tests into its own multisite test group for Travis CI?Testing 41698.diff in my local fork:
Here's the first job passing with flying colours: