[
https://issues.apache.org/jira/browse/HBASE-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Lawlor updated HBASE-7541:
-----------------------------------
Attachment: HBASE7541_patch_v1.txt
Replaced instances of the createMultiRegions call with equivalent calls to
createTable and createMultiRegionTable. In one instance a test was improved to
use public APIs rather than replacing the call to createMultiRegions with
createMultiRegionTable.
> Convert all tests that use HBaseTestingUtility.createMultiRegions to
> HBA.createTable
> ------------------------------------------------------------------------------------
>
> Key: HBASE-7541
> URL: https://issues.apache.org/jira/browse/HBASE-7541
> Project: HBase
> Issue Type: Improvement
> Reporter: Jean-Daniel Cryans
> Assignee: Jonathan Lawlor
> Attachments: HBASE7541_patch_v1.txt
>
>
> Like I discussed in HBASE-7534, {{HBaseTestingUtility.createMultiRegions}}
> should disappear and not come back. There's about 25 different places in the
> code that rely on it that need to be changed the same way I changed
> TestReplication.
> Perfect for someone that wants to get started with HBase dev :)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)