Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.0
-
Mesosphere Sprint 53
-
1
Description
When looking into MESOS-7263, the following also came up.
./src/mesos-execute --name="test" --env='{"key1":"value1"}' --command='sleep 1000' --master=127.0.0.1:5050
Within the contents of `stdout`:
Overwriting environment variable 'key1', original: 'value1', new: 'value1'
There seems no obvious need to warn the user as the value is identical.
Attachments
Issue Links
- relates to
-
MESOS-7299 Develop a generic solution for merging environments.
- Open