Closed
Bug 1111640
Opened 11 years ago
Closed 11 years ago
Don't de-serialize json string of uploaded_files in blob_upload.py
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ahal, Assigned: ahal)
Details
Attachments
(1 file, 1 obsolete file)
See https://bugzilla.mozilla.org/show_bug.cgi?id=1107571#c33 and down.
I thought set_buildbot_property would let me set a dict, but turns out it needs to be serialized. This means we shouldn't de-serialize the object in blob_upload.py. Doing so forces buildbot to re-serialize the object in a non-json format which makes it more difficult for consumers to deal with.
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8536601 -
Flags: review?(armenzg)
| Assignee | ||
Comment 2•11 years ago
|
||
/r/1465 - Bug 1111640 - Don't de-serialize uploaded_files in blob_upload.py, r=armenzg
Pull down this commit:
hg pull review -r 99b22a719061e18eb330894720ebfaf3b64c18bf
Updated•11 years ago
|
Attachment #8536601 -
Flags: review?(armenzg) → review+
Comment 3•11 years ago
|
||
https://reviewboard.mozilla.org/r/1463/#review881
This will do the trick. Thanks ahal.
| Assignee | ||
Comment 4•11 years ago
|
||
Assignee: nobody → ahalberstadt
Status: NEW → ASSIGNED
Comment 5•11 years ago
|
||
mozharness change merged to production.
| Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8536601 -
Attachment is obsolete: true
Attachment #8618924 -
Flags: review+
| Assignee | ||
Comment 7•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•