Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EEF3C200B71 for ; Wed, 31 Aug 2016 14:30:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id ED6E5160AB5; Wed, 31 Aug 2016 12:30:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 675B8160A8C for ; Wed, 31 Aug 2016 14:30:22 +0200 (CEST) Received: (qmail 37286 invoked by uid 500); 31 Aug 2016 12:30:21 -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 37265 invoked by uid 99); 31 Aug 2016 12:30:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Aug 2016 12:30:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 202082C1B75 for ; Wed, 31 Aug 2016 12:30:21 +0000 (UTC) Date: Wed, 31 Aug 2016 12:30:21 +0000 (UTC) From: "Niels Basjes (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-16536) Make the HBase minicluster easy to use for testing downstream applications. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 31 Aug 2016 12:30:23 -0000 Niels Basjes created HBASE-16536: ------------------------------------ Summary: Make the HBase minicluster easy to use for testing downstream applications. Key: HBASE-16536 URL: https://issues.apache.org/jira/browse/HBASE-16536 Project: HBase Issue Type: Improvement Reporter: Niels Basjes Assignee: Niels Basjes In many applications I write I use HBase to store information. A big problem is testing these applications. I have seen several situations where people have written tests that create tables in the development cluster and due to firewalls and such couldn't run those tests from Jenkins. A while ago I wrote the FilterTestingCluster class that makes unit testing the client side filters a lot easier. With this ticket I propose to make this more generic and make it so that user applications can easily incorporate it into their own unit tests without any major modifications to their application. -- This message was sent by Atlassian JIRA (v6.3.4#6332)