Re: Review Request 17752: Add task noun, supporting run and ssh verbs.

2014-02-18 Thread Brian Wickman

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

Ship it!


Ship It!

- Brian Wickman


On Feb. 18, 2014, 1:47 p.m., Mark Chu-Carroll wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/17752/
 ---
 
 (Updated Feb. 18, 2014, 1:47 p.m.)
 
 
 Review request for Aurora, Bill Farner and Brian Wickman.
 
 
 Bugs: aurora-124
 https://issues.apache.org/jira/browse/aurora-124
 
 
 Repository: aurora
 
 
 Description
 ---
 
 Add task noun, supporting run and ssh verbs.
 
 
 Diffs
 -
 
   src/main/python/apache/aurora/client/cli/BUILD 
 f5c9ae75d7a26883d90b9bd8ac9c80cd436d03a1 
   src/main/python/apache/aurora/client/cli/client.py 
 e416d3879cc5943ec5ab3931a8b1aedb85a379a9 
   src/main/python/apache/aurora/client/cli/jobs.py 
 caff6d824d9f43cc9eb0c738ea6bb489321d4669 
   src/main/python/apache/aurora/client/cli/options.py 
 5d6eba2abc55954fddb0c8bc1fe4de4f6d089962 
   src/main/python/apache/aurora/client/cli/task.py PRE-CREATION 
   src/test/python/apache/aurora/client/cli/BUILD 
 c106b97a0902da5cd791b18117da3198bfb43b8c 
   src/test/python/apache/aurora/client/cli/test_task_run.py PRE-CREATION 
 
 Diff: https://reviews.apache.org/r/17752/diff/
 
 
 Testing
 ---
 
 [sun-wukong incubator-aurora (tasknoun)]$ ./pants 
 src/test/python/apache/aurora/client/cli:all
 Build operating on targets: 
 OrderedSet([PythonTestSuite(src/test/python/apache/aurora/client/cli/BUILD:all)])
 = test session starts 
 ==
 platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
 collected 25 items
 
 src/test/python/apache/aurora/client/cli/test_cancel_update.py ..
 src/test/python/apache/aurora/client/cli/test_create.py 
 src/test/python/apache/aurora/client/cli/test_diff.py ...
 src/test/python/apache/aurora/client/cli/test_kill.py .
 src/test/python/apache/aurora/client/cli/test_restart.py ...
 src/test/python/apache/aurora/client/cli/test_status.py .
 src/test/python/apache/aurora/client/cli/test_update.py ...
 
 == 25 passed in 1.37 seconds 
 ===
 = test session starts 
 ==
 platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
 collected 2 items
 
 src/test/python/apache/aurora/client/cli/test_task_run.py ..
 
 === 2 passed in 0.30 seconds 
 ===
 src.test.python.apache.aurora.client.cli.job  
   .   SUCCESS
 src.test.python.apache.aurora.client.cli.task 
   .   SUCCESS
 
 
 Thanks,
 
 Mark Chu-Carroll
 




Re: Review Request 17752: Add task noun, supporting run and ssh verbs.

2014-02-18 Thread Mark Chu-Carroll

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

(Updated Feb. 18, 2014, 2:30 p.m.)


Review request for Aurora, Bill Farner and Brian Wickman.


Changes
---

merge from master.


Bugs: aurora-124
https://issues.apache.org/jira/browse/aurora-124


Repository: aurora


Description
---

Add task noun, supporting run and ssh verbs.


Diffs (updated)
-

  src/main/python/apache/aurora/client/cli/BUILD 
7df9deeca1299db02319219b1c299eb284e2cfc6 
  src/main/python/apache/aurora/client/cli/client.py 
3c07c948a74bb9facb7c58e788624e1a404175d2 
  src/main/python/apache/aurora/client/cli/jobs.py 
632c539083ba50c3115a2bddc92e4bed6bcdc782 
  src/main/python/apache/aurora/client/cli/options.py 
017f141a605eb6b522fcd7c4fe827eefdc626fca 
  src/main/python/apache/aurora/client/cli/task.py PRE-CREATION 
  src/test/python/apache/aurora/client/cli/BUILD 
636f407d10e85b1ffc58b72a419d81d854a40ffd 
  src/test/python/apache/aurora/client/cli/test_task_run.py PRE-CREATION 

Diff: https://reviews.apache.org/r/17752/diff/


Testing
---

