-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21170/
-----------------------------------------------------------
(Updated May 13, 2014, 3:33 p.m.)
Review request for Aurora, David McLaughlin and Suman Karumuri.
Changes
-------
Rebase to master.
Bugs: aurora-198
https://issues.apache.org/jira/browse/aurora-198
Repository: aurora
Description
-------
Make the "task run" command accept an instances spec.
Also, add a subclass of DistributedCommandRunner that takes an instance list,
and runs a command
only on the specific task instances in that list.
Diffs (updated)
-----
src/main/python/apache/aurora/client/api/command_runner.py
14f8e454ac6b8fe2c2925f834d0761c053eea337
src/main/python/apache/aurora/client/cli/options.py
bf86c3abe218d28b13a6d1bc25abe4f48e999b92
src/main/python/apache/aurora/client/cli/task.py
1253ece196413075c86840b633c61ebd2188a2fc
src/test/python/apache/aurora/client/cli/test_task_run.py
c60189ca74bcd7152209430537ea2790e6db8457
Diff: https://reviews.apache.org/r/21170/diff/
Testing
-------
[sun-wukong incubator-aurora (run_with_instances)]$ ./pants
src/test/python/apache/aurora/client/cli:task
Build operating on targets:
OrderedSet([PythonTests(src/test/python/apache/aurora/client/cli/BUILD:task)])
============================== test session starts
===============================
platform darwin -- Python 2.6.8 -- py-1.4.20 -- pytest-2.5.2
plugins: cov
collected 3 items
src/test/python/apache/aurora/client/cli/test_task_run.py ...
============================ 3 passed in 0.64 seconds
============================
src.test.python.apache.aurora.client.cli.task
..... SUCCESS
[sun-wukong incubator-aurora (run_with_instances)]$
Thanks,
Mark Chu-Carroll