Closed
Bug 976165
Opened 11 years ago
Closed 11 years ago
Set some sort of upper-limit on how many characters to feed into the annotated summary
Categories
(Tree Management Graveyard :: TBPL, defect)
Tree Management Graveyard
TBPL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RyanVM, Assigned: emorley)
References
Details
Attachments
(1 file, 1 obsolete file)
1.49 KB,
patch
|
RyanVM
:
review+
|
Details | Diff | Splinter Review |
In bug 967640, we hit an instance where log mangling caused huge lines to be fed into the annotated summary generator which led to browser hangs upon clicking a failed job on TBPL. We should probably truncate after a certain number of characters to avoid sending an overly-long string into the regex.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → emorley
Assignee | ||
Comment 1•11 years ago
|
||
Need to test & play around with the number of characters (picked 500 for now).
Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 years ago
|
||
I reduced the length down so it would trigger all the time, in order to test. For now let's just use 500 chars unless you would rather something else? :-)
Attachment #8408337 -
Flags: review?(ryanvm)
Assignee | ||
Updated•11 years ago
|
Attachment #8394267 -
Attachment is obsolete: true
Reporter | ||
Updated•11 years ago
|
Attachment #8408337 -
Flags: review?(ryanvm) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Webtools → Tree Management
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
•