Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 55559 invoked from network); 22 Feb 2010 22:02:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Feb 2010 22:02:26 -0000 Received: (qmail 48072 invoked by uid 500); 22 Feb 2010 22:02:26 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 48039 invoked by uid 500); 22 Feb 2010 22:02:26 -0000 Mailing-List: contact chukwa-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@hadoop.apache.org Delivered-To: mailing list chukwa-dev@hadoop.apache.org Received: (qmail 48029 invoked by uid 99); 22 Feb 2010 22:02:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Feb 2010 22:02:26 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [69.147.107.20] (HELO mrout1-b.corp.re1.yahoo.com) (69.147.107.20) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Feb 2010 22:02:15 +0000 Received: from SNV-EXPF01.ds.corp.yahoo.com (snv-expf01.ds.corp.yahoo.com [207.126.227.250]) by mrout1-b.corp.re1.yahoo.com (8.13.8/8.13.8/y.out) with ESMTP id o1MM1MMd079522 for ; Mon, 22 Feb 2010 14:01:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=received:user-agent:date:subject:from:to:message-id: thread-topic:thread-index:in-reply-to:mime-version:content-type: content-transfer-encoding:return-path:x-originalarrivaltime; b=Xfy0OKsXbCNG2XScTidqgRrCAxkAMVUf2ay0TNPWvX5vTJzQWYVOfLFFELJSOOzG Received: from SNV-EXVS06.ds.corp.yahoo.com ([207.126.227.234]) by SNV-EXPF01.ds.corp.yahoo.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 22 Feb 2010 14:01:22 -0800 Received: from 10.72.111.153 ([10.72.111.153]) by SNV-EXVS06.ds.corp.yahoo.com ([207.126.227.82]) via Exchange Front-End Server snv-webmail.corp.yahoo.com ([207.126.227.59]) with Microsoft Exchange Server HTTP-DAV ; Mon, 22 Feb 2010 22:01:21 +0000 User-Agent: Microsoft-Entourage/12.23.0.091001 Date: Mon, 22 Feb 2010 14:01:20 -0800 Subject: Re: 0.4 status? From: Eric Yang To: Message-ID: Thread-Topic: 0.4 status? Thread-Index: Acq0CpB4mvpeDkHIck+ZZNTUGwk9Sg== In-Reply-To: <39b0afc01002221354j1d03fa1ex9c66ae7b6df10965@mail.gmail.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-OriginalArrivalTime: 22 Feb 2010 22:01:22.0186 (UTC) FILETIME=[91C686A0:01CAB40A] X-Virus-Checked: Checked by ClamAV on apache.org I don't see the error in TestWidgetResource on my side. Could you show me the hicc.log from /tmp/chukwa/logs, and test output *.txt files? Thanks. Patch for CHUKWA-440 is staled. I have another patch coming soon. Regards, Eric On 2/22/10 1:54 PM, "Ariel Rabkin" wrote: > Hi all. > > At least on my machine, we have a couple unit test failures. I > suspect these are just quirks in the unit test framework setup, not > serious bugs. But we should fix them before doing a release. There > was also one for the TestCreateRecordFile test, but I fixed it. > > Are these errors showing up for the rest of you? If not, I'll send > over my test output files. > > --Ari > > ... > [junit] Test org.apache.hadoop.chukwa.rest.resource.TestViewResource > FAILED > [junit] Running org.apache.hadoop.chukwa.rest.resource.TestWidgetResource > [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 4.969 sec > [junit] 2010-02-22 12:22:57.748::INFO: Shutdown hook executing > [junit] 2010-02-22 12:22:57.748::INFO: Graceful shutdown > SelectChannelConnector@0.0.0.0:8080 > [junit] 2010-02-22 12:22:57.749::INFO: Graceful shutdown > org.mortbay.jetty.webapp.WebAppContext@6e75d758{/hicc,jar:file:/Users/asrabkin > /apache_foundation/chukwa-trunk/build/test/classes/webapps/hicc.war!/} > [junit] 2010-02-22 12:22:58.891::INFO: Shutdown hook complete > [junit] Test > org.apache.hadoop.chukwa.rest.resource.TestWidgetResource FAILED > [junit] Running > org.apache.hadoop.chukwa.tools.backfilling.TestBackfillingLoader > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 77.251 sec > [junit] Running org.apache.hadoop.chukwa.util.TestCRValidator > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.656 sec. > .. >