Return-Path: X-Original-To: apmail-phoenix-dev-archive@minotaur.apache.org Delivered-To: apmail-phoenix-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D675111A51 for ; Fri, 2 May 2014 03:53:38 +0000 (UTC) Received: (qmail 79937 invoked by uid 500); 2 May 2014 03:53:37 -0000 Delivered-To: apmail-phoenix-dev-archive@phoenix.apache.org Received: (qmail 79899 invoked by uid 500); 2 May 2014 03:53:37 -0000 Mailing-List: contact dev-help@phoenix.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.incubator.apache.org Delivered-To: mailing list dev@phoenix.incubator.apache.org Received: (qmail 79891 invoked by uid 99); 2 May 2014 03:53:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2014 03:53:36 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 02 May 2014 03:53:35 +0000 Received: (qmail 79675 invoked by uid 99); 2 May 2014 03:53:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2014 03:53:14 +0000 Date: Fri, 2 May 2014 03:53:14 +0000 (UTC) From: "James Taylor (JIRA)" To: dev@phoenix.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PHOENIX-674) Run unit tests in parallel MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PHOENIX-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-674: --------------------------------- Fix Version/s: 4.1 3.1 5.0.0 > Run unit tests in parallel > -------------------------- > > Key: PHOENIX-674 > URL: https://issues.apache.org/jira/browse/PHOENIX-674 > Project: Phoenix > Issue Type: Task > Reporter: James Taylor > Assignee: Samarth Jain > Fix For: 5.0.0, 3.1, 4.1 > > Attachments: 3.0.patch, fasttests_v1.patch, master.patch > > > The main reason for the slowness is the time it takes to spin up and tear down a mini cluster for each test suite. We do this to guarantee that there's no left over state from previous tests. > A few things we can do to improve things: > * consolidate test suites where it makes sense, if there are just a few strangler tests that can put combined with other test suites. > * spin up a single mini cluster and before a test suite runs, disable and drop any hbase tables that exist. -- This message was sent by Atlassian JIRA (v6.2#6252)