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

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


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 8b8366f  HBASE-22424 Interactions in RSGroup test classes will cause 
TestRSGroupsAdmin2.testMoveServersAndTables and 
TestRSGroupsBalance.testGroupBalance flaky
8b8366f is described below

commit 8b8366f2aeefee1ee223db33eef2a1fcc12f783e
Author: haxiaolin <[email protected]>
AuthorDate: Wed May 15 17:12:53 2019 +0800

    HBASE-22424 Interactions in RSGroup test classes will cause 
TestRSGroupsAdmin2.testMoveServersAndTables and 
TestRSGroupsBalance.testGroupBalance flaky
    
    Signed-off-by: Guanghao Zhang <[email protected]>
---
 .../src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsBase.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsBase.java
 
b/hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsBase.java
index 48a8d9c..4ebcb61 100644
--- 
a/hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsBase.java
+++ 
b/hbase-rsgroup/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsBase.java
@@ -78,7 +78,7 @@ public abstract class TestRSGroupsBase {
   protected static HBaseCluster cluster;
   protected static RSGroupAdmin rsGroupAdmin;
   protected static HMaster master;
-  protected static boolean INIT = false;
+  protected boolean INIT = false;
   protected static RSGroupAdminEndpoint rsGroupAdminEndpoint;
   protected static CPMasterObserver observer;
 

Reply via email to