----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69207/#review210302 -----------------------------------------------------------
Ship it! I reworked this commit slightly before pushing it in order to keep the test code cleaner. - Kevin Klues On Okt. 30, 2018, 12:53 vorm., Armand Grillet wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/69207/ > ----------------------------------------------------------- > > (Updated Okt. 30, 2018, 12:53 vorm.) > > > Review request for mesos and Kevin Klues. > > > Bugs: MESOS-9343 > https://issues.apache.org/jira/browse/MESOS-9343 > > > Repository: mesos > > > Description > ------- > > Moved 'updated_tasks()' to new CLI tests base. > > > Diffs > ----- > > src/python/cli_new/lib/cli/tests/base.py > 7fd39af665164eeef8bb1359de340ef923dc2272 > src/python/cli_new/lib/cli/tests/task.py > ce3a55d4b66ca74b6be892d058644281ee5c803d > > > Diff: https://reviews.apache.org/r/69207/diff/3/ > > > Testing > ------- > > ``` > (mesos-cli) ? cli_new (exec-attach) ? 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 > > ---------------------------------------------------------------------- > Ran 7 tests in 17.238s > > OK > ``` > > > Thanks, > > Armand Grillet > >
