You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@aurora.apache.org by Mark Chu-Carroll <mc...@twopensource.com> on 2014/01/21 22:41:18 UTC

Review Request 17154: Add cancel_update verb for jobs.

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

Review request for Aurora, Jonathan Boulle and Brian Wickman.


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


Repository: aurora


Description
-------

Add cancel_update verb for jobs.

(This is the last standard job command for client v2.)


Diffs
-----

  src/main/python/apache/aurora/client/cli/jobs.py f60d7e9fa5367f43829957e3485e43e76c84bf48 
  src/test/python/apache/aurora/client/cli/BUILD f9ebe0cf626a040aa67654faea07b8902e558282 
  src/test/python/apache/aurora/client/cli/test_cancel_update.py PRE-CREATION 
  src/test/python/apache/aurora/client/cli/test_create.py 64eb51be32f33de7d67962ff9300e64820a37baf 

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


Testing
-------

[sun-wukong aurora (cancel_update)]$ ./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.2 -- pytest-2.5.1
collected 25 items

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

=================================== 25 passed in 1.42 seconds ===================================
src.test.python.apache.aurora.client.cli.job                                    .....   SUCCESS
[sun-wukong aurora (cancel_update)]$


Thanks,

Mark Chu-Carroll