Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@minotaur.apache.org Received: (qmail 25619 invoked from network); 6 Apr 2009 07:59:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Apr 2009 07:59:13 -0000 Received: (qmail 75553 invoked by uid 500); 6 Apr 2009 07:59:13 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 75511 invoked by uid 500); 6 Apr 2009 07:59:13 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 75501 invoked by uid 99); 6 Apr 2009 07:59:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2009 07:59:13 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of janne.jalkanen@ecyrd.com designates 193.64.5.122 as permitted sender) Received: from [193.64.5.122] (HELO mail.ecyrd.com) (193.64.5.122) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2009 07:59:04 +0000 Received: from [192.168.0.12] (cs181005170.pp.htv.fi [82.181.5.170]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.ecyrd.com (Postfix) with ESMTPSA id C244E97C1BC for ; Mon, 6 Apr 2009 10:58:43 +0300 (EEST) Message-Id: <2DAF3D46-2DE1-41C1-96B8-99DE3530DD6D@ecyrd.com> From: Janne Jalkanen To: jspwiki-dev@incubator.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: Turning off MassiveRepositoryTest? Date: Mon, 6 Apr 2009 10:58:37 +0300 References: X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org BTW, running the tests from inside Eclipse is way faster than running "ant tests" and does not run MassiveRepositoryTest at all. Just right- click on "org.apache.wiki.AllTests" and select "Run As -> Unit Test". It's a good idea to run "ant tests-init" first though. /Janne On 6 Apr 2009, at 05:53, Andrew Jaquith wrote: > Maybe I need to be whacked with the cluestick, but when I run 'ant > tests' I cannot, under any circumstances turn off > MassiveRepositoryTest. Setting "tests.stress.enabled=false" in > build.properties does not seem to work. > > With 'massive' enabled, tests takes like 30-40 minutes to run, and I > need a faster test run cycle than that based on where we are in the > build cycle. How do I turn it off?