Closed
Bug 1443328
Opened 7 years ago
Closed 5 years ago
browser-instrumentation tests run as multiple processes leading to incorrect data
Categories
(Testing :: Mochitest, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mossop, Unassigned)
References
Details
Since these run as a browser-chrome test they always run in runByManifest mode (https://searchfox.org/mozilla-central/source/testing/mochitest/runtests.py#3064). This means that the artifact we upload is only the data from the last process to run, not the sum of all the data.
We can't really turn off runByManifest mode for these tests either since we have per-manifest preferences.
Somehow we need to combine all the data from all the test runs that make up the instrumentation pass.
Comment 1•5 years ago
|
||
I'm planning to remove the browser-inst job in Bug 1588855
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•