[
https://issues.apache.org/jira/browse/HBASE-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12920754#action_12920754
]
Alex Newman commented on HBASE-3107:
------------------------------------
I want to break up the unit tests into 5 files, A BaseHLogSplit which contains
all of the common functions. A TestHLogSplit, a TestHLogSplitSkipErrors,
DistributedHlogSplit, DistributedHLogSkipErrors. The Distributed versions will
load MiniClusters instead of miniHDFS clusters. The inheritance will look
roughly like
BaseHLogSplit => TestHLogSplit => DistributedTestHLogSplit
BaseHLogSplit => TestHLogSplitErrors => DistributedTestHlogSplitSkipErrors.
This could significantly increase the overall time to unit test compared to
where it does, as we will need to start/stop atleast one additional
MiniCluster. I thought I would bring it up in case someone had another
suggestion.
> Breakup HLogSplitTest unit tests.
> ---------------------------------
>
> Key: HBASE-3107
> URL: https://issues.apache.org/jira/browse/HBASE-3107
> Project: HBase
> Issue Type: Sub-task
> Reporter: Alex Newman
> Assignee: Alex Newman
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.