Return-Path: Delivered-To: apmail-hadoop-core-commits-archive@www.apache.org Received: (qmail 53710 invoked from network); 5 Jun 2009 09:46:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Jun 2009 09:46:11 -0000 Received: (qmail 77689 invoked by uid 500); 5 Jun 2009 09:46:23 -0000 Delivered-To: apmail-hadoop-core-commits-archive@hadoop.apache.org Received: (qmail 77615 invoked by uid 500); 5 Jun 2009 09:46:22 -0000 Mailing-List: contact core-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-commits@hadoop.apache.org Received: (qmail 77606 invoked by uid 99); 5 Jun 2009 09:46:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jun 2009 09:46:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jun 2009 09:46:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6BE61238886D; Fri, 5 Jun 2009 09:46:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r781968 - in /hadoop/core/trunk: CHANGES.txt src/contrib/build-contrib.xml src/contrib/build.xml Date: Fri, 05 Jun 2009 09:46:00 -0000 To: core-commits@hadoop.apache.org From: gkesavan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090605094600.6BE61238886D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gkesavan Date: Fri Jun 5 09:45:59 2009 New Revision: 781968 URL: http://svn.apache.org/viewvc?rev=781968&view=rev Log: HADOOP-5457. Fix to continue to run builds even if contrib test fails. Modified: hadoop/core/trunk/CHANGES.txt hadoop/core/trunk/src/contrib/build-contrib.xml hadoop/core/trunk/src/contrib/build.xml Modified: hadoop/core/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=781968&r1=781967&r2=781968&view=diff ============================================================================== --- hadoop/core/trunk/CHANGES.txt (original) +++ hadoop/core/trunk/CHANGES.txt Fri Jun 5 09:45:59 2009 @@ -785,6 +785,9 @@ HADOOP-5859. Fix "wait() or sleep() with locks held" findbugs warnings in DFSClient. (Kan Zhang via szetszwo) + + HADOOP-5457. Fix to continue to run builds even if contrib test fails + (Giridharan Kesavan via gkesavan) Release 0.20.1 - Unreleased Modified: hadoop/core/trunk/src/contrib/build-contrib.xml URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/build-contrib.xml?rev=781968&r1=781967&r2=781968&view=diff ============================================================================== --- hadoop/core/trunk/src/contrib/build-contrib.xml (original) +++ hadoop/core/trunk/src/contrib/build-contrib.xml Fri Jun 5 09:45:59 2009 @@ -41,6 +41,7 @@ + @@ -247,7 +248,12 @@ - Tests failed! + + + + + + Contrib Tests failed! Modified: hadoop/core/trunk/src/contrib/build.xml URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/build.xml?rev=781968&r1=781967&r2=781968&view=diff ============================================================================== --- hadoop/core/trunk/src/contrib/build.xml (original) +++ hadoop/core/trunk/src/contrib/build.xml Fri Jun 5 09:45:59 2009 @@ -45,16 +45,21 @@ + + + + + + Tests failed! -