Closed
Bug 1480911
Opened 6 years ago
Closed 6 years ago
mozharness fails when run locally on Windows when environment contains unicode strings
Categories
(Release Engineering :: Applications: MozharnessCore, enhancement)
Tracking
(firefox-esr60 fixed, firefox63 fixed)
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
Attachments
(1 file)
1.80 KB,
patch
|
mozilla
:
review+
|
Details | Diff | Splinter Review |
Apparently something in my path is being interpreted by python 2 as unicode, so creating child processes fails unless we clean that up.
Assignee | ||
Comment 1•6 years ago
|
||
Attachment #8998254 -
Flags: review?(aki)
Comment 2•6 years ago
|
||
Comment on attachment 8998254 [details] [diff] [review]
Encode any env vars containing unicode on Windows
This looks like it could work. Have you tested it?
Assignee | ||
Comment 3•6 years ago
|
||
Yes. I could not run Talos locally before, but now I can.
Updated•6 years ago
|
Attachment #8998254 -
Flags: review?(aki) → review+
Assignee | ||
Comment 4•6 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/8a1c25fdedf62d20563fdd48fd39873f9625a5d8
Bug 1480911: Fix mozharness to handle unicode environment variables when run locally on Windows; r=aki
Comment 5•6 years ago
|
||
bugherder |
Comment 6•6 years ago
|
||
bugherder uplift |
status-firefox-esr60:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•