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 60A0218504 for ; Mon, 2 Nov 2015 18:26:28 +0000 (UTC) Received: (qmail 52528 invoked by uid 500); 2 Nov 2015 18:26:28 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 52473 invoked by uid 500); 2 Nov 2015 18:26:28 -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 52410 invoked by uid 99); 2 Nov 2015 18:26:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2015 18:26:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D12C22C1F6A for ; Mon, 2 Nov 2015 18:26:27 +0000 (UTC) Date: Mon, 2 Nov 2015 18:26:27 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-14725) Vet categorization of tests so they for sure go into the right small/medium/large buckets MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-14725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-14725: -------------------------- Attachment: 14725v5.txt Version of the patch that just does categorization. Remove the bit where we size the forking by how many processors on the machine. > Vet categorization of tests so they for sure go into the right small/medium/large buckets > ----------------------------------------------------------------------------------------- > > Key: HBASE-14725 > URL: https://issues.apache.org/jira/browse/HBASE-14725 > Project: HBase > Issue Type: Sub-task > Components: test > Reporter: stack > Assignee: stack > Fix For: 2.0.0, 1.2.0, 1.3.0 > > Attachments: 14725v2 (1).txt, 14725v2 (1).txt, 14725v2.txt, 14725v2.txt, 14725v4.txt, 14725v4.txt, 14725v5.txt, categorization.patch > > > I tried doing runSmallTests, runMediumTests, etc., and I noticed that some tests are larger than our categorization. At least for small tests it means they area all running in the one JVM. I also noticed that the categorization only takes effect in hbase-server. > This patch makes it so runSmallTests runs all the small tests only in each category. Also moves tests that were larger than small out to medium so they don't run in the one JVM anymore. -- This message was sent by Atlassian JIRA (v6.3.4#6332)