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

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


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new b39e695f824 HBASE-28330 TestUnknownServers.testListUnknownServers is 
flaky in branch-2 (#5650)
b39e695f824 is described below

commit b39e695f82460e056caa190427e6e1cda7dd90ea
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