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

ableegoldman 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 f863749  KAFKA-12283: disable flaky testMultipleWorkersRejoining to 
stabilize build (#10408)
f863749 is described below

commit f863749c51552b6f8e4afd3e5b772e8aa26d1234
Author: Luke Chen <[email protected]>
AuthorDate: Sat Apr 3 05:48:36 2021 +0800

    KAFKA-12283: disable flaky testMultipleWorkersRejoining to stabilize build 
(#10408)
    
    Reviewers: Anna Sophie Blee-Goldman <[email protected]>
---
 .../connect/integration/RebalanceSourceConnectorsIntegrationTest.java  | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/connect/runtime/src/test/java/org/apache/kafka/connect/integration/RebalanceSourceConnectorsIntegrationTest.java
 
b/connect/runtime/src/test/java/org/apache/kafka/connect/integration/RebalanceSourceConnectorsIntegrationTest.java
index 535a803..b56a8fa 100644
--- 
a/connect/runtime/src/test/java/org/apache/kafka/connect/integration/RebalanceSourceConnectorsIntegrationTest.java
+++ 
b/connect/runtime/src/test/java/org/apache/kafka/connect/integration/RebalanceSourceConnectorsIntegrationTest.java
@@ -22,6 +22,7 @@ import 
org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster;
 import org.apache.kafka.test.IntegrationTest;
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
@@ -268,6 +269,8 @@ public class RebalanceSourceConnectorsIntegrationTest {
                 WORKER_SETUP_DURATION_MS, "Connect and tasks are imbalanced 
between the workers.");
     }
 
+    // should enable it after KAFKA-12495 fixed
+    @Ignore
     @Test
     public void testMultipleWorkersRejoining() throws Exception {
         // create test topic

Reply via email to