Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 69424 invoked from network); 13 Apr 2007 17:53:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Apr 2007 17:53:37 -0000 Received: (qmail 83298 invoked by uid 500); 13 Apr 2007 17:53:42 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 83271 invoked by uid 500); 13 Apr 2007 17:53: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 83261 invoked by uid 99); 13 Apr 2007 17:53:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2007 10:53:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2007 10:53:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5F979714071 for ; Fri, 13 Apr 2007 10:53:15 -0700 (PDT) Message-ID: <955836.1176486795389.JavaMail.jira@brutus> Date: Fri, 13 Apr 2007 10:53:15 -0700 (PDT) From: "Doug Cutting (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1257) a distributed junit test runner In-Reply-To: <5188550.1176485115481.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488730 ] Doug Cutting commented on HADOOP-1257: -------------------------------------- Bootstrapping could be a little complicated here: do we use an older version of Hadoop to test the new version? Since Hudson runs on a 4-processor box, we might get some mileage by simply getting junit tests to run in parallel. Ant's parallel task is almost appropriate, except there's no easy way I can see to get each junit test to be a sub-task of a parallel task. But perhaps a simple parallel-junit task could be written for this. Test could still be run in separate JVMs, and we could run as many at once as there are CPUs (a feature of the parallel task). A 4x speedup would be very welcome! > a distributed junit test runner > ------------------------------- > > Key: HADOOP-1257 > URL: https://issues.apache.org/jira/browse/HADOOP-1257 > Project: Hadoop > Issue Type: New Feature > Components: test > Affects Versions: 0.12.3 > Reporter: Owen O'Malley > Assigned To: Owen O'Malley > > It would be nice to have a distributed junit runner that would run 100 instances of each test a separate map, and use counters to count how many times each test passed/failed/hung. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.