Return-Path: Delivered-To: apmail-lucene-hadoop-commits-archive@locus.apache.org Received: (qmail 3917 invoked from network); 6 Apr 2007 23:18:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Apr 2007 23:18:28 -0000 Received: (qmail 87785 invoked by uid 500); 6 Apr 2007 23:18:34 -0000 Delivered-To: apmail-lucene-hadoop-commits-archive@lucene.apache.org Received: (qmail 87769 invoked by uid 500); 6 Apr 2007 23:18:34 -0000 Mailing-List: contact hadoop-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-commits@lucene.apache.org Received: (qmail 87760 invoked by uid 99); 6 Apr 2007 23:18:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2007 16:18:34 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2007 16:18:27 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id EA8DC1A9838; Fri, 6 Apr 2007 16:18:06 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r526314 - in /lucene/hadoop/trunk: CHANGES.txt build.xml src/contrib/build-contrib.xml Date: Fri, 06 Apr 2007 23:18:06 -0000 To: hadoop-commits@lucene.apache.org From: cutting@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070406231806.EA8DC1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cutting Date: Fri Apr 6 16:18:06 2007 New Revision: 526314 URL: http://svn.apache.org/viewvc?view=rev&rev=526314 Log: HADOOP-1217. Add a test.timeout property to build.xml, so that long running unit tests may be automatically timed out. Contributed by Nigel. Modified: lucene/hadoop/trunk/CHANGES.txt lucene/hadoop/trunk/build.xml lucene/hadoop/trunk/src/contrib/build-contrib.xml Modified: lucene/hadoop/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?view=diff&rev=526314&r1=526313&r2=526314 ============================================================================== --- lucene/hadoop/trunk/CHANGES.txt (original) +++ lucene/hadoop/trunk/CHANGES.txt Fri Apr 6 16:18:06 2007 @@ -119,6 +119,10 @@ MiniDFSCluster to start and stop NameNode/DataNodes. (Nigel Daley via tomwhite) +38. HADOOP-1217. Add test.timeout property to build.xml, so that + long-running unit tests may be automatically terminated. + (Nigel Daley via cutting) + Release 0.12.3 - 2007-04-06 Modified: lucene/hadoop/trunk/build.xml URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/build.xml?view=diff&rev=526314&r1=526313&r2=526314 ============================================================================== --- lucene/hadoop/trunk/build.xml (original) +++ lucene/hadoop/trunk/build.xml Fri Apr 6 16:18:06 2007 @@ -48,6 +48,7 @@ + @@ -438,7 +439,7 @@ Modified: lucene/hadoop/trunk/src/contrib/build-contrib.xml URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/contrib/build-contrib.xml?view=diff&rev=526314&r1=526313&r2=526314 ============================================================================== --- lucene/hadoop/trunk/src/contrib/build-contrib.xml (original) +++ lucene/hadoop/trunk/src/contrib/build-contrib.xml Fri Apr 6 16:18:06 2007 @@ -21,6 +21,8 @@ + + @@ -136,7 +138,8 @@ + errorProperty="tests.failed" failureProperty="tests.failed" + timeout="${test.timeout}">