Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-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 C523810EE2 for ; Sun, 6 Oct 2013 04:26:23 +0000 (UTC) Received: (qmail 63589 invoked by uid 500); 6 Oct 2013 04:25:48 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 63550 invoked by uid 500); 6 Oct 2013 04:25:46 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 63471 invoked by uid 99); 6 Oct 2013 04:25:42 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Oct 2013 04:25:42 +0000 Received: from localhost (HELO mail-lb0-f182.google.com) (127.0.0.1) (smtp-auth username ctubbsii, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Oct 2013 04:25:41 +0000 Received: by mail-lb0-f182.google.com with SMTP id c11so4554023lbj.13 for ; Sat, 05 Oct 2013 21:25:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=VV0gbXstcjUe1JpWwh+oXlI6mxKmkXaYAJlbCRtwUc0=; b=Zuf25MaFBh6aozZg/A9A2/v2qtykbM7jMKbfVTZHNh5UBbTCCw2qrlrBQBmrJKsOGW VXqntn8/G8709CrOA1gHAgqkfw5hdlRc8tynyiHyxlonn6eKeEEThTf3f4x79+ANh7gR FpA5ojtnc/Lde/PZqlOun88O+15d8CL1Cs8pyJ5PUbET7ABRnowSZ8mPk0MA53jOvA9q E1eftJ1iyUg036JVZbRQz6rnMSePWVA6xjhJ7AJIYPYhbOlfNO6USbGmn9/iZxg1PZ1K EWBy7mbKBEwOA3GfNVsMgGfdynYnLS+lcbffSCd082Dw+vU0Zh/402veNvy/ATdL4ahk gFDA== MIME-Version: 1.0 X-Received: by 10.152.44.225 with SMTP id h1mr20115142lam.15.1381033539986; Sat, 05 Oct 2013 21:25:39 -0700 (PDT) Received: by 10.114.200.203 with HTTP; Sat, 5 Oct 2013 21:25:39 -0700 (PDT) In-Reply-To: References: Date: Sun, 6 Oct 2013 00:25:39 -0400 Message-ID: Subject: Re: integration tests From: Christopher To: Accumulo Dev List Content-Type: text/plain; charset=UTF-8 That doesn't work well with plugins that aren't all thread safe, and may have other side-effects. Feel free to try it, if you like, but I think it's sufficient to focus on optimizing the unit tests and integration tests, because that's where it really matters. -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Fri, Sep 27, 2013 at 5:53 PM, Mike Drob wrote: > Maven already provides a -T option for multithreaded runs, and can even > take a core multiplied factor. It would be nice to integrate with that in > some way > That's much better. It took me a few iterations to get down to an > appropriate number of threads where it wouldn't fail, but being able to do > it in 20 minutes blows 1+ hours out of the water > > > On Fri, Sep 27, 2013 at 2:55 PM, Eric Newton wrote: > >> I've stabilized the integration tests. They run in a slow virtual machine, >> and they run on my desktop. You can use multiple forks to run the tests >> more quickly: >> >> $ mvn clean verify -Pnative -Daccumulo.it.forkCount=12 >> >> That takes ~15 minutes. My desktop has 8 cores and 30G of RAM. >> >> Please take the time to run the integration tests, and please open tickets >> if you find them failing. >> >> I'm not going to turn these tests on for our Jenkin's build because they >> will still timeout. >> >> -Eric >>