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 EF14E105C0 for ; Thu, 23 Jan 2014 18:14:55 +0000 (UTC) Received: (qmail 57841 invoked by uid 500); 23 Jan 2014 18:14:51 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 57752 invoked by uid 500); 23 Jan 2014 18:14:48 -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 57599 invoked by uid 99); 23 Jan 2014 18:14:44 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jan 2014 18:14:44 +0000 Date: Thu, 23 Jan 2014 18:14:43 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (HBASE-10409) Allow config options related to zookeeper to be passed to IntegrationTestsDriver 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-10409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu reassigned HBASE-10409: ------------------------------ Assignee: Ted Yu > Allow config options related to zookeeper to be passed to IntegrationTestsDriver > -------------------------------------------------------------------------------- > > Key: HBASE-10409 > URL: https://issues.apache.org/jira/browse/HBASE-10409 > Project: HBase > Issue Type: Test > Reporter: Ted Yu > Assignee: Ted Yu > > Currently IntegrationTestsDriver only accepts one parameter: regex for integration test. > {code} > public static void main(String[] args) throws Exception { > int ret = ToolRunner.run(new IntegrationTestsDriver(), args); > {code} > To allow IntegrationTestsDriver to be activated through Java API, support for passing config options related to zookeeper should be added - similarly to what LoadTestTool supports. -- This message was sent by Atlassian JIRA (v6.1.5#6160)