-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69395/
-----------------------------------------------------------
(Updated Nov. 25, 2018, 12:17 p.m.)
Review request for mesos and Kevin Klues.
Changes
-------
Fixed issues.
Bugs: MESOS-9399
https://issues.apache.org/jira/browse/MESOS-9399
Repository: mesos
Description
-------
With this option, the command can show all the tasks that have ever been
run. This makes the command's behavior closer to the one of 'docker ps'.
Diffs (updated)
-----
src/python/cli_new/lib/cli/plugins/task/main.py
4abc70a2de7e63bb629d5ed82d0045b29fb237fa
src/python/cli_new/lib/cli/tests/task.py
1b48c0a4729043c874330552074b05368e38b715
Diff: https://reviews.apache.org/r/69395/diff/3/
Changes: https://reviews.apache.org/r/69395/diff/2-3/
Testing
-------
```
(mesos-cli) ? cli_new (MESOS-9399) ? mesos-cli-tests
Running the Mesos CLI unit tests
TestAgentPlugin
test_list (cli.tests.agent.TestAgentPlugin) ... ok
TestInfrastructure
test_capture_output (cli.tests.tests.TestInfrastructure) ... ok
test_launch_binaries (cli.tests.tests.TestInfrastructure) ... ok
TestTaskPlugin
test_exec (cli.tests.task.TestTaskPlugin) ... ok
test_exec_exit_status (cli.tests.task.TestTaskPlugin) ... ok
test_exec_interactive (cli.tests.task.TestTaskPlugin) ... ok
test_list (cli.tests.task.TestTaskPlugin) ... ok
test_list_all (cli.tests.task.TestTaskPlugin) ... ok
----------------------------------------------------------------------
Ran 8 tests in 20.889s
OK
```
Thanks,
Armand Grillet