Return-Path: X-Original-To: apmail-aurora-reviews-archive@minotaur.apache.org Delivered-To: apmail-aurora-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6B16D107FA for ; Tue, 21 Jan 2014 21:41:49 +0000 (UTC) Received: (qmail 32833 invoked by uid 500); 21 Jan 2014 21:41:46 -0000 Delivered-To: apmail-aurora-reviews-archive@aurora.apache.org Received: (qmail 32731 invoked by uid 500); 21 Jan 2014 21:41:46 -0000 Mailing-List: contact reviews-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@aurora.incubator.apache.org Delivered-To: mailing list reviews@aurora.incubator.apache.org Received: (qmail 32614 invoked by uid 99); 21 Jan 2014 21:41:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jan 2014 21:41:42 +0000 X-ASF-Spam-Status: No, hits=-1998.3 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 21 Jan 2014 21:41:39 +0000 Received: (qmail 31679 invoked by uid 99); 21 Jan 2014 21:41:19 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jan 2014 21:41:19 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 589B71D4534; Tue, 21 Jan 2014 21:41:18 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============4032065928295875529==" MIME-Version: 1.0 Subject: Review Request 17154: Add cancel_update verb for jobs. From: "Mark Chu-Carroll" To: "Brian Wickman" , "Jonathan Boulle" Cc: "Aurora" , "Mark Chu-Carroll" Date: Tue, 21 Jan 2014 21:41:18 -0000 Message-ID: <20140121214118.28235.69882@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Mark Chu-Carroll" X-ReviewGroup: Aurora X-ReviewRequest-URL: https://reviews.apache.org/r/17154/ X-Sender: "Mark Chu-Carroll" Reply-To: "Mark Chu-Carroll" X-ReviewRequest-Repository: aurora X-Virus-Checked: Checked by ClamAV on apache.org --===============4032065928295875529== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- 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 --===============4032065928295875529==--