Closed
Bug 1643166
Opened 4 years ago
Closed 4 years ago
EasyServer doesn't print a stack trace when it encounters errors
Categories
(Testing :: Mozbase, task)
Testing
Mozbase
Tracking
(firefox79 fixed)
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: mhentges, Assigned: mhentges)
Details
Attachments
(1 file)
While working on making mach python
use Python 3, I encountered an issue with EasyServer
where it was reporting an error (a classic python 3 "expected bytes, found string" kind of issue) without providing causality information.
Perhaps dumping the stack trace of exceptions that EasyServer
handles could improve this?
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D77964
Updated•4 years ago
|
Assignee: nobody → mhentges
Status: NEW → ASSIGNED
Pushed by mhentges@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/99ca33aa9f72
EasyServer prints stack trace when it encounters an error r=egao
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•