[
https://issues.apache.org/jira/browse/HBASE-19348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai updated HBASE-19348:
-----------------------------------
Attachment: HBASE-19348.branch-1.patch
Most changes are copied from the master branch excluding the following one.
{code}
---
a/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterOperationsForRegionReplicas.java
+++
b/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterOperationsForRegionReplicas.java
@@ -55,6 +55,7 @@ import org.apache.hadoop.hbase.client.Table;
import org.apache.hadoop.hbase.util.Bytes;
import org.junit.AfterClass;
import org.junit.BeforeClass;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
@@ -232,7 +233,7 @@ public class TestMasterOperationsForRegionReplicas {
}
}
- //@Test (TODO: enable when we have support for alter_table- HBASE-10361).
+ @Test
public void testIncompleteMetaTableReplicaInformation() throws Exception {
final TableName table = TableName.valueOf("fooTableTest1");
final int numRegions = 3;
{code}
Looped the test 19 times locally which it passed, so the test should be enabled.
I will run the QA locally.
> Fix error-prone errors for branch-1
> -----------------------------------
>
> Key: HBASE-19348
> URL: https://issues.apache.org/jira/browse/HBASE-19348
> Project: HBase
> Issue Type: Sub-task
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Priority: Minor
> Fix For: 1.4.0
>
> Attachments: HBASE-19348.branch-1.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)