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

lianetm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 42f059085fc MINOR: mark flaky testDescribeQuorumReplicationSuccessful 
(#22781)
42f059085fc is described below

commit 42f059085fc193dc86b816a90885487fbe29961f
Author: Lianet Magrans <[email protected]>
AuthorDate: Wed Jul 8 09:10:06 2026 -0400

    MINOR: mark flaky testDescribeQuorumReplicationSuccessful (#22781)
    
    Add flaky tag and ref to open jira (has been showing up on PRs)
    
    Reviewers: Andrew Schofield <[email protected]>
---
 build.gradle                                                            | 1 +
 .../src/test/java/org/apache/kafka/tools/MetadataQuorumCommandTest.java | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/build.gradle b/build.gradle
index 1267c5600e1..970f527a524 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2685,6 +2685,7 @@ project(':tools') {
     testImplementation project(':core').sourceSets.test.output
     testImplementation project(':test-common:test-common-internal-api')
     testImplementation project(':test-common:test-common-runtime')
+    testImplementation project(':test-common:test-common-util')
     testImplementation project(':server-common')
     testImplementation testFixtures(project(':server-common'))
     testImplementation project(':connect:api')
diff --git 
a/tools/src/test/java/org/apache/kafka/tools/MetadataQuorumCommandTest.java 
b/tools/src/test/java/org/apache/kafka/tools/MetadataQuorumCommandTest.java
index 621943f695a..4c422aa925d 100644
--- a/tools/src/test/java/org/apache/kafka/tools/MetadataQuorumCommandTest.java
+++ b/tools/src/test/java/org/apache/kafka/tools/MetadataQuorumCommandTest.java
@@ -20,6 +20,7 @@ import org.apache.kafka.clients.admin.AdminClientConfig;
 import org.apache.kafka.common.test.ClusterInstance;
 import org.apache.kafka.common.test.api.ClusterTest;
 import org.apache.kafka.common.test.api.ClusterTests;
+import org.apache.kafka.common.test.api.Flaky;
 import org.apache.kafka.common.test.api.Type;
 import org.apache.kafka.test.TestUtils;
 
@@ -42,6 +43,7 @@ class MetadataQuorumCommandTest {
      * 2. More brokers than controllers
      * 3. Fewer brokers than controllers
      */
+    @Flaky("KAFKA-15104")
     @ClusterTests({
         @ClusterTest(brokers = 2, controllers = 2),
         @ClusterTest(brokers = 2, controllers = 1),

Reply via email to