Closed
Bug 810760
Opened 12 years ago
Closed 12 years ago
Don't <br /> jetpack results
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Assigned: philor)
Details
Attachments
(2 files)
748 bytes,
patch
|
Callek
:
review+
philor
:
checked-in+
|
Details | Diff | Splinter Review |
973 bytes,
patch
|
Callek
:
review+
philor
:
checked-in+
|
Details | Diff | Splinter Review |
This is, of course, madness, but it's the multidirectional reverse-engineered madness we live in.
Tinderbox was a giant table that nobody would touch, so to avoid widening the table cells, buildbot summarized results with "TinderboxPrint: %s<br/>%s\n" (or %s:%s, because a foolish constancy etc.).
tbpl learned that it could dig out results by looking for /(.*)(\:|<br\/>)(.*)/.
Jetpack's results, rather than having the invalid <br/>, have the invalid but typically, at least at the time, ignored by validators <br />. As a result, given the right screen width and tbpl's use of columns for the scrape, they display as
* s: talos-r3-fed-071 5712/0
* jetpack
because tbpl doesn't recognize them as results, and doesn't strip them down into "jetpack: 5712/0" like it would for <br/>.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #680533 -
Flags: review?(catlee)
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #680534 -
Flags: review?(catlee)
Updated•12 years ago
|
Attachment #680534 -
Flags: review?(catlee) → review+
Updated•12 years ago
|
Attachment #680533 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 680534 [details] [diff] [review]
tools
http://hg.mozilla.org/build/tools/rev/e2cdcfdc5df4
Attachment #680534 -
Flags: checked-in+
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 680533 [details] [diff] [review]
buildbotcustom
http://hg.mozilla.org/build/buildbotcustom/rev/3bada48fec78
Attachment #680533 -
Flags: checked-in+
Assignee | ||
Comment 5•12 years ago
|
||
This is in production now.
Assignee | ||
Comment 6•12 years ago
|
||
Okay, thanks!
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•