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

sunxin 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 a2fbb4d88a7 HBASE-28330 TestUnknownServers.testListUnknownServers is 
flaky in branch-2 (#5650)
a2fbb4d88a7 is described below

commit a2fbb4d88a72056310cb37c10c4d8480407f0860
Author: Xin Sun <[email protected]>
AuthorDate: Fri Jan 26 14:51:14 2024 +0800

    HBASE-28330 TestUnknownServers.testListUnknownServers is flaky in branch-2 
(#5650)
    
    Signed-off-by: Duo Zhang <[email protected]>
---
 .../test/java/org/apache/hadoop/hbase/master/TestUnknownServers.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestUnknownServers.java
 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestUnknownServers.java
index 253a9c144c7..9e36f36a7a2 100644
--- 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestUnknownServers.java
+++ 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestUnknownServers.java
@@ -41,7 +41,7 @@ public class TestUnknownServers {
 
   private static HBaseTestingUtility UTIL;
   private static Admin ADMIN;
-  private final static int SLAVES = 2;
+  private final static int SLAVES = 1;
   private static boolean IS_UNKNOWN_SERVER = true;
 
   @BeforeClass

Reply via email to