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:01:36 UTC

[hbase] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 9042bc005845b7b43e481c154b384de4dbf3bc51
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 952cc0c..bb2fbfa 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;