This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-4.2
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-4.2 by this push:
new 83427869cdd [fix][test] Flaky
SameAuthParamsLookupAutoClusterFailoverTest (#25566)
83427869cdd is described below
commit 83427869cdd199b227822203695e6fb4ecadf7e2
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Apr 22 16:50:28 2026 +0300
[fix][test] Flaky SameAuthParamsLookupAutoClusterFailoverTest (#25566)
(cherry picked from commit 1071cc94b62921ede294c17391e19fca69c289d6)
---
.../pulsar/broker/SameAuthParamsLookupAutoClusterFailoverTest.java | 2 +-
1 file changed, 1 insertion(+), 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 755b3edaa3c..febd0c4aad0 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
@@ -83,7 +83,7 @@ public class SameAuthParamsLookupAutoClusterFailoverTest
extends OneWayReplicato
.pulsarServiceUrlArray(urlArray)
.failoverThreshold(5)
.recoverThreshold(5)
- .checkHealthyIntervalMs(300)
+ .checkHealthyIntervalMs(100)
.testTopic("a/b/c")
.markTopicNotFoundAsAvailable(true)
.build();