-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69115/#review209902
-----------------------------------------------------------
Patch looks great!
Reviews applied: [69114, 69048, 69119, 69049, 69115]
Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose
--disable-libtool-wrappers' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker-build.sh
- Mesos Reviewbot
On Oct. 22, 2018, 2:40 p.m., Armand Grillet wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/69115/
> -----------------------------------------------------------
>
> (Updated Oct. 22, 2018, 2:40 p.m.)
>
>
> Review request for mesos and Kevin Klues.
>
>
> Bugs: MESOS-9342
> https://issues.apache.org/jira/browse/MESOS-9342
>
>
> Repository: mesos
>
>
> Description
> -------
>
> Added test for interactive 'task exec'.
>
>
> Diffs
> -----
>
> src/python/cli_new/lib/cli/tests/task.py 4b03cf13185f1c718f24a990a75a4dd74e7e132a
>
>
> Diff: https://reviews.apache.org/r/69115/diff/2/
>
>
> Testing
> -------
>
> ```
> (mesos-cli) ? cli_new (MESOS-6551) ? 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_interactive (cli.tests.task.TestTaskPlugin) ... ok
> test_list (cli.tests.task.TestTaskPlugin) ... ok
>
> ----------------------------------------------------------------------
> Ran 6 tests in 12.602s
>
> OK
> ```
>
>
> Thanks,
>
> Armand Grillet
>
>
|