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

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new ed099501840 [fix][test] Fix flaky 
SameAuthParamsLookupAutoClusterFailoverTest.testAutoClusterFailover() test 
(#25892)
ed099501840 is described below

commit ed099501840fed113c630f92c5850faff8e118cc
Author: Oneby Wang <[email protected]>
AuthorDate: Wed Jun 3 03:14:35 2026 +0800

    [fix][test] Fix flaky 
SameAuthParamsLookupAutoClusterFailoverTest.testAutoClusterFailover() test 
(#25892)
---
 .../pulsar/broker/SameAuthParamsLookupAutoClusterFailoverTest.java       | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/SameAuthParamsLookupAutoClusterFailoverTest.java
 
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/SameAuthParamsLookupAutoClusterFailoverTest.java
index a82ec4e803d..128be102f58 100644
--- 
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/SameAuthParamsLookupAutoClusterFailoverTest.java
+++ 
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/SameAuthParamsLookupAutoClusterFailoverTest.java
@@ -99,7 +99,6 @@ public class SameAuthParamsLookupAutoClusterFailoverTest 
extends OneWayReplicato
                 .tlsTrustCertsFilePath(CA_CERT_FILE_PATH);
         }
         final PulsarClient client = clientBuilder.build();
-        failover.initialize(client);
         final EventLoopGroup executor = 
WhiteboxImpl.getInternalState(failover, "executor");
         final PulsarServiceState[] stateArray =
                 WhiteboxImpl.getInternalState(failover, 
"pulsarServiceStateArray");

Reply via email to