Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 67342 invoked from network); 1 Aug 2006 18:03:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2006 18:03:46 -0000 Received: (qmail 43266 invoked by uid 500); 1 Aug 2006 18:03:46 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 43250 invoked by uid 500); 1 Aug 2006 18:03:46 -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 43241 invoked by uid 99); 1 Aug 2006 18:03:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 11:03:46 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 11:03:45 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0530041001D for ; Tue, 1 Aug 2006 18:01:14 +0000 (GMT) Message-ID: <7740811.1154455274018.JavaMail.jira@brutus> Date: Tue, 1 Aug 2006 11:01:14 -0700 (PDT) From: "Doug Cutting (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Created: (HADOOP-408) Unit tests take too long to run. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Unit tests take too long to run. -------------------------------- Key: HADOOP-408 URL: http://issues.apache.org/jira/browse/HADOOP-408 Project: Hadoop Issue Type: Wish Affects Versions: 0.4.0 Reporter: Doug Cutting Priority: Minor Several of the unit tests take over a minute to run. I suspect most of this time is waiting for daemons to stop. Perhaps we can restructure daemon shutdown in the test frameworks so that all daemons are first asked to shutdown, and then wait for the actual shutdown of all daemons in the TestCase's tearDown() method. Also, we might try to combine some unit tests that require the same daemons under a single TestCase caller, so that they share setup/tearDown costs. Or we could try to simply make daemon shutdowns faster. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira