Closed
Bug 1526763
Opened 6 years ago
Closed 6 years ago
Python 3 "Object of type bytes is not JSON serializable"
Categories
(Tree Management :: Treeherder: Data Ingestion, defect, P1)
Tree Management
Treeherder: Data Ingestion
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(2 files)
Under Python 3 these two tests fail:
tests/etl/test_job_loader.py:43: test_job_transformation
tests/etl/test_load_artifacts.py:105: test_load_non_ascii_textlog_errors
...with:
E TypeError: Object of type 'bytes' is not JSON serializable
(eg https://travis-ci.org/mozilla/treeherder/jobs/491188642#L673)
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
https://github.com/mozilla/treeherder/commit/f2babb293dc007513275a4c3c4743c5fc41e2d72
https://github.com/mozilla/treeherder/commit/7f3e41f7128fb8a1914ccfb434040dfec5aaa81d
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•