[sun-wukong incubator-aurora (tasknoun)]$ ./pants 
src/test/python/apache/aurora/client/cli:all
Build operating on targets: 
OrderedSet([PythonTestSuite(src/test/python/apache/aurora/client/cli/BUILD:all)])
= test session starts ==
platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
collected 25 items

src/test/python/apache/aurora/client/cli/test_cancel_update.py ..
src/test/python/apache/aurora/client/cli/test_create.py 
src/test/python/apache/aurora/client/cli/test_diff.py ...
src/test/python/apache/aurora/client/cli/test_kill.py .
src/test/python/apache/aurora/client/cli/test_restart.py ...
src/test/python/apache/aurora/client/cli/test_status.py .
src/test/python/apache/aurora/client/cli/test_update.py ...

== 25 passed in 1.37 seconds ===
= test session starts ==
platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
collected 2 items

src/test/python/apache/aurora/client/cli/test_task_run.py ..

=== 2 passed in 0.30 seconds ===
src.test.python.apache.aurora.client.cli.job
.   SUCCESS
src.test.python.apache.aurora.client.cli.task   
.   SUCCESS


Thanks,

Mark Chu-Carroll



Re: Review Request 17752: Add task noun, supporting run and ssh verbs.

2014-02-14 Thread Brian Wickman

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



src/main/python/apache/aurora/client/cli/options.py
https://reviews.apache.org/r/17752/#comment64612

Minor nit: I think the original version of this was --user.  Also since 
we're mirroring the -L form for creating tunnels, consider adding the '-l' 
short form for --ssh_user.



src/main/python/apache/aurora/client/cli/task.py
https://reviews.apache.org/r/17752/#comment64613

any reason why '-t' short form is removed?  for me '-t50' is almost muscle 
memory.


- Brian Wickman


On Feb. 12, 2014, 2:16 a.m., Mark Chu-Carroll wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/17752/
 ---
 
 (Updated Feb. 12, 2014, 2:16 a.m.)
 
 
 Review request for Aurora, Bill Farner and Brian Wickman.
 
 
 Bugs: aurora-124
 https://issues.apache.org/jira/browse/aurora-124
 
 
 Repository: aurora
 
 
 Description
 ---
 
 Add task noun, supporting run and ssh verbs.
 
 
 Diffs
 -
 
   src/main/python/apache/aurora/client/cli/BUILD 
 f5c9ae75d7a26883d90b9bd8ac9c80cd436d03a1 
   src/main/python/apache/aurora/client/cli/client.py 
 e416d3879cc5943ec5ab3931a8b1aedb85a379a9 
   src/main/python/apache/aurora/client/cli/jobs.py 
 caff6d824d9f43cc9eb0c738ea6bb489321d4669 
   src/main/python/apache/aurora/client/cli/options.py 
 5d6eba2abc55954fddb0c8bc1fe4de4f6d089962 
   src/main/python/apache/aurora/client/cli/task.py PRE-CREATION 
   src/test/python/apache/aurora/client/cli/BUILD 
 c106b97a0902da5cd791b18117da3198bfb43b8c 
   src/test/python/apache/aurora/client/cli/test_task_run.py PRE-CREATION 
 
 Diff: https://reviews.apache.org/r/17752/diff/
 
 
 Testing
 ---
 
 [sun-wukong incubator-aurora (tasknoun)]$ ./pants 
 src/test/python/apache/aurora/client/cli:all
 Build operating on targets: 
 OrderedSet([PythonTestSuite(src/test/python/apache/aurora/client/cli/BUILD:all)])
 = test session starts 
 ==
 platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
 collected 25 items
 
 src/test/python/apache/aurora/client/cli/test_cancel_update.py ..
 src/test/python/apache/aurora/client/cli/test_create.py 
 src/test/python/apache/aurora/client/cli/test_diff.py ...
 src/test/python/apache/aurora/client/cli/test_kill.py .
 src/test/python/apache/aurora/client/cli/test_restart.py ...
 src/test/python/apache/aurora/client/cli/test_status.py .
 src/test/python/apache/aurora/client/cli/test_update.py ...
 
 == 25 passed in 1.37 seconds 
 ===
 = test session starts 
 ==
 platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
 collected 2 items
 
 src/test/python/apache/aurora/client/cli/test_task_run.py ..
 
 === 2 passed in 0.30 seconds 
 ===
 src.test.python.apache.aurora.client.cli.job  
   .   SUCCESS
 src.test.python.apache.aurora.client.cli.task 
   .   SUCCESS
 
 
 Thanks,
 
 Mark Chu-Carroll
 




