Closed
Bug 1213635
Opened 9 years ago
Closed 9 years ago
JS exceptions on TreeHerder perf-compare page
Categories
(Tree Management :: Perfherder, defect)
Tree Management
Perfherder
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1207648
People
(Reporter: vladan, Unassigned)
References
()
Details
Attachments
(1 file)
8.93 KB,
text/plain
|
Details |
The following URL never finishes loading:
https://treeherder.mozilla.org/perf.html#/compare?originalProject=mozilla-central&originalRevision=b68eab795f9d&newProject=try&newRevision=cd25add99a60
See attachment for JS exception found in error console
Flags: needinfo?(wlachance)
Reporter | ||
Comment 1•9 years ago
|
||
Additionally, the following compare URL didn't work..
https://treeherder.mozilla.org/perf.html#/compare?originalProject=mozilla-central&originalRevision=d1bb0de19476&newProject=try&newRevision=cd25add99a60
Should I file a separate bug or am I just doing something wrong?
Updated•9 years ago
|
Component: Treeherder → Perfherder
Comment 2•9 years ago
|
||
Hmm, the first link works for me now. I'm pretty sure this is just bug 1207648 -- many people have been having problems with timeouts, etc. in the compare view due to the time it takes to fetch all the signatures. I have a patch to fix this mostly done, hope to land this week.
The second comment is bug 1187000 -- to display e10s data, you need to append &e10s=1 to the URL string. Not the most intuitive, I know. Filed as bug 1187000, I'm planning to address that this week as well. :)
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(wlachance)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•