-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59991/#review177653
-----------------------------------------------------------
Bad patch!
Reviews applied: [59991]
Failed command: python support/apply-reviews.py -n -r 59991
Error:
Traceback (most recent call last):
File "support/apply-reviews.py", line 381, in <module>
reviewboard()
File "support/apply-reviews.py", line 360, in reviewboard
apply_review()
File "support/apply-reviews.py", line 126, in apply_review
commit_patch()
File "support/apply-reviews.py", line 225, in commit_patch
shell(cmd, options['dry_run'])
File "support/apply-reviews.py", line 111, in shell
error_code = subprocess.call(command, stderr=subprocess.STDOUT, shell=True)
File "C:\Python27\lib\subprocess.py", line 168, in call
return Popen(*popenargs, **kwargs).wait()
File "C:\Python27\lib\subprocess.py", line 390, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 610, in _execute_child
args = '{} /c "{}"'.format (comspec, args)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position
25: ordinal not in range(128)
Full log: http://mesos-winbot.westus.cloudapp.azure.com/logs/92/console
- Mesos Reviewbot Windows
On June 12, 2017, 11:07 a.m., Gastón Kleiman wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/59991/
> -----------------------------------------------------------
>
> (Updated June 12, 2017, 11:07 a.m.)
>
>
> Review request for mesos, Alexander Rukletsov and Vinod Kone.
>
>
> Bugs: MESOS-7327
> https://issues.apache.org/jira/browse/MESOS-7327
>
>
> Repository: mesos
>
>
> Description
> -------
>
> Added a test with multiple tasks and checks for the default executor.
>
>
> Diffs
> -----
>
> src/tests/check_tests.cpp d85d1c38827e9b4b3228f6947963639748d92079
>
>
> Diff: https://reviews.apache.org/r/59991/diff/1/
>
>
> Testing
> -------
>
> Ran the new test on macOS once, and on GNU/Linux 1500 times in a loop without
> any failures.
>
>
> Thanks,
>
> Gastón Kleiman
>
>