Re: Review Request 17752: Add task noun, supporting run and ssh verbs.

2014-02-11 Thread Tobias Weingartner

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


Looks good to me... but needs other people's eyes as well.


src/main/python/apache/aurora/client/cli/jobs.py
https://reviews.apache.org/r/17752/#comment64223

What happens to non-running instances?



src/main/python/apache/aurora/client/cli/options.py
https://reviews.apache.org/r/17752/#comment64224

Random thought:

Is this even used?  Other than possibly root, what is the use-case for 
this?


- Tobias Weingartner


On Feb. 7, 2014, 8:44 p.m., Mark Chu-Carroll wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/17752/
 ---
 
 (Updated Feb. 7, 2014, 8:44 p.m.)
 
 
 Review request for Aurora, Bill Farner and Brian Wickman.
 
 
 Bugs: aurora-124
 https://issues.apache.org/jira/browse/aurora-124
 
 
 Repository: aurora
 
 
 Description
 ---
 
 Add task noun, supporting run and ssh verbs.
 
 
 Diffs
 -
 
   src/main/python/apache/aurora/client/cli/BUILD 
 f5c9ae75d7a26883d90b9bd8ac9c80cd436d03a1 
   src/main/python/apache/aurora/client/cli/client.py 
 e416d3879cc5943ec5ab3931a8b1aedb85a379a9 
   src/main/python/apache/aurora/client/cli/jobs.py 
 caff6d824d9f43cc9eb0c738ea6bb489321d4669 
   src/main/python/apache/aurora/client/cli/options.py 
 5d6eba2abc55954fddb0c8bc1fe4de4f6d089962 
   src/main/python/apache/aurora/client/cli/task.py PRE-CREATION 
   src/test/python/apache/aurora/client/cli/BUILD 
 c106b97a0902da5cd791b18117da3198bfb43b8c 
   src/test/python/apache/aurora/client/cli/test_task_run.py PRE-CREATION 
 
 Diff: https://reviews.apache.org/r/17752/diff/
 
 
 Testing
 ---
 
 [sun-wukong incubator-aurora (tasknoun)]$ ./pants 
 src/test/python/apache/aurora/client/cli:all
 Build operating on targets: 
 OrderedSet([PythonTestSuite(src/test/python/apache/aurora/client/cli/BUILD:all)])
 = test session starts 
 ==
 platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
 collected 25 items
 
 src/test/python/apache/aurora/client/cli/test_cancel_update.py ..
 src/test/python/apache/aurora/client/cli/test_create.py 
 src/test/python/apache/aurora/client/cli/test_diff.py ...
 src/test/python/apache/aurora/client/cli/test_kill.py .
 src/test/python/apache/aurora/client/cli/test_restart.py ...
 src/test/python/apache/aurora/client/cli/test_status.py .
 src/test/python/apache/aurora/client/cli/test_update.py ...
 
 == 25 passed in 1.37 seconds 
 ===
 = test session starts 
 ==
 platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
 collected 2 items
 
 src/test/python/apache/aurora/client/cli/test_task_run.py ..
 
 === 2 passed in 0.30 seconds 
 ===
 src.test.python.apache.aurora.client.cli.job  
   .   SUCCESS
 src.test.python.apache.aurora.client.cli.task 
   .   SUCCESS
 
 
 Thanks,
 
 Mark Chu-Carroll
 




Re: Review Request 17752: Add task noun, supporting run and ssh verbs.

2014-02-11 Thread Jonathan Boulle

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



src/main/python/apache/aurora/client/cli/options.py
https://reviews.apache.org/r/17752/#comment64264

bad merge? this still references context instead of instance_str


- Jonathan Boulle


