You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2020/03/26 10:09:48 UTC

[hbase] branch branch-2.3 updated: HBASE-22555 Re-enable TestMasterOperationsForRegionReplicas (#1345)

This is an automated email from the ASF dual-hosted git repository.

psomogyi pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new 224b706  HBASE-22555 Re-enable TestMasterOperationsForRegionReplicas (#1345)
224b706 is described below

commit 224b706c6e835553ed225975e56bb572915a5a4f
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Thu Mar 26 11:01:19 2020 +0100

    HBASE-22555 Re-enable TestMasterOperationsForRegionReplicas (#1345)
    
    Signed-off-by: stack <st...@apache.org>
---
 .../hadoop/hbase/master/TestMasterOperationsForRegionReplicas.java      | 2 --
 1 file changed, 2 deletions(-)

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 15a69ab..cd26d49 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
@@ -65,7 +65,6 @@ import org.apache.hadoop.hbase.util.JVMClusterUtil;
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
 import org.junit.ClassRule;
-import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
@@ -286,7 +285,6 @@ public class TestMasterOperationsForRegionReplicas {
   }
 
   @Test
-  @Ignore("Enable when we have support for alter_table- HBASE-10361")
   public void testIncompleteMetaTableReplicaInformation() throws Exception {
     final TableName tableName = TableName.valueOf(name.getMethodName());
     final int numRegions = 3;