You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ch...@apache.org on 2017/12/06 13:30:47 UTC

hbase git commit: HBASE-19414 enable TestMasterOperationsForRegionReplicas#testIncompleteMetaTableReplicaInformation in branch-1.3 and branch-1.2

Repository: hbase
Updated Branches:
  refs/heads/branch-1.2 358e2d7df -> 199c0e6a3


HBASE-19414 enable TestMasterOperationsForRegionReplicas#testIncompleteMetaTableReplicaInformation in branch-1.3 and branch-1.2

Signed-off-by: Chia-Ping Tsai <ch...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/199c0e6a
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/199c0e6a
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/199c0e6a

Branch: refs/heads/branch-1.2
Commit: 199c0e6a3cafd6d3a0c3566b31d9c2e26df7c16f
Parents: 358e2d7
Author: Yung-An He <ma...@gmail.com>
Authored: Wed Dec 6 21:23:14 2017 +0800
Committer: Chia-Ping Tsai <ch...@gmail.com>
Committed: Wed Dec 6 21:24:15 2017 +0800

----------------------------------------------------------------------
 .../hadoop/hbase/master/TestMasterOperationsForRegionReplicas.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/199c0e6a/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterOperationsForRegionReplicas.java
----------------------------------------------------------------------
diff --git 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
index 2112be7..a3a171e 100644
--- 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
@@ -232,7 +232,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;