You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ff...@apache.org on 2023/09/19 14:12:54 UTC

[camel-spring-boot] branch camel-spring-boot-4.0.x updated: [CAMEL-19854]re-enable KafkaConsumerHealthCheckIT as it's OK now

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

ffang pushed a commit to branch camel-spring-boot-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-4.0.x by this push:
     new 1591ddc928f [CAMEL-19854]re-enable KafkaConsumerHealthCheckIT as it's OK now
1591ddc928f is described below

commit 1591ddc928fcb5ff6a77bfcc23ab2d48e5e44fe9
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Tue Sep 19 10:10:04 2023 -0400

    [CAMEL-19854]re-enable KafkaConsumerHealthCheckIT as it's OK now
    
    (cherry picked from commit 8e516b9e612d3669ff69d3aaab14510599cd18f6)
---
 .../camel/component/kafka/integration/KafkaConsumerHealthCheckIT.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git a/components-starter/camel-kafka-starter/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerHealthCheckIT.java b/components-starter/camel-kafka-starter/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerHealthCheckIT.java
index 254e2c574db..23fc81cc5ff 100644
--- a/components-starter/camel-kafka-starter/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerHealthCheckIT.java
+++ b/components-starter/camel-kafka-starter/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerHealthCheckIT.java
@@ -41,7 +41,6 @@ import org.apache.kafka.common.header.internals.RecordHeader;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.Assertions;
 import org.junit.jupiter.api.BeforeEach;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.MethodOrderer;
 import org.junit.jupiter.api.Order;
 import org.junit.jupiter.api.Test;
@@ -69,7 +68,6 @@ import static org.testcontainers.shaded.org.awaitility.Awaitility.await;
                 KafkaConsumerHealthCheckIT.TestConfiguration.class,
         }
 )
-@Disabled("https://issues.apache.org/jira/browse/CAMEL-19854")
 public class KafkaConsumerHealthCheckIT extends BaseEmbeddedKafkaTestSupport {
     public static final String TOPIC = "test-health";