Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 92773 invoked from network); 18 Jul 2007 17:15:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jul 2007 17:15:55 -0000 Received: (qmail 85189 invoked by uid 500); 18 Jul 2007 17:15:42 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 85166 invoked by uid 500); 18 Jul 2007 17:15:42 -0000 Mailing-List: contact hadoop-dev-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-dev@lucene.apache.org Received: (qmail 85157 invoked by uid 99); 18 Jul 2007 17:15:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2007 10:15:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [65.109.252.168] (HELO mail5.epsilon.netvigour.com) (65.109.252.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2007 10:15:39 -0700 Received: from incoming-imf1.netvigour.com ([10.201.10.8]) by mail5.epsilon.netvigour.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 18 Jul 2007 13:12:47 -0400 Received: from [208.76.47.52] ([208.76.47.52]) by incoming-imf1.netvigour.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 18 Jul 2007 13:12:46 -0400 Message-ID: <469E4A9D.40703@duboce.net> Date: Wed, 18 Jul 2007 10:15:09 -0700 From: Michael Stack User-Agent: Thunderbird 1.5.0.12 (Macintosh/20070509) MIME-Version: 1.0 To: hadoop-dev@lucene.apache.org Subject: Re: patch process failures References: <6745EB2F-084C-46C2-AF63-1BB3A4AB4516@yahoo-inc.com> In-Reply-To: <6745EB2F-084C-46C2-AF63-1BB3A4AB4516@yahoo-inc.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Jul 2007 17:12:46.0674 (UTC) FILETIME=[DC7E9320:01C7C95E] X-Virus-Checked: Checked by ClamAV on apache.org Thanks for the info below Nigel. Helps. Hopefully HADOOP-1616 committed yesterday will make a difference regards TestTable sometimes hanging. But whats is odd is that the two hbase tests cited actually run for a short time on my test bench but they do run toward the end of the hbase suite. Could it be that the 15 minutes timeout is for all hbase tests? Thanks, St.Ack Nigel Daley wrote: > Some of you have asked why the patch process is failing so > frequently. Our unit test suite seems to have destabalized again. > > FYI, when you go to a link from the Jira comment like this: > > > > and see entries in the "Failed Tests" section like this: > org.apache.tools.ant.taskdefs.optional.junit.JUnitTask$1.unknown > it means that a test took longer than 15 minutes to run and was > therefore killed (timeout). > To find out which one, you have to go to the Console Output ([raw] > link) and search for > FAILED (console output may take a while to load). > > I'm seeing TestTable and TestTimestamp timeout most frequently. Also > TestSymLink, TestDecommission, and TestDFSUpgrade fail occasionally. > > > hth, > Nige