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 6832710D08 for ; Thu, 20 Feb 2014 21:40:06 +0000 (UTC) Received: (qmail 60343 invoked by uid 500); 20 Feb 2014 21:39:51 -0000 Delivered-To: apmail-aurora-reviews-archive@aurora.apache.org Received: (qmail 60065 invoked by uid 500); 20 Feb 2014 21:39:41 -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 59686 invoked by uid 99); 20 Feb 2014 21:39:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Feb 2014 21:39:31 +0000 X-ASF-Spam-Status: No, hits=-1998.4 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; Thu, 20 Feb 2014 21:39:24 +0000 Received: (qmail 59138 invoked by uid 99); 20 Feb 2014 21:39:02 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Feb 2014 21:39:02 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id E15F41D4919; Thu, 20 Feb 2014 21:39:01 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============6379673535412896620==" MIME-Version: 1.0 Subject: Re: Review Request 18267: Implement help for v2 bridge From: "David Robinson" To: "David Robinson" , "Brian Wickman" Cc: "Aurora" , "Mark Chu-Carroll" Date: Thu, 20 Feb 2014 21:39:01 -0000 Message-ID: <20140220213901.19403.55409@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "David Robinson" X-ReviewGroup: Aurora X-ReviewRequest-URL: https://reviews.apache.org/r/18267/ X-Sender: "David Robinson" References: <20140220213305.29785.77778@reviews.apache.org> In-Reply-To: <20140220213305.29785.77778@reviews.apache.org> Reply-To: "David Robinson" X-ReviewRequest-Repository: aurora X-Virus-Checked: Checked by ClamAV on apache.org --===============6379673535412896620== 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/18267/#review35077 ----------------------------------------------------------- Ship it! Ship It! - David Robinson On Feb. 20, 2014, 9:33 p.m., Mark Chu-Carroll wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/18267/ > ----------------------------------------------------------- > > (Updated Feb. 20, 2014, 9:33 p.m.) > > > Review request for Aurora, David Robinson and Brian Wickman. > > > Bugs: aurora-203 > https://issues.apache.org/jira/browse/aurora-203 > > > Repository: aurora > > > Description > ------- > > Implement help message generation for the noun/verb framework. > > > Diffs > ----- > > src/main/python/apache/aurora/client/cli/bridge.py 27079da1430d1b6b36d64c9176797f803db6ff62 > src/main/python/apache/aurora/client/cli/client.py 56d63660850b7a3a437cb3575b9ba8add8813956 > src/main/python/apache/aurora/client/cli/options.py 2f373723eb4aa51ebd9bd139ce455ae54fbdd3cd > > Diff: https://reviews.apache.org/r/18267/diff/ > > > Testing > ------- > > [sun-wukong incubator-aurora (bridgehelp)]$ ./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.6.8 -- py-1.4.20 -- pytest-2.5.2 > collected 4 items > > src/test/python/apache/aurora/client/cli/test_bridge.py .... > > =========================== 4 passed in 0.02 seconds =========================== > ============================= test session starts ============================== > platform darwin -- Python 2.6.8 -- 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.61 seconds =========================== > ============================= test session starts ============================== > platform darwin -- Python 2.6.8 -- py-1.4.20 -- pytest-2.5.2 > collected 3 items > > src/test/python/apache/aurora/client/cli/test_quota.py ... > > =========================== 3 passed in 0.49 seconds =========================== > ============================= test session starts ============================== > platform darwin -- Python 2.6.8 -- py-1.4.20 -- pytest-2.5.2 > collected 2 items > > src/test/python/apache/aurora/client/cli/test_sla.py .. > > =========================== 2 passed in 0.49 seconds =========================== > ============================= test session starts ============================== > platform darwin -- Python 2.6.8 -- 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.50 seconds =========================== > src.test.python.apache.aurora.client.cli.bridge ..... SUCCESS > src.test.python.apache.aurora.client.cli.job ..... SUCCESS > src.test.python.apache.aurora.client.cli.quota ..... SUCCESS > src.test.python.apache.aurora.client.cli.sla ..... SUCCESS > src.test.python.apache.aurora.client.cli.task ..... SUCCESS > [sun-wukong incubator-aurora (bridgehelp)]$ > > > Thanks, > > Mark Chu-Carroll > > --===============6379673535412896620==--