Closed
Bug 1308669
Opened 8 years ago
Closed 8 years ago
Find a way to make philor file fewer bugfiler bugs in the wrong component
Categories
(Tree Management :: Treeherder, defect)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Assigned: KWierso)
Details
Attachments
(1 file)
The only idea I've got so far is to weight the matching results by a per-component count of open intermittent bugs that we could produce while fetching for the bugscache, since that would put Testing::web-platform-tests with a billion open bugs above Infrastructure & Operations::WebOps: Community Platform, and the devtools debugger above the Tamarin one, and Core::JavaScript Engine above Developer Documentation::JavaScript.
Comment 1•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → wkocher
Assignee | ||
Comment 2•8 years ago
|
||
Comment on attachment 8799099 [details] [review]
[treeherder] KWierso:bug1308669 > mozilla:master
This PR makes sure the web-platform-tests component is always suggested for failing wpt jobs.
Additionally, there were instances where the initial search for a decent product/component were attempting to use "TEST-UNEXPECTED-foo" as the root of the failure path. This patch also makes an attempt to use the actual file path for the initial search if that's the case.
Attachment #8799099 -
Flags: review?(wlachance)
Attachment #8799099 -
Flags: feedback?(philringnalda)
Updated•8 years ago
|
Attachment #8799099 -
Flags: review?(wlachance) → review+
Reporter | ||
Comment 3•8 years ago
|
||
Comment on attachment 8799099 [details] [review]
[treeherder] KWierso:bug1308669 > mozilla:master
An amusing solution, given that we're in theory supposed to somehow file wpt failures against the code they test.
Attachment #8799099 -
Flags: feedback?(philringnalda) → feedback+
Comment 4•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/4acd66b06f8d634df78f731b59bd1aa03906db79
Bug 1308669 - Make sure web-platform-tests is suggested for wpt jobs (#1909) r=wlach
This just makes sure that when the selected failing job is a wpt test, the
Testing :: web-platform-tests product/component pair is offerred as a
suggestion.
This also helps make sure we don't try to use "TEST-UNEXPECTED-foo" as a
potential path root for the initial product searches, because that makes
the feature fail to find anything if the "TEST-UNEXPECTED-foo" isn't
omitted.
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•