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 998161154E for ; Fri, 13 Jun 2014 19:24:53 +0000 (UTC) Received: (qmail 78188 invoked by uid 500); 13 Jun 2014 19:24:53 -0000 Delivered-To: apmail-aurora-reviews-archive@aurora.apache.org Received: (qmail 78146 invoked by uid 500); 13 Jun 2014 19:24:53 -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 78136 invoked by uid 99); 13 Jun 2014 19:24:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2014 19:24:53 +0000 X-ASF-Spam-Status: No, hits=-1998.5 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; Fri, 13 Jun 2014 19:24:53 +0000 Received: (qmail 77090 invoked by uid 99); 13 Jun 2014 19:24:27 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2014 19:24:27 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id C3CBF1D9F57; Fri, 13 Jun 2014 19:24:17 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============8240911135874783570==" MIME-Version: 1.0 Subject: Re: Review Request 22457: Improve aurora "job diff" command. From: "Joe Smith" To: "Brian Wickman" , "David McLaughlin" Cc: "Aurora" , "Joe Smith" , "Mark Chu-Carroll" Date: Fri, 13 Jun 2014 19:24:17 -0000 Message-ID: <20140613192417.22323.98906@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Joe Smith" X-ReviewGroup: Aurora X-ReviewRequest-URL: https://reviews.apache.org/r/22457/ X-Sender: "Joe Smith" References: <20140611150050.22322.19677@reviews.apache.org> In-Reply-To: <20140611150050.22322.19677@reviews.apache.org> Reply-To: "Joe Smith" X-ReviewRequest-Repository: aurora X-Virus-Checked: Checked by ClamAV on apache.org --===============8240911135874783570== 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/22457/#review45635 ----------------------------------------------------------- cool, lgtm src/main/python/apache/aurora/client/cli/jobs.py It's probably worthy- otherwise how else is a user going to see it? src/main/python/apache/aurora/client/cli/jobs.py "the output of DIFF_VIEWER or unix diff" maybe? src/main/python/apache/aurora/client/cli/json_tree_diff.py is this actually called somewhere? (and I promise I tried to understand what this is doing, but I can't ~_~) (what does 'rebase' mean?) - Joe Smith On June 11, 2014, 8 a.m., Mark Chu-Carroll wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/22457/ > ----------------------------------------------------------- > > (Updated June 11, 2014, 8 a.m.) > > > Review request for Aurora, David McLaughlin and Brian Wickman. > > > Bugs: aurora-520 > https://issues.apache.org/jira/browse/aurora-520 > > > Repository: aurora > > > Description > ------- > > Add a new diff method, which uses field-by-field comparison of JSON trees for comparing running job configurations to potentially updated configs. > > - Allow exclusion of semantically irrelevant fields. > - Provide a clearer list of the differences between configs. > - Provide a scripting-friendly alternative JSON syntax for diffs. > > The old diff behavior is still available under the "--use-shell-diff" option. > > > Diffs > ----- > > src/main/python/apache/aurora/client/cli/BUILD ebe681a0d1735b7cc695dc3b7a14c4292d87ae32 > src/main/python/apache/aurora/client/cli/jobs.py 4fa03a6c9919651551238b0dc211ed69a8dfe565 > src/main/python/apache/aurora/client/cli/json_tree_diff.py PRE-CREATION > src/test/python/apache/aurora/client/cli/BUILD 3c88ed7cf9f654bbbd80d1d44aa1dd1c8655e378 > src/test/python/apache/aurora/client/cli/test_diff.py 38629b63c082cf81cb891dace2a70d9e8f418e18 > src/test/python/apache/aurora/client/cli/test_json_diff.py PRE-CREATION > > Diff: https://reviews.apache.org/r/22457/diff/ > > > Testing > ------- > > New unit tests of the JSON tree diff code, plus a bunch of new "job diff" tests of the new functionality. > All tests pass. > > > Thanks, > > Mark Chu-Carroll > > --===============8240911135874783570==--