Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C5D2FDE3 for ; Thu, 21 Mar 2013 19:46:40 +0000 (UTC) Received: (qmail 49031 invoked by uid 500); 21 Mar 2013 19:46:38 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 48931 invoked by uid 500); 21 Mar 2013 19:46:38 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 48922 invoked by uid 99); 21 Mar 2013 19:46:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Mar 2013 19:46:38 +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 (nike.apache.org: domain of yuzhihong@gmail.com designates 209.85.128.53 as permitted sender) Received: from [209.85.128.53] (HELO mail-qe0-f53.google.com) (209.85.128.53) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Mar 2013 19:46:31 +0000 Received: by mail-qe0-f53.google.com with SMTP id cz11so2045435qeb.26 for ; Thu, 21 Mar 2013 12:46:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=FqJoyvP923XYLrAIZ4OexRynDPHRk732a0+3ZB76gpc=; b=IKwJCaaS4VZqf7Yczk8fz8uSOVUd1+55qo3ddiknTuwJUTIpbqBdyDEctn8+89Zpfs OA4W808q4RHScp7skN2q33SSsc35ei75FRKALIUe7Kt1uz1SrQbCvFU44X6ZpgePqKbV bMZnN86aA/gHT2lOoUu36OsXJpF8P1/HLl8OdXSbllFPpK48ULCY0gqaNMV5ZP41X6Xa ioVyi9VqQdj+EAyfp0OjNkFfA04CRa1BLm+Q6+2/hYwGxHBbnkFW5z9siotp8S2EB3lW SHMs6HBNSMdprHXeP5qUlPLd9+i9ZBtArXnMP7Nynm9UnrSGpcTIeJV8uZmlkUcRQ1lr rIOw== MIME-Version: 1.0 X-Received: by 10.49.58.173 with SMTP id s13mr12672257qeq.29.1363895170502; Thu, 21 Mar 2013 12:46:10 -0700 (PDT) Received: by 10.101.208.18 with HTTP; Thu, 21 Mar 2013 12:46:08 -0700 (PDT) In-Reply-To: <514B5E95.5010400@linux.vnet.ibm.com> References: <514B5E95.5010400@linux.vnet.ibm.com> Date: Thu, 21 Mar 2013 12:46:08 -0700 Message-ID: Subject: Re: Help with identifying test case errors From: Ted Yu To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=047d7b6d99a626d3ef04d87497f5 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b6d99a626d3ef04d87497f5 Content-Type: text/plain; charset=ISO-8859-1 I assume you have access to the machine where the tests were run. Can you use 'jps' command to list the hanging test(s) ? You would see surefire in process name. BTW 0.94.3 was a bit old. Can you try with tip of 0.94 or 0.94.6 RC2 ? Thanks On Thu, Mar 21, 2013 at 12:25 PM, Aline Guedes wrote: > Hello, > > I am running the unit tests for hbase 0.94.3 with maven 3.0.4 using the > following command: > > mvn -Dhadoop.version=1.1.1 -Dzookeeper.version=3.4.5 > -Dtest.timeout=36000000 test -P security,runLargeTests > > The build fails, but I don't see clear evidence of test case failures: > > Results : > > Tests run: 419, Failures: 0, Errors: 0, Skipped: 10 > > [INFO] ------------------------------**------------------------------** > ------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------**------------------------------** > ------------ > [INFO] Total time: 1:57:19.767s > [INFO] Finished at: Tue Mar 19 13:13:19 PDT 2013 > [INFO] Final Memory: 36M/512M > [INFO] ------------------------------**------------------------------** > ------------ > [ERROR] Failed to execute goal org.apache.maven.plugins:** > maven-surefire-plugin:2.12-**TRUNK-HBASE-2:test (default-test) on project > hbase: Failure or timeout -> [Help 1] > [ERROR] > > Does anyone know how I can figure out what is wrong? I checked for > evidence that there were test cases hanging (using the same procedure that > is used in dev-support/findHangingTest.**sh), but it doesn't seem like > there are any. I think I am missing something. > > I appreciate any help you can provide me with. > > Thanks, > Aline > > --047d7b6d99a626d3ef04d87497f5--