[
https://issues.apache.org/jira/browse/MESOS-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14616742#comment-14616742
]
Joerg Schad commented on MESOS-2996:
------------------------------------
In addition to the above patches we have the problem that on centos the
$HOSTNAME env variable is passed to DOCKER.
In difference to Ubuntu, on centos os::environment() contains $HOSTNAME (and
hence is passed to the docker container).
Maybe related to default shell?
Centos (Bash)
$ /bin/sh
$ echo $HOSTNAME
ip-172-31-0-209
Ubuntu (dash)
$ /bin/sh
$ echo $HOSTNAME
...........
> Failing Docker tests on CentOS Linux release 7.1.1503.
> ------------------------------------------------------
>
> Key: MESOS-2996
> URL: https://issues.apache.org/jira/browse/MESOS-2996
> Project: Mesos
> Issue Type: Bug
> Reporter: Joerg Schad
> Assignee: Timothy Chen
> Priority: Critical
> Labels: mesosphere
>
> With Mesos 0.23 rc1 several tests fail on CentOS Linux release 7.1 (will add
> more detail shortly).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)