On Feb. 7, 2014, 8:44 p.m., Mark Chu-Carroll wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/17752/
 ---
 
 (Updated Feb. 7, 2014, 8:44 p.m.)
 
 
 Review request for Aurora, Bill Farner and Brian Wickman.
 
 
 Bugs: aurora-124
 https://issues.apache.org/jira/browse/aurora-124
 
 
 Repository: aurora
 
 
 Description
 ---
 
 Add task noun, supporting run and ssh verbs.
 
 
 Diffs
 -
 
   src/main/python/apache/aurora/client/cli/BUILD 
 f5c9ae75d7a26883d90b9bd8ac9c80cd436d03a1 
   src/main/python/apache/aurora/client/cli/client.py 
 e416d3879cc5943ec5ab3931a8b1aedb85a379a9 
   src/main/python/apache/aurora/client/cli/jobs.py 
 caff6d824d9f43cc9eb0c738ea6bb489321d4669 
   src/main/python/apache/aurora/client/cli/options.py 
 5d6eba2abc55954fddb0c8bc1fe4de4f6d089962 
   src/main/python/apache/aurora/client/cli/task.py PRE-CREATION 
   src/test/python/apache/aurora/client/cli/BUILD 
 c106b97a0902da5cd791b18117da3198bfb43b8c 
   src/test/python/apache/aurora/client/cli/test_task_run.py PRE-CREATION 
 
 Diff: https://reviews.apache.org/r/17752/diff/
 
 
 Testing
 ---
 
 [sun-wukong incubator-aurora (tasknoun)]$ ./pants 
 src/test/python/apache/aurora/client/cli:all
 Build operating on targets: 
 OrderedSet([PythonTestSuite(src/test/python/apache/aurora/client/cli/BUILD:all)])
 = test session starts 
 ==
 platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
 collected 25 items
 
 src/test/python/apache/aurora/client/cli/test_cancel_update.py ..
 src/test/python/apache/aurora/client/cli/test_create.py 
 src/test/python/apache/aurora/client/cli/test_diff.py ...
 src/test/python/apache/aurora/client/cli/test_kill.py .
 src/test/python/apache/aurora/client/cli/test_restart.py ...
 src/test/python/apache/aurora/client/cli/test_status.py .
 src/test/python/apache/aurora/client/cli/test_update.py ...
 
 == 25 passed in 1.37 seconds 
 ===
 = test session starts 
 ==
 platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
 collected 2 items
 
 src/test/python/apache/aurora/client/cli/test_task_run.py ..
 
 === 2 passed in 0.30 seconds 
 ===
 src.test.python.apache.aurora.client.cli.job  
   .   SUCCESS
 src.test.python.apache.aurora.client.cli.task 
   .   SUCCESS
 
 
 Thanks,
 
 Mark Chu-Carroll
 




Re: Review Request 17752: Add task noun, supporting run and ssh verbs.

2014-02-11 Thread Mark Chu-Carroll

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

(Updated Feb. 11, 2014, 9:16 p.m.)


Review request for Aurora, Bill Farner and Brian Wickman.


Changes
---

fix glitched merge.


Bugs: aurora-124
https://issues.apache.org/jira/browse/aurora-124


Repository: aurora


Description
---

Add task noun, supporting run and ssh verbs.


Diffs (updated)
-

  src/main/python/apache/aurora/client/cli/BUILD 
f5c9ae75d7a26883d90b9bd8ac9c80cd436d03a1 
  src/main/python/apache/aurora/client/cli/client.py 
e416d3879cc5943ec5ab3931a8b1aedb85a379a9 
  src/main/python/apache/aurora/client/cli/jobs.py 
caff6d824d9f43cc9eb0c738ea6bb489321d4669 
  src/main/python/apache/aurora/client/cli/options.py 
5d6eba2abc55954fddb0c8bc1fe4de4f6d089962 
  src/main/python/apache/aurora/client/cli/task.py PRE-CREATION 
  src/test/python/apache/aurora/client/cli/BUILD 
c106b97a0902da5cd791b18117da3198bfb43b8c 
  src/test/python/apache/aurora/client/cli/test_task_run.py PRE-CREATION 

Diff: https://reviews.apache.org/r/17752/diff/


Testing
---

[sun-wukong incubator-aurora (tasknoun)]$ ./pants 
src/test/python/apache/aurora/client/cli:all
Build operating on targets: 
OrderedSet([PythonTestSuite(src/test/python/apache/aurora/client/cli/BUILD:all)])
= test session starts ==
platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
collected 25 items

src/test/python/apache/aurora/client/cli/test_cancel_update.py ..
src/test/python/apache/aurora/client/cli/test_create.py 
src/test/python/apache/aurora/client/cli/test_diff.py ...
src/test/python/apache/aurora/client/cli/test_kill.py .
src/test/python/apache/aurora/client/cli/test_restart.py ...
src/test/python/apache/aurora/client/cli/test_status.py .
src/test/python/apache/aurora/client/cli/test_update.py ...

== 25 passed in 1.37 seconds ===
= test session starts ==
platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
collected 2 items

src/test/python/apache/aurora/client/cli/test_task_run.py ..

