[
https://issues.apache.org/jira/browse/HBASE-10774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Liu Shaohui updated HBASE-10774:
--------------------------------
Attachment: HBASE-10774-trunk-v2.diff
Run time is about 163s in my dev machine.
{code}
Running org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 162.69 sec
{code}
small improvements:
(1) set the region num to 4 , as small as possilble
(2) set writeToWAL = false in loadTable
(3) remove test testScanOPPToEmpty which duplicate with testScanYZYToEmpty
[~apurtell]
> Restore TestMultiTableInputFormat
> ---------------------------------
>
> Key: HBASE-10774
> URL: https://issues.apache.org/jira/browse/HBASE-10774
> Project: HBase
> Issue Type: Test
> Affects Versions: 0.99.0
> Reporter: Liu Shaohui
> Assignee: Liu Shaohui
> Priority: Minor
> Attachments: HBASE-10774-trunk-v2.diff, HBASE-10774-v1.diff
>
>
> TestMultiTableInputFormat is removed in HBASE-9009 for this test made the ci
> failed. But in HBASE-10692 we need to add a new test
> TestSecureMultiTableInputFormat which is depends on it. So we try to restore
> it in this issue.
> I rerun the test for several times and it passed.
> {code}
> Running org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 314.163 sec
> {code}
> [~stack]
--
This message was sent by Atlassian JIRA
(v6.2#6252)