Closed
Bug 668566
Opened 12 years ago
Closed 12 years ago
Don't query for bugs with an empty filename
Categories
(Tree Management Graveyard :: TBPL, defect)
Tree Management Graveyard
TBPL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
973 bytes,
patch
|
mstange
:
review+
|
Details | Diff | Splinter Review |
We're timing out trying to load the unstarred (but not the starred) summary for failures like http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-Inbound/1309450978.1309453308.13536.gz, which we used to handle just fine. That probably means we're timing out searching for bugs, and what's changed is that the log now includes a "TEST-UNEXPECTED-FAIL | | [SimpleTest/SimpleTest.js, window.onerror] - An error occurred: uncaught exception: [Exception... "An attempt was made to use an object that is not, or is no longer, usable" code: "11" nsresult: "0x8053000b (NS_ERROR_DOM_INVALID_STATE_ERR)" location: "http://mochi.test:8888/tests/dom/tests/mochitest/ajax/offline/test_updatingManifest.html Line: 122"] at :0" from which I expect we're extracting an empty filename, and then querying for every single bug with sw:orange and "" in the summary. We should stop doing that.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #543269 -
Flags: review? → review?(mstange)
Updated•12 years ago
|
Attachment #543269 -
Flags: review?(mstange) → review+
Comment 2•12 years ago
|
||
http://hg.mozilla.org/users/mstange_themasta.com/tbpl-pending-infrasec-review/rev/f2a3dc09118a
Reporter | ||
Comment 3•12 years ago
|
||
Sort of amusing that we're now doing something both unclear, and apparently worse for us, but this is fixed.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Webtools → Tree Management
Updated•9 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
•