Closed
Bug 975631
Opened 11 years ago
Closed 10 years ago
Support friendly names for xpcshell tests run in chunks
Categories
(Tree Management Graveyard :: TBPL, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: gbrown, Unassigned)
References
Details
It looks like Android 2.3 Opt will run xpcshell tests in 3 chunks. These are currently running on Ash, where the chunks are displayed as "X X X". I would prefer to see "X(1 2 3)", or perhaps "X1 X2 X3". https://tbpl.mozilla.org/?tree=Ash&jobname=Android.*2.3.* Possibly relevant: http://hg.mozilla.org/webtools/tbpl/annotate/9b0fcfaa7429/js/Data.js#l831
Comment 1•11 years ago
|
||
If nobody else takes it, I'll do it. Otherwise, it should just need xpcshell added to this regex: https://mxr.mozilla.org/webtools-central/source/tbpl/js/Data.js#831
Comment 2•11 years ago
|
||
Actually yeah, grouping problem does make more sense. It's a bit more involved, but still doable. Taking.
Assignee: nobody → ryanvm
Reporter | ||
Comment 3•11 years ago
|
||
fwiw, ash' Android 2.3 Opt shows X1, X2, and X3 now -- a great improvement. Sometimes they are out of order: X3 X2 X1, X2 X1 X3, etc.
Comment 4•11 years ago
|
||
(In reply to Geoff Brown [:gbrown] from comment #3) > Sometimes they are out of order: X3 X2 X1, X2 X1 X3, etc. Yeah that's sadly expected at this point. Bug 978686 meant that multi-part jobs don't need to be hardcoded from a numbering point of view, however the grouping still needs to be. As such, they are still classified as ungrouped jobs (ie: ones outside a set of parenthesis) and so are displayed in alphabetical order of job base name (eg 'xpcshell'), and then by job start time. To get the ordering fixed we need to either make them a grouped job (although since these aren't chunked on every platform, we'd end up with some platforms having only one job in the parenthesis - though we could maybe fake two types of xpcshell - eg internally in TBPL have xpcshell and xpcshell-chunked and work around that way), or else re-work the non-grouped job sorting algorithm (the recent sorting re-work only touched the grouped jobs).
Reporter | ||
Updated•10 years ago
|
Comment 5•10 years ago
|
||
Kind of wondering how much we really care about this bug for TBPL at this point. For Treeherder, I have bigger ideas for how we handle chunking in the UI.
Assignee | ||
Updated•10 years ago
|
Product: Webtools → Tree Management
Comment 6•10 years ago
|
||
TBPL has been EOLed (bug 1054977).
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
Updated•10 years ago
|
Assignee: ryanvm → nobody
Assignee | ||
Updated•10 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
•