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 BDC9FECA6 for ; Thu, 13 Dec 2012 18:40:27 +0000 (UTC) Received: (qmail 29958 invoked by uid 500); 13 Dec 2012 18:40:27 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 29908 invoked by uid 500); 13 Dec 2012 18:40:27 -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 29897 invoked by uid 99); 13 Dec 2012 18:40:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 18:40:26 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yuzhihong@gmail.com designates 74.125.82.169 as permitted sender) Received: from [74.125.82.169] (HELO mail-we0-f169.google.com) (74.125.82.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 18:40:20 +0000 Received: by mail-we0-f169.google.com with SMTP id t49so1129245wey.14 for ; Thu, 13 Dec 2012 10:39:59 -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=5+JTuRlyiUeJDVZ5kCYQ6/MVyTBY2yq7mtuV34WegEA=; b=P92qPEGBioIiV1qfY3n66zF+6yXeqskTU74NK0DpYrYi6L/DEyZdLRl0DXDqztkXN3 gR0zWkhvc1emfVa/r/xlkiQSV42YI1Kl2DZaS+FOSGNhBuCWytFLL59OaG4uZD5l+mF6 +vOPfiChKUbkAXaKHnDT5Nubi9hB9/45zg2+cRw7+3A+RukSO0ZYjlaem0C/CoVUgeMU ajEAcZnClSfUDHRma3i+ZSI7vbdBjcVjpdXaXehXozA+f9KVexzlIkRkb4soLcAHVWmb zpX2B46A2jfau8zKyvssFxIegdsSUCRJRUpFSAjaLm02xqqHssTvFq8w+iCOKZh4Cdf/ hK5w== MIME-Version: 1.0 Received: by 10.180.80.168 with SMTP id s8mr5094096wix.8.1355423998979; Thu, 13 Dec 2012 10:39:58 -0800 (PST) Received: by 10.216.73.194 with HTTP; Thu, 13 Dec 2012 10:39:58 -0800 (PST) In-Reply-To: References: Date: Thu, 13 Dec 2012 10:39:58 -0800 Message-ID: Subject: Re: Finding some PreCommit Green From: Ted Yu To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=f46d04428872faae9c04d0c03da1 X-Virus-Checked: Checked by ClamAV on apache.org --f46d04428872faae9c04d0c03da1 Content-Type: text/plain; charset=ISO-8859-1 Looks like there might be a hanging test: Tests run: 1238, Failures: 0, Errors: 0, Skipped: 11 Cheers On Thu, Dec 13, 2012 at 10:24 AM, Nick Dimiduk wrote: > Hi guys, > > Every build in recent history run by the PreCommit job [0] has failed. For > some of them, this is the usual suspect of a patch not applying cleanly. > But for many, the issue looks like a simple configuration issue. Case in > point, this one [1] looks like Jenkins simply failed to read a value from > the JIRA. Scroll to the very bottom, you'll see what I mean. Is there a way > to set a default value for this field on the Jenkins side (something like > empty string, perhaps)? > > A CI system is only as good as it is reliable... > > Thanks, > Nick > > [0]: https://builds.apache.org/job/PreCommit-HBASE-Build/ > [1]: https://builds.apache.org/job/PreCommit-HBASE-Build/3526/consoleText > --f46d04428872faae9c04d0c03da1--