Closed
Bug 817032
Opened 13 years ago
Closed 13 years ago
Clean up TinderboxPrint scrape code in MachineResult.js
Categories
(Tree Management Graveyard :: TBPL, defect)
Tree Management Graveyard
TBPL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(3 files)
|
2.18 KB,
patch
|
k0scist
:
review+
|
Details | Diff | Splinter Review |
|
1.26 KB,
patch
|
k0scist
:
review+
|
Details | Diff | Splinter Review |
|
1.54 KB,
patch
|
k0scist
:
review+
|
Details | Diff | Splinter Review |
Cleanup whilst waiting to hear the final Talos format from bug 816634, for bug 794901.
| Assignee | ||
Comment 1•13 years ago
|
||
The "machine" names in the mappings (eg "Unit Test") correspond to the test/job pretty names given in Data.js.
"Unit Test" is only matched if we don't otherwise know what a test is (so basically never intentionally); so there's no reason we should special-case it.
"Everythingelse Test" just seems to be an example (or else a now-not-used test pretty-name).
Attachment #687167 -
Flags: review?(jhammel)
| Assignee | ||
Comment 2•13 years ago
|
||
With the other types removed, we actually only have generic vs talos scrape functions. No need for mappings.
Attachment #687168 -
Flags: review?(jhammel)
| Assignee | ||
Comment 3•13 years ago
|
||
...since it is no longer in the logs (effectively reverts bug 713576)
(As of bug 736085 we now show the slave name in the left hand panel)
Attachment #687170 -
Flags: review?(jhammel)
Updated•13 years ago
|
Attachment #687167 -
Flags: review?(jhammel) → review+
Updated•13 years ago
|
Attachment #687168 -
Flags: review?(jhammel) → review+
Updated•13 years ago
|
Attachment #687170 -
Flags: review?(jhammel) → review+
| Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
And thank you for your cleanup :) I love to see code deleted
| Assignee | ||
Comment 6•13 years ago
|
||
In production :-)
| Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 7•13 years ago
|
||
(In reply to Ed Morley from comment #1)
> "Everythingelse Test" just seems to be an example (or else a now-not-used
> test pretty-name).
It's been long enough I'm no longer quite sure what wasn't everythingelse, but I think it was two test suites: mochitest (including whichever of browser and browser-chrome existed at the time), and everythingelse, which was xpcshell and reftests and crashtests at least.
Updated•11 years ago
|
Product: Webtools → Tree Management
Updated•11 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•