=== 2 passed in 0.30 seconds ===
src.test.python.apache.aurora.client.cli.job
.   SUCCESS
src.test.python.apache.aurora.client.cli.task   
.   SUCCESS


Thanks,

Mark Chu-Carroll



Re: Review Request 17752: Add task noun, supporting run and ssh verbs.

2014-02-07 Thread Mark Chu-Carroll

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

(Updated Feb. 7, 2014, 1:55 p.m.)


Review request for Aurora, Bill Farner and Brian Wickman.


Changes
---

- Rebase against master;
- address Jon Boulle's review comments
- fix some instance/shard glitches that got missed in past reviews.


Bugs: aurora-124
https://issues.apache.org/jira/browse/aurora-124


Repository: aurora


Description
---

Add task noun, supporting run and ssh verbs.


Diffs (updated)
-

  src/main/python/apache/aurora/client/cli/BUILD 
63954d6709b4aac32661f306e1809363bdac2aae 
  src/main/python/apache/aurora/client/cli/__init__.py 
14a66762c5217f2eeb6f0762278ed460f72c745d 
  src/main/python/apache/aurora/client/cli/jobs.py 
caff6d824d9f43cc9eb0c738ea6bb489321d4669 
  src/main/python/apache/aurora/client/cli/options.py 
5d6eba2abc55954fddb0c8bc1fe4de4f6d089962 
  src/main/python/apache/aurora/client/cli/task.py PRE-CREATION 
  src/test/python/apache/aurora/client/cli/BUILD 
51cc3806736ee277b76e4f3609a07cc2a910f31e 
  src/test/python/apache/aurora/client/cli/test_task_run.py PRE-CREATION 

Diff: https://reviews.apache.org/r/17752/diff/


Testing
---

[sun-wukong incubator-aurora (tasknoun)]$ ./pants 
src/test/python/apache/aurora/client/cli:all
Build operating on targets: 
OrderedSet([PythonTestSuite(src/test/python/apache/aurora/client/cli/BUILD:all)])
= test session starts ==
platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
collected 25 items

src/test/python/apache/aurora/client/cli/test_cancel_update.py ..
src/test/python/apache/aurora/client/cli/test_create.py 
src/test/python/apache/aurora/client/cli/test_diff.py ...
src/test/python/apache/aurora/client/cli/test_kill.py .
src/test/python/apache/aurora/client/cli/test_restart.py ...
src/test/python/apache/aurora/client/cli/test_status.py .
src/test/python/apache/aurora/client/cli/test_update.py ...

== 25 passed in 1.37 seconds ===
= test session starts ==
platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
collected 2 items

src/test/python/apache/aurora/client/cli/test_task_run.py ..

=== 2 passed in 0.30 seconds ===
src.test.python.apache.aurora.client.cli.job
.   SUCCESS
src.test.python.apache.aurora.client.cli.task   
.   SUCCESS


Thanks,

Mark Chu-Carroll



Re: Review Request 17752: Add task noun, supporting run and ssh verbs.

2014-02-07 Thread Mark Chu-Carroll

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


Grumble, can't upload the latest changes yet; I merged with master, but rbt 
hasn't caught up. Will upload ASAP.


src/main/python/apache/aurora/client/cli/options.py
https://reviews.apache.org/r/17752/#comment63778

D'oh. This is called during the argument processing. The context isn't 
around yet.


- Mark Chu-Carroll


