Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1E8C976AE for ; Thu, 11 Aug 2011 15:29:52 +0000 (UTC) Received: (qmail 27893 invoked by uid 500); 11 Aug 2011 15:29:51 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 27613 invoked by uid 500); 11 Aug 2011 15:29:50 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 27586 invoked by uid 99); 11 Aug 2011 15:29:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 15:29:50 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 15:29:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 1FE0B289801D for ; Thu, 11 Aug 2011 17:29:22 +0200 (CEST) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gflQoV6zE4r5 for ; Thu, 11 Aug 2011 17:29:21 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 1000) id 9FB44289801E; Thu, 11 Aug 2011 17:29:21 +0200 (CEST) From: Stefan Bodewig To: dev@commons.apache.org Subject: Re: [compress] How to deal with long running test? Maven Profile? References: <1313075066.83638.YahooMailClassic@web27804.mail.ukl.yahoo.com> Date: Thu, 11 Aug 2011 17:29:21 +0200 In-Reply-To: <1313075066.83638.YahooMailClassic@web27804.mail.ukl.yahoo.com> (Mark Struberg's message of "Thu, 11 Aug 2011 16:04:26 +0100 (BST)") Message-ID: <87y5z0c6ge.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org On 2011-08-11, Mark Struberg wrote: > A common pattern is to introduce an own 'run-its' profile which > configures surefire to pickup those tests. How? 8-) Do I put the test into a separate directory and tell surefire inside the profile to look into that other dir? > It's just not good to have tests which in summary takes longer than 3 > minutes to run. This usually leads to developers using > -Dmaven.test.skip=true which is kind of counter productive... Absolutely, that why I want to move them to a separate profile. If you want to test reading of an archive of more than 4GB then you simply have no choice but to wait for the data to be read - and the writing tests are even worse, at least on my box. It simply takes a few minutes just to move the data from or to the disk. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org