Compare subtest view error
Categories
(Tree Management :: Perfherder, defect, P2)
Tracking
(Not tracked)
People
(Reporter: igoldan, Assigned: sclements)
References
Details
Attachments
(1 file)
|
79.22 KB,
image/png
|
Details |
| Assignee | ||
Comment 1•7 years ago
|
||
This is failing because the newRevision query parameter is missing. The existing query parameter validation doesn't have error handling built in (which will be addressed during the course of the conversion). You can see in the network tab that the resultset url is missing the revision query param (https://treeherder.mozilla.org/api/project/mozilla-inbound/resultset/?full=true&count=10&revision=undefined) so it's not returning data that is later relied upon.
Did you type these params in manually or was this link generated from somewhere else in TH or Perfherder?
| Reporter | ||
Comment 2•7 years ago
|
||
(In reply to Sarah Clements [:sclements] from comment #1)
Did you type these params in manually or was this link generated from somewhere else in TH or Perfherder?
Dave, can you say where the URL is from?
Comment 3•7 years ago
|
||
(In reply to Ionuț Goldan [:igoldan], Performance Sheriffing from comment #2)
(In reply to Sarah Clements [:sclements] from comment #1)
Did you type these params in manually or was this link generated from somewhere else in TH or Perfherder?
Dave, can you say where the URL is from?
It was the 'subtests' link from any of the alerts in https://treeherder.mozilla.org/perf.html#/alerts?id=18959 I think at the time I was interested in the "raptor-tp6-microsoft-firefox osx-10-10 opt" alert, but others appear to be affected.
Comment 4•7 years ago
|
||
| Assignee | ||
Comment 5•7 years ago
•
|
||
It looks like there might be a problem with the logic used to generate the subtests url for the alerts here: https://github.com/mozilla/treeherder/blob/master/ui/perfherder/helpers.js#L383
| Reporter | ||
Updated•7 years ago
|
Updated•7 years ago
|
| Assignee | ||
Comment 6•7 years ago
|
||
This issue has been fixed with the recent alerts conversion pr: https://github.com/mozilla/treeherder/commit/cfde588e43800b6d137b42b11fd91294a3bfe8ca
Updated•6 years ago
|
Description
•