Figure out why webkitpy...test_run_command_with_unicode fails when run directly on LUCI |
|||
Issue descriptionSee crbug.com/757067 for context; for some reason this test passes on dev machines, passes when run directly on buildbot machines, and passes when run as a normal swarming task, but fails when run directly as part of a LUCI build on Linux. We should figure out what's different about the environment that leads to this, but it's not super-urgent.
,
Sep 7 2017
Unicode as argument is definitely not supported on all OSes, in particular on linux the behavior is not defined in all case; it is because the encoding is not defined. The fix is "fix_encoding.py": It ensures that the default python encoding is utf8 and makes python automatically handles conversion. All of Swarming uses it. https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/master/fix_encoding.py
,
Sep 10
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Sep 10
No AI AFAIK. |
|||
►
Sign in to add a comment |
|||
Comment 1 by dpranke@chromium.org
, Sep 6 2017