Closed
Bug 1596764
Opened 6 years ago
Closed 6 years ago
synthesize_backfill_report commands errors out
Categories
(Tree Management :: Perfherder, defect, P1)
Tree Management
Perfherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: igoldan, Assigned: igoldan)
References
(Regression)
Details
Attachments
(1 file)
While running the ./manage.py synthesize_backfill_report --time-window=2880 command on treeherder-prototype, it imediatelly fails with a TypeError.
The JSONs it is trying to serialize contain native datetime Python objects. By default, simplejson.dumps() fails unless you specify a default field serializer such as string.
We need to land a hotfix for the command.
Comment 1•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•