Fix subtest names for cold page-load Fenix suites
Categories
(Testing :: Raptor, defect, P1)
Tracking
(firefox68 fixed)
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: rwood, Assigned: rwood)
References
Details
Attachments
(1 file)
raptor-tp6m-cold-1.ini is correct, i.e:
[raptor-tp6m-cold-amazon-geckoview]
However the rest of the tp6m-cold-* suites are missing "cold" from each subtest name. Currently Raptor is adding '-cold' to the test name since it's missing; however we need to add 'cold' to the subtest names to be consistent and also for when running a single cold page-load test locally.
| Assignee | ||
Comment 1•7 years ago
|
||
Note: I'm going to have the subtests named like this:
[raptor-tp6m-amazon-geckoview-cold]
i.e. with '-cold' on the end. This will make it consistent with other names i.e. when running --power-test or --memory test, '-power' or '-memory' is automatically appended to the test name. Also the cold page-load already running has been adding '-cold' to the end of the subtest name automatically for those that were missing 'cold' in the name.
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
Comment 6•7 years ago
|
||
| bugherder | ||
Comment 7•7 years ago
|
||
It looks like this isn't being picked up by the Fenix jobs. Tests run two days after this landed still show the old test names: https://treeherder.mozilla.org/#/jobs?repo=fenix&revision=e6c34f7045f36c091848c0ecaffbb09d5c95d35e&selectedJob=243057991&group_state=expanded
Comment 8•7 years ago
|
||
:jlorenzo is there anything we need to do to have this change picked up by the Fenix jobs?
Comment 9•7 years ago
|
||
That's right. You need to update Fenix to use a more recent Geckoview nightly. I just updated the wiki page to reflect that[1]. Sorry, that wasn't crystal clear. Please let me know if something is not obvious from these docs! 🙂
Description
•