Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2164311AB1 for ; Wed, 10 Sep 2014 23:48:39 +0000 (UTC) Received: (qmail 36040 invoked by uid 500); 10 Sep 2014 23:48:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 35999 invoked by uid 500); 10 Sep 2014 23:48:33 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 35988 invoked by uid 99); 10 Sep 2014 23:48:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2014 23:48:33 +0000 Date: Wed, 10 Sep 2014 23:48:33 +0000 (UTC) From: "Alex Newman (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11911) Break up tests into more fine grained categories MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-11911?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D141= 29382#comment-14129382 ]=20 Alex Newman commented on HBASE-11911: ------------------------------------- [~stack] =C2=A0I created a jira for the documentation updates. (HBASE-11806= ) - All existing functionality should work as is - All of these tests currently run in one jvm. The parrelization happens th= rough a more isolated model. For instance with jenkins we use docker and mu= lti matrix projects to run all of the categories at the same time. Travis-C= I and circle-ci in essence do the same thing > Break up tests into more fine grained categories > ------------------------------------------------ > > Key: HBASE-11911 > URL: https://issues.apache.org/jira/browse/HBASE-11911 > Project: HBase > Issue Type: Sub-task > Reporter: Alex Newman > Assignee: Alex Newman > Attachments: HBASE-11911-preview.patch, HBASE-11911-v0.patch, HBA= SE-11911-v1.patch, HBASE-11911-v2.patch, HBASE-11911-v3.patch, HBASE-11911-= v3.patch > > > Wouldn't it be nice to run all of the client tests (client and the ones i= n hbase-server) in a single command like. > mvn test -PrunClientTests > how about all of the small tests not having to do with mapReduce > mvn test -PrunSmallTests,!runMapReduceTests > how about breaking up the build into small pieces so it can be run on tra= vis or circle-ci. If that's what you are into, +1 this patch. -- This message was sent by Atlassian JIRA (v6.3.4#6332)