[
https://issues.apache.org/jira/browse/HBASE-12370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14187754#comment-14187754
]
Andrew Purtell commented on HBASE-12370:
----------------------------------------
Most of all I like this change:
{noformat}
--- a/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestIngest.java
+++ b/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestIngest.java
@@ -42,21 +42,39 @@ import com.google.common.collect.Sets;
@Category(IntegrationTests.class)
public class IntegrationTestIngest extends IntegrationTestBase {
public static final char HIPHEN = '-';
- private static final int SERVER_COUNT = 4; // number of slaves for the
smallest cluster
+ private static final int SERVER_COUNT = 1; // number of slaves for the
smallest cluster
{noformat}
which gets in the way whenever I'd like to run an integration test against an
all-localhost cluster.
> Backport IT changes from HBASE-10572 to 0.98
> --------------------------------------------
>
> Key: HBASE-12370
> URL: https://issues.apache.org/jira/browse/HBASE-12370
> Project: HBase
> Issue Type: Task
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Fix For: 0.98.8
>
> Attachments: HBASE-12370-0.98.patch
>
>
> HBASE-10572 added new monkeys, actions, and policies in addition to an
> integration test for region replicas. Later changes to hbase-it require these
> changes be in place for clean application and they are independently useful.
> Backport.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)