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

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


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

commit 1002a9deb04d82897f4d755f14c02e3d9eb77081
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