Open
Bug 1403089
Opened 8 years ago
Updated 4 years ago
Add a leading '/' to bug filer filename searches to refine results
Categories
(Tree Management :: Treeherder, enhancement)
Tree Management
Treeherder
Tracking
(Not tracked)
NEW
People
(Reporter: aryx, Unassigned)
Details
First noticed at the end of last week.
Example:
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=6fb1f5fae37168c824b988733aac0d46499b6c11&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable&selectedJob=133281661
has all requests return success (status code 200) when the bug filer gets launched.
Requests:
https://hg.mozilla.org/mozilla-central/json-mozbuildinfo?p=layout/reftests/transform/inline-1a.html
https://dxr.mozilla.org/mozilla-central/search?q=file:inline-1a.html&redirect=false&limit=5
https://hg.mozilla.org/mozilla-central/json-mozbuildinfo?p=layout/reftests/backgrounds/continuous-inline-1a.html
https://hg.mozilla.org/mozilla-central/json-mozbuildinfo?p=layout/reftests/ib-split/insert-into-split-inline-1a.html
https://hg.mozilla.org/mozilla-central/json-mozbuildinfo?p=layout/reftests/ib-split/relpos-inline-1a.html
https://hg.mozilla.org/mozilla-central/json-mozbuildinfo?p=layout/reftests/transform/inline-1a.html
Not sure if it has always been like this for this file.
https://hg.mozilla.org/mozilla-central/json-mozbuildinfo?p=layout/reftests/transform/inline-1a.html returns
{
"error": "unable to obtain moz.build info"
}
For the unwanted results, prefixing the file name with "/" will make the search better and we have to tests in the root folder.
Summary: bugherder fails often to suggest a product and component → bug filer fails often to suggest a product and component
I imagine this is mostly bug 1354791. Morphing this bug to be about that last bit.
Summary: bug filer fails often to suggest a product and component → Add a leading '/' to filename searches to refine results
Updated•8 years ago
|
Component: Treeherder → Treeherder: Log Parsing & Classification
Summary: Add a leading '/' to filename searches to refine results → Add a leading '/' to bug filer filename searches to refine results
![]() |
Reporter | |
Comment 3•5 years ago
|
||
There are only 4 inline-1a.html
in the tree nowadays. Implementing this makes still much sense at little cost.
Flags: needinfo?(aryx.bugmail)
Assignee | ||
Updated•4 years ago
|
Component: Treeherder: Log Parsing & Classification → TreeHerder
You need to log in
before you can comment on or make changes to this bug.
Description
•