Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ADECED403 for ; Mon, 22 Oct 2012 18:05:20 +0000 (UTC) Received: (qmail 25312 invoked by uid 500); 22 Oct 2012 18:05:19 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 25242 invoked by uid 500); 22 Oct 2012 18:05:19 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 25231 invoked by uid 99); 22 Oct 2012 18:05:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 18:05:19 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rarecactus@gmail.com designates 209.85.219.48 as permitted sender) Received: from [209.85.219.48] (HELO mail-oa0-f48.google.com) (209.85.219.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 18:05:14 +0000 Received: by mail-oa0-f48.google.com with SMTP id h2so3273316oag.35 for ; Mon, 22 Oct 2012 11:04:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Kt4LpBGHscXPftq98RMPteVjn2YeuOQ26A2svxU7BP0=; b=pjHAHUYpAybkapLgJIoZD8IIgcfWma+vJcxPLsO2oWzvyHHUmHqc4CQpcZ1vOrTWXw 0KuvJ4rp5BvUrCa5FXJycXF1A6hy8+1E846MPFJP4IXI6xbUxGIbJBiHFMBqLNBoPYVM Ek26hjEXwTnlDfGeOZBNJhw8SntOvVFapEr82XTvrWRu2VLYZRL4FUT9SOuFl51uzXrN Nz5ZJC1c4Ha1APC9ADCIQk4+D6poU1p+L/GDksq4/yHYuomOe/25R89eGJkuwIo3EnyP xs+wX+B6xcMXQgYZD5YpPfy73RaojNmZNoBX1Z8UyoMohHnUIfQKYbGpGvp+UxFSR7GX R8rQ== MIME-Version: 1.0 Received: by 10.182.117.74 with SMTP id kc10mr7704859obb.63.1350929093915; Mon, 22 Oct 2012 11:04:53 -0700 (PDT) Sender: rarecactus@gmail.com Received: by 10.76.99.75 with HTTP; Mon, 22 Oct 2012 11:04:53 -0700 (PDT) In-Reply-To: References: Date: Mon, 22 Oct 2012 11:04:53 -0700 X-Google-Sender-Auth: 6S35Qn1iwvK-eHyI_CKpkloU4nQ Message-ID: Subject: Re: How to speedup test case running? From: Colin McCabe To: hdfs-dev@hadoop.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, You can run a specific test with mvn eclipse -Dtest=3D I find that junit tests start more quickly when run within Eclipse. If you're interested, you can find instructions on setting up eclipse here: http://wiki.apache.org/hadoop/EclipseEnvironment cheers, Colin On Sun, Oct 21, 2012 at 7:00 PM, =E8=B0=A2=E8=89=AF w= rote: > Hi devs, > > are there any tips or parameters to pass to "mvn test" to make the runnin= g more aggressively? it costs me almost two hours for a "mvn test" run und= er "haddop-hdfs" directory. I tried the magic in HBase community(ramdisk &= surefire.secondPartThreadCount), seems didn't work here:) > > Best, > Liang