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 BB3BF10DFC for ; Mon, 7 Oct 2013 19:41:39 +0000 (UTC) Received: (qmail 86153 invoked by uid 500); 7 Oct 2013 19:41:38 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 86053 invoked by uid 500); 7 Oct 2013 19:41:34 -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 86032 invoked by uid 99); 7 Oct 2013 19:41:31 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Oct 2013 19:41:31 +0000 Received: from localhost (HELO mail-lb0-f178.google.com) (127.0.0.1) (smtp-auth username ctubbsii, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Oct 2013 19:41:31 +0000 Received: by mail-lb0-f178.google.com with SMTP id z5so5884231lbh.23 for ; Mon, 07 Oct 2013 12:41:29 -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=ZHfX0rPNqrUl03BoSCdPMSa5twxFU3kIvIXESnY4Fro=; b=FeonrW/Eq8xi7qsX2po9J1rKgin8C3TyXf/UVE73NdvR4pdMplq4T07TDFd4p4kPne Dn/wTgc2Rs++VWXujRxti+r5n/32stB/p311SFDuXXZr6PTfJ1MdfS9Z6lCFojBXvsec lwCSxQpSwd5stpIZDJCQz9LndAh/oA8FjtAIUEKphOH/k7JoPdO93onMQnetBBzgd6AT vmtNnGenKtkMF+oVgFPnVwtzMonbPSI37MdzfmdoYKQY2TSRRe87QpMpC+c3AzXaMkJC RPwcELf3oFi8Jnq9c9+6TJJX1eCvYLZC33gHvOdugVY/xdBPY5QlJ/B0gAGegpvwJUVM lO2w== MIME-Version: 1.0 X-Received: by 10.112.64.36 with SMTP id l4mr26594083lbs.15.1381174889140; Mon, 07 Oct 2013 12:41:29 -0700 (PDT) Received: by 10.114.200.203 with HTTP; Mon, 7 Oct 2013 12:41:29 -0700 (PDT) In-Reply-To: References: Date: Mon, 7 Oct 2013 15:41:29 -0400 Message-ID: Subject: Re: integration tests From: Christopher To: Accumulo Dev List Content-Type: text/plain; charset=UTF-8 I still can't get the full suite to run in one go. I think we'll have to have them turned off in the release profile (not a big deal, if we've done sufficient testing in advance). -- Christopher L Tubbs II http://gravatar.com/ctubbsii 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