Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED808D54D for ; Wed, 2 Jan 2013 17:20:30 +0000 (UTC) Received: (qmail 68845 invoked by uid 500); 2 Jan 2013 17:20:28 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 68762 invoked by uid 500); 2 Jan 2013 17:20:28 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 68714 invoked by uid 99); 2 Jan 2013 17:20:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2013 17:20:28 +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 nkeywal@gmail.com designates 209.85.215.43 as permitted sender) Received: from [209.85.215.43] (HELO mail-la0-f43.google.com) (209.85.215.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2013 17:20:21 +0000 Received: by mail-la0-f43.google.com with SMTP id eg20so6354775lab.2 for ; Wed, 02 Jan 2013 09:20:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=zWw7QYFUCzlz2YW5tIhGn8Ohu0ke84uvME61ew35yZo=; b=JrQrNdp0E577x6uxJQvjjz28vBcULUX/UyLO/T+Pls/A+Yrb3deXWKLh3lJF/fbjkf tIYkXHTb5oZGh0ovnW+bN7ZyAjxtIwhHJ+obauQ+k7C4aBYITZj8Gdm4X/gnWgR4DjXd SGN0pRWIl56fI1cnHDNpr3CeTUxz+BTdw7oGws8+iQRf6aWV1UURf1FY1/Fdz3EMflUO aAgf4WRaYMiA+HhA20Ntr4RQqpu9REvTkIaASbEhjLi080erIxEG/Ec41mj/gJz2TzNN Cvnru8ov20e3D+XYG3O7b0jKKZCmiflyf0oOLUOPCnTYaRkFPugxIWy4CbX25oiciIoV kj9w== Received: by 10.152.124.226 with SMTP id ml2mr43669697lab.46.1357147200561; Wed, 02 Jan 2013 09:20:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.8.9 with HTTP; Wed, 2 Jan 2013 09:19:40 -0800 (PST) In-Reply-To: References: From: Nicolas Liochon Date: Wed, 2 Jan 2013 18:19:40 +0100 Message-ID: Subject: Re: How to run HBase tests against 0.94? (seems to be for and old version of HBase) To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=f46d042f96fccc209804d25174d7 X-Virus-Checked: Checked by ClamAV on apache.org --f46d042f96fccc209804d25174d7 Content-Type: text/plain; charset=ISO-8859-1 >From what I see in 0.94 and in the jira, it should work, there is nothing fancy there. moving to dev list btw, user in bcc. On Wed, Jan 2, 2013 at 6:15 PM, Nicolas Liochon wrote: > If it works, it's ok: it's not going to give you wrong results. Just that > it adds nothing to a plain mvn test. > So if it worked for you on this patch, then you're done :-). > > This should be enough most most cases: > mvn test > > If you want to play it safe, you will run all the tests before sending the > patch. > That's mvn test -P runAllTests > > And this should work. If you have a strange error, you can clean the env > with a mvn clean install -DskipTests. > > 'P runAllTests' adds some extra tests and increases the parallelization, > but does not change the environment. > > > I'm gonna have a look at the JIRA you're working on to see if there > something that could explain the issue you're having. > > > On Wed, Jan 2, 2013 at 6:03 PM, Jean-Marc Spaggiari < > jean-marc@spaggiari.org> wrote: > >> for my code validation? What's the right way to run the tests on 0.94? > > > --f46d042f96fccc209804d25174d7--