You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Greg Mann (Jira)" <ji...@apache.org> on 2020/02/05 22:49:00 UTC

[jira] [Created] (MESOS-10093) Docker containerizer does handle whitespace correctly on Windows

Greg Mann created MESOS-10093:
---------------------------------

             Summary: Docker containerizer does handle whitespace correctly on Windows
                 Key: MESOS-10093
                 URL: https://issues.apache.org/jira/browse/MESOS-10093
             Project: Mesos
          Issue Type: Bug
    Affects Versions: 1.9.0
            Reporter: Greg Mann


When running some tests of Mesos on Windows, I discovered that the following command would not execute successfully when passed to the Docker containerizer in {{TaskInfo.command}}:
{noformat}
python -c "print('hello world')"
{noformat}

The following error is found in the task sandbox:
{noformat}
  File "<string>", line 1
    "print('hello
                ^
SyntaxError: EOL while scanning string literal
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)