Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1390D18181 for ; Thu, 3 Dec 2015 03:36:07 +0000 (UTC) Received: (qmail 16829 invoked by uid 500); 3 Dec 2015 03:36:06 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 16737 invoked by uid 500); 3 Dec 2015 03:36:06 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 16724 invoked by uid 99); 3 Dec 2015 03:36:06 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 03:36:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 85E92C41B1 for ; Thu, 3 Dec 2015 03:36:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.002 X-Spam-Level: **** X-Spam-Status: No, score=4.002 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, SPF_PASS=-0.001, TRACKER_ID=1.102, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id w8IYzMZHZriK for ; Thu, 3 Dec 2015 03:35:52 +0000 (UTC) Received: from mail-yk0-f181.google.com (mail-yk0-f181.google.com [209.85.160.181]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 38E6921231 for ; Thu, 3 Dec 2015 03:35:51 +0000 (UTC) Received: by ykfs79 with SMTP id s79so72420030ykf.1 for ; Wed, 02 Dec 2015 19:35:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=VV+pz6wyXfGq4BLuJqMD2UDKdoali5ZL45qoUsAI+zw=; b=GZalwM8/rD/hsgn/g/FtEQRjesgH69oVrZVTucspMq0WeSfV2LfOfyfnTALibxyjZA PuWxGg9Z/uIX0L5aPNWirEstlMBE3OiZnj5JounUjMW2Y4imtFtXguqSuJWrsMbzVl81 uhcuOfQ4OIX+uGsDh0FqrW2kFU12kvulgHfesg6fiibAo+/WqrXqjV+Vk2RpPASg53xa MjFR1ykgEXxr8zhPVVul+TcKooI5T74ByK5Oft3WrlwHFmfg9qkIRRNr0aiNzlP33XJ/ nbYmw4E8KPv3K0i9ef8dtuWKh+f/iJE6my/yPAv3Dk3oUOEoV97TWIwnVIBuk/xGgSbG Qquw== MIME-Version: 1.0 X-Received: by 10.129.125.193 with SMTP id y184mr5008855ywc.182.1449113750149; Wed, 02 Dec 2015 19:35:50 -0800 (PST) Received: by 10.37.56.202 with HTTP; Wed, 2 Dec 2015 19:35:50 -0800 (PST) In-Reply-To: References: Date: Wed, 2 Dec 2015 19:35:50 -0800 Message-ID: Subject: Re: -1 overall but +1 in individual tests From: Ted Yu To: "dev@hbase.apache.org" Content-Type: multipart/alternative; boundary=001a11492bfc5121a60525f61693 --001a11492bfc5121a60525f61693 Content-Type: text/plain; charset=UTF-8 -1 is given if value of $RESULT is not 0 : submitJiraComment $RESULT $RESULT is summation of return values of various checks: checkAntiPatterns (( RESULT = RESULT + $? )) checkBuildWithHadoopVersions (( RESULT = RESULT + $? )) ... Looks like $RESULT was non-zeron somehow. It was not clear which check returned non-zero value. One improvement we can make is to assign unique values for the checks. e.g. add 1 for anti pattern check, 2 for BuildWithHadoopVersions, 4 for JavacWarnings, etc Cheers On Wed, Dec 2, 2015 at 7:18 PM, Apekshit Sharma wrote: > Hi > Any ideas what can be the reason here? > > https://issues.apache.org/jira/browse/HBASE-14865?focusedCommentId=15037056&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15037056 > > -- Appy > --001a11492bfc5121a60525f61693--