-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69003/#review209525
-----------------------------------------------------------



PASS: Mesos patch 69003 was successfully built and tested.

Reviews applied: `['68971', '68977', '69007', '68978', '69003']`

All the build artifacts available at: 
http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2461/mesos-review-69003

- Mesos Reviewbot Windows


On Oct. 12, 2018, 9:18 p.m., Armand Grillet wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/69003/
> -----------------------------------------------------------
> 
> (Updated Oct. 12, 2018, 9:18 p.m.)
> 
> 
> Review request for mesos and Kevin Klues.
> 
> 
> Bugs: MESOS-6551
>     https://issues.apache.org/jira/browse/MESOS-6551
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Added `task exec` to new CLI.
> 
> 
> Diffs
> -----
> 
>   src/python/cli_new/lib/cli/plugins/task/main.py 
> a47a8c53ee2d8d468ea0f9947ea3f65d81fc9251 
> 
> 
> Diff: https://reviews.apache.org/r/69003/diff/3/
> 
> 
> Testing
> -------
> 
> Only tested manually at the moment.
> ```
> $ mesos task exec --interactive --tty <task-id> vi
> $ mesos task exec -it <task-id> bash
> $ mesos task exec <task-id> cat stderr
> $ echo "hello" | mesos task exec --interactive <task-id> cat
> ```
> 
> 
> Thanks,
> 
> Armand Grillet
> 
>

Reply via email to