-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46102/
-----------------------------------------------------------
(Updated 四月 12, 2016, 11:34 p.m.)
Review request for mesos and Alexander Rukletsov.
Bugs: MESOS-5199
https://issues.apache.org/jira/browse/MESOS-5199
Repository: mesos
Description
-------
Fixed logic error in execute.cpp.
Diffs
-----
src/cli/execute.cpp 306779f5227248a9f1d67b6c50854ec47dd59cd5
Diff: https://reviews.apache.org/r/46102/diff/
Testing (updated)
-------
root@mesos002:~/src/mesos/m2/mesos/build# src/mesos-execute
--master=192.168.56.12:5050 --name=test --docker_image=ubuntu:14.04
--command="ls /root"
I0413 07:28:03.833521 2295 scheduler.cpp:175] Version: 0.29.0
Subscribed with ID '3a1af11e-cf66-4ce2-826d-48b332977999-0001'
Submitted task 'test' to agent '3a1af11e-cf66-4ce2-826d-48b332977999-S0'
Received status update TASK_RUNNING for task 'test'
source: SOURCE_EXECUTOR
Received status update TASK_FINISHED for task 'test'
message: 'Command exited with status 0'
source: SOURCE_EXECUTOR
Thanks,
Guangya Liu