Closed
Bug 1234336
Opened 9 years ago
Closed 9 years ago
`mach test` spends about 30 seconds scanning for changed tests ("From _tests: Kept ...") before running requested test
Categories
(Firefox Build System :: Mach Core, enhancement)
Firefox Build System
Mach Core
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1234728
People
(Reporter: jaws, Unassigned)
Details
We spend a huge amount of time on each test run looking for changed tests.
On my local machine, if I run:
`time mach mochitest browser/components/preferences/in-content/tests/browser_subdialog.js --e10s` I get the following output:
mach says that the command took 15 seconds
time says that the command took 1m8s
This, and visually watching console output, is telling me that the setup time for mach test is taking up a lot of time (potentially >45s!).
Gregory told me that this was on a roadmap for Q1 2016 to get fixed, but said that there wasn't a bug on file for it yet. Filing now to make sure this doesn't get forgotten.
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•