[
https://issues.apache.org/jira/browse/HBASE-10409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13881896#comment-13881896
]
Hudson commented on HBASE-10409:
--------------------------------
SUCCESS: Integrated in HBase-0.98 #107 (See
[https://builds.apache.org/job/HBase-0.98/107/])
HBASE-10409 Allow config options related to zookeeper to be passed to
IntegrationTestsDriver - revert (tedyu: rev 1560901)
*
/hbase/branches/0.98/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestsDriver.java
HBASE-10409 Allow config options related to zookeeper to be passed to
IntegrationTestsDriver (Ted Yu) (tedyu: rev 1560803)
*
/hbase/branches/0.98/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestsDriver.java
> 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
> Attachments: 10409-v1.txt
>
>
> 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)