Closed
Bug 1510240
Opened 7 years ago
Closed 7 years ago
Failure summary panel doesn't update when switching between jobs
Categories
(Tree Management :: Treeherder: Frontend, enhancement, P1)
Tree Management
Treeherder: Frontend
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: camd)
References
Details
Attachments
(1 file)
I was checking stage prior to performing a prod deploy, and noticed that when switching between failed jobs (eg pressing the "j" key to cycle through them, or else using the mouse to click between failed jobs), the "Failure Summary" panel does not update, and continuously shows the first selected job's error lines.
Bisecting locally this appears to have started as of bug 1507808.
We should hold off deploying 8ed2167 and newer until this is resolved.
Flags: needinfo?(cdawson)
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → cdawson
Status: NEW → ASSIGNED
Flags: needinfo?(cdawson)
| Assignee | ||
Comment 1•7 years ago
|
||
Ahh, shoot. If the "next" job has the same failure_classification_id, then it doesn't reload. If you went from "testfailed" to "busted" and back to "testfailed" then it does reload properly.
| Assignee | ||
Comment 2•7 years ago
|
||
Sorry, not fci, I meant state/result pair...
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/a1972a88e39b1acb838985224ce347d95fc8b470
Bug 1510240 - Fix updating details panel when changing jobs (#4315)
| Reporter | ||
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•