On Feb. 7, 2014, 1:55 p.m., Mark Chu-Carroll wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/17752/
 ---
 
 (Updated Feb. 7, 2014, 1:55 p.m.)
 
 
 Review request for Aurora, Bill Farner and Brian Wickman.
 
 
 Bugs: aurora-124
 https://issues.apache.org/jira/browse/aurora-124
 
 
 Repository: aurora
 
 
 Description
 ---
 
 Add task noun, supporting run and ssh verbs.
 
 
 Diffs
 -
 
   src/main/python/apache/aurora/client/cli/BUILD 
 63954d6709b4aac32661f306e1809363bdac2aae 
   src/main/python/apache/aurora/client/cli/__init__.py 
 14a66762c5217f2eeb6f0762278ed460f72c745d 
   src/main/python/apache/aurora/client/cli/jobs.py 
 caff6d824d9f43cc9eb0c738ea6bb489321d4669 
   src/main/python/apache/aurora/client/cli/options.py 
 5d6eba2abc55954fddb0c8bc1fe4de4f6d089962 
   src/main/python/apache/aurora/client/cli/task.py PRE-CREATION 
   src/test/python/apache/aurora/client/cli/BUILD 
 51cc3806736ee277b76e4f3609a07cc2a910f31e 
   src/test/python/apache/aurora/client/cli/test_task_run.py PRE-CREATION 
 
 Diff: https://reviews.apache.org/r/17752/diff/
 
 
 Testing
 ---
 
 [sun-wukong incubator-aurora (tasknoun)]$ ./pants 
 src/test/python/apache/aurora/client/cli:all
 Build operating on targets: 
 OrderedSet([PythonTestSuite(src/test/python/apache/aurora/client/cli/BUILD:all)])
 = test session starts 
 ==
 platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
 collected 25 items
 
 src/test/python/apache/aurora/client/cli/test_cancel_update.py ..
 src/test/python/apache/aurora/client/cli/test_create.py 
 src/test/python/apache/aurora/client/cli/test_diff.py ...
 src/test/python/apache/aurora/client/cli/test_kill.py .
 src/test/python/apache/aurora/client/cli/test_restart.py ...
 src/test/python/apache/aurora/client/cli/test_status.py .
 src/test/python/apache/aurora/client/cli/test_update.py ...
 
 == 25 passed in 1.37 seconds 
 ===
 = test session starts 
 ==
 platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
 collected 2 items
 
 src/test/python/apache/aurora/client/cli/test_task_run.py ..
 
 === 2 passed in 0.30 seconds 
 ===
 src.test.python.apache.aurora.client.cli.job  
   .   SUCCESS
 src.test.python.apache.aurora.client.cli.task 
   .   SUCCESS
 
 
 Thanks,
 
 Mark Chu-Carroll
 




Re: Review Request 17752: Add task noun, supporting run and ssh verbs.

2014-02-07 Thread Mark Chu-Carroll

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

(Updated Feb. 7, 2014, 3:44 p.m.)


Review request for Aurora, Bill Farner and Brian Wickman.


Changes
---

Rebase with latest master.
Address reviews.


Bugs: aurora-124
https://issues.apache.org/jira/browse/aurora-124


Repository: aurora


Description
---

Add task noun, supporting run and ssh verbs.


Diffs (updated)
-

  src/main/python/apache/aurora/client/cli/BUILD 
f5c9ae75d7a26883d90b9bd8ac9c80cd436d03a1 
  src/main/python/apache/aurora/client/cli/client.py 
e416d3879cc5943ec5ab3931a8b1aedb85a379a9 
  src/main/python/apache/aurora/client/cli/jobs.py 
caff6d824d9f43cc9eb0c738ea6bb489321d4669 
  src/main/python/apache/aurora/client/cli/options.py 
5d6eba2abc55954fddb0c8bc1fe4de4f6d089962 
  src/main/python/apache/aurora/client/cli/task.py PRE-CREATION 
  src/test/python/apache/aurora/client/cli/BUILD 
c106b97a0902da5cd791b18117da3198bfb43b8c 
  src/test/python/apache/aurora/client/cli/test_task_run.py PRE-CREATION 

Diff: https://reviews.apache.org/r/17752/diff/


Testing
---

[sun-wukong incubator-aurora (tasknoun)]$ ./pants 
src/test/python/apache/aurora/client/cli:all
Build operating on targets: 
OrderedSet([PythonTestSuite(src/test/python/apache/aurora/client/cli/BUILD:all)])
= test session starts ==
platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
collected 25 items

src/test/python/apache/aurora/client/cli/test_cancel_update.py ..
src/test/python/apache/aurora/client/cli/test_create.py 
src/test/python/apache/aurora/client/cli/test_diff.py ...
src/test/python/apache/aurora/client/cli/test_kill.py .
src/test/python/apache/aurora/client/cli/test_restart.py ...
src/test/python/apache/aurora/client/cli/test_status.py .
src/test/python/apache/aurora/client/cli/test_update.py ...

== 25 passed in 1.37 seconds ===
= test session starts ==
platform darwin -- Python 2.7.5 -- py-1.4.20 -- pytest-2.5.2
collected 2 items

src/test/python/apache/aurora/client/cli/test_task_run.py ..

=== 2 passed in 0.30 seconds ===
src.test.python.apache.aurora.client.cli.job
.   SUCCESS
src.test.python.apache.aurora.client.cli.task   
.   SUCCESS


Thanks,

Mark Chu-Carroll