Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CA743200BFC for ; Sat, 14 Jan 2017 19:35:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C8FC3160B35; Sat, 14 Jan 2017 18:35:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1EDC6160B2D for ; Sat, 14 Jan 2017 19:34:59 +0100 (CET) Received: (qmail 13712 invoked by uid 500); 14 Jan 2017 18:34:59 -0000 Mailing-List: contact reviews-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@aurora.apache.org Delivered-To: mailing list reviews@aurora.apache.org Received: (qmail 13678 invoked by uid 99); 14 Jan 2017 18:34:59 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Jan 2017 18:34:59 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 074623147DD; Sat, 14 Jan 2017 18:34:52 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============8886557313356570829==" MIME-Version: 1.0 Subject: Re: Review Request 55536: Improve `thriftw` robustness. From: Aurora ReviewBot To: Joshua Cohen , Stephan Erb , Zameer Manji Cc: Aurora ReviewBot , John Sirois , Aurora Date: Sat, 14 Jan 2017 18:34:52 -0000 Message-ID: <20170114183452.1677.61552@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Aurora ReviewBot X-ReviewGroup: Aurora X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/55536/ X-Sender: Aurora ReviewBot X-ReviewBoard-ShipIt: 1 References: <20170114181915.25657.26180@reviews.apache.org> In-Reply-To: <20170114181915.25657.26180@reviews.apache.org> Reply-To: Aurora ReviewBot X-ReviewRequest-Repository: aurora archived-at: Sat, 14 Jan 2017 18:35:01 -0000 --===============8886557313356570829== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55536/#review161647 ----------------------------------------------------------- Ship it! Master (b75dfb8) is green with this patch. ./build-support/jenkins/build.sh I will refresh this build result if you post a review containing "@ReviewBot retry" - Aurora ReviewBot On Jan. 14, 2017, 6:19 p.m., John Sirois wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/55536/ > ----------------------------------------------------------- > > (Updated Jan. 14, 2017, 6:19 p.m.) > > > Review request for Aurora, Joshua Cohen, Stephan Erb, and Zameer Manji. > > > Bugs: AURORA-1875 > https://issues.apache.org/jira/browse/AURORA-1875 > > > Repository: aurora > > > Description > ------- > > Now the selected thrift is checked both for the proper version and > support of the gen langs Aurora requires. In addition, all thrifts on > the `PATH` are and an existing locally built thrift is always verified > to protect Aurora thrift requirement changes (if we ever add a gen lang > again). > > build-support/thrift/thriftw | 54 +++++++++++++++++++++++++++++++++++++++----------- > 1 file changed, 42 insertions(+), 12 deletions(-) > > > Diffs > ----- > > build-support/thrift/thriftw 1185298b902b5f1075816d0113ddc34dd4c26a89 > > Diff: https://reviews.apache.org/r/55536/diff/ > > > Testing > ------- > > I have thrift latest (0.10.0) installed as a system package: > ``` > $ ./build-support/thrift/thriftw 0.10.0 --which > /usr/bin/thrift > $ ./build-support/thrift/thriftw 0.10.0 -help 2>&1 | grep Swift > swift (Swift): > $ ./build-support/thrift/thriftw 0.9.1 --which > /home/jsirois/dev/apache/jsirois-aurora/build-support/thrift/thrift-0.9.1/compiler/cpp/thrift > $ ./build-support/thrift/thriftw 0.9.1 -help 2>&1 | grep Swift > $ > ``` > > I also edited the "java (Java)" gen identifier to "java (Java2)" and > observed the script forcing a clean recompile of 0.9.1 with a subsequent > failure to find a compatible thrift. > > > Thanks, > > John Sirois > > --===============8886557313356570829==--