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 19B2C10D52 for ; Wed, 24 Jul 2013 00:51:09 +0000 (UTC) Received: (qmail 71556 invoked by uid 500); 24 Jul 2013 00:51:09 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 71522 invoked by uid 500); 24 Jul 2013 00:51:09 -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 71514 invoked by uid 99); 24 Jul 2013 00:51:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jul 2013 00:51:08 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of eric.newton@gmail.com designates 74.125.82.50 as permitted sender) Received: from [74.125.82.50] (HELO mail-wg0-f50.google.com) (74.125.82.50) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jul 2013 00:51:03 +0000 Received: by mail-wg0-f50.google.com with SMTP id m15so2267036wgh.17 for ; Tue, 23 Jul 2013 17:50:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=oH4PorSjmfiX5zeNPxgKc7keQY92hG7CKvjJgKWBxcY=; b=fg9JRzDn5U7J2Y1Qvcn38iM2ReT+OK0w7MH/ty/kce4gg37PhmFOmZhBrLFTFN+d+Z Vly8hsHpmByPAUilbEcSHjz1QnnfVtf8WDBtALpQAyMGzNrqPwuiFItM3qWa+iEJD/7u sa8/KjPHE+qLUXOnImnt8rIQCgEc48xP+fxHY1cKIUkm2ZFNXY5OtRRqv8AdD7GSUDjv YjsGVXEPHiyUo1uwZ8hiN+Cdt2fihuOTNo9alY5Z15OcgiN1wiVrRvdLbNDrbAmEZGP0 ixUak0+gZ5dx2rOJRRxZRX2+ePEJ+3B1PgYeF+oqm+xSw/KmVSUK/9cezRFUacE2bV3s QQjg== MIME-Version: 1.0 X-Received: by 10.194.2.13 with SMTP id 13mr25263636wjq.74.1374627043073; Tue, 23 Jul 2013 17:50:43 -0700 (PDT) Received: by 10.216.179.72 with HTTP; Tue, 23 Jul 2013 17:50:43 -0700 (PDT) In-Reply-To: References: Date: Tue, 23 Jul 2013 20:50:43 -0400 Message-ID: Subject: Re: Local integration tests From: Eric Newton To: dev@accumulo.apache.org Content-Type: multipart/alternative; boundary=047d7b3a875699e5b504e2374c8a X-Virus-Checked: Checked by ClamAV on apache.org --047d7b3a875699e5b504e2374c8a Content-Type: text/plain; charset=ISO-8859-1 Sorry. You run them like this: $ mvn verify -P native The integration tests take about 50 minutes when all is working well. I hope to be able to run them in parallel but so far, I've not had any luck. -Eric On Tue, Jul 23, 2013 at 8:45 PM, Michael Berman wrote: > I was asking how to run them, not how to skip them. I'm not planning on > running them all the time, but I'd like to know I'm not breaking them > before I push changes :-) > > Ok great Eric. I'm not at my workstation right now, but I'll send you my > error list and specs tonight or tomorrow. Just for ballpark, it's an 8 > monthish old, high-end MacBook Pro with 16G RAM. It's a laptop, so it's > not the beefiest machine, but it's certainly not anemic. > > > On Tue, Jul 23, 2013 at 7:27 PM, Eric Newton > wrote: > > > I would like feedback on what is failing so I can look into it. I have > had > > them all run, but it's still pretty rare. > > > > Can you give me an idea of what your local hardware is like? > > > > Christopher gave me a great suggestion the other day: run these tests > under > > an anemic virtual host, which I plan to do. > > > > Please know I'm working on it, and I would like any help I can get. > > > > -Eric > > > > > > On Tue, Jul 23, 2013 at 6:25 PM, Christopher > wrote: > > > > > Try running them with -P native. Eric has been working on improving > them. > > > > > > -- > > > Christopher L Tubbs II > > > http://gravatar.com/ctubbsii > > > > > > > > > On Tue, Jul 23, 2013 at 5:46 PM, Michael Berman > > wrote: > > > > Does anyone have any advice for running integration tests locally? > At > > > the > > > > moment a large number of them time out for me, and others have > > assertion > > > > failures that aren't obviously due to my running them locally, but > I'm > > > > assuming it is because no one else seems to be complaining (of course > > > since > > > > there hasn't been a successful Jenkins build in like three weeks, > maybe > > > > it's just that no one's noticed). > > > > > > --047d7b3a875699e5b504e2374c8a--