New issue
Advanced search Search tips

Issue 762633 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Sep 10
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Figure out why webkitpy...test_run_command_with_unicode fails when run directly on LUCI

Project Member Reported by dpranke@chromium.org, Sep 6 2017

Issue description

See  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.
 
Cc: mar...@chromium.org
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
Project Member

Comment 3 by sheriffbot@chromium.org, Sep 10

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
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
Status: WontFix (was: Untriaged)
No AI AFAIK.

Sign in to add a comment