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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new fa02fffe0ed CAMEL-21439: disable etcd3 tests as the component is 
likely broken
fa02fffe0ed is described below

commit fa02fffe0ed7bcf1fc0bc6f2e525c67182b41028
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Tue Nov 12 10:57:27 2024 +0100

    CAMEL-21439: disable etcd3 tests as the component is likely broken
---
 .../component/etcd3/cloud/integration/Etcd3ServiceDiscoveryIT.java      | 2 ++
 .../org/apache/camel/component/etcd3/integration/Etcd3ConsumerIT.java   | 2 ++
 .../org/apache/camel/component/etcd3/integration/Etcd3ProducerIT.java   | 2 ++
 .../org/apache/camel/component/etcd3/policy/Etcd3RoutePolicyIT.java     | 2 ++
 4 files changed, 8 insertions(+)

diff --git 
a/components/camel-etcd3/src/test/java/org/apache/camel/component/etcd3/cloud/integration/Etcd3ServiceDiscoveryIT.java
 
b/components/camel-etcd3/src/test/java/org/apache/camel/component/etcd3/cloud/integration/Etcd3ServiceDiscoveryIT.java
index c615a3602e3..eb6fe306910 100644
--- 
a/components/camel-etcd3/src/test/java/org/apache/camel/component/etcd3/cloud/integration/Etcd3ServiceDiscoveryIT.java
+++ 
b/components/camel-etcd3/src/test/java/org/apache/camel/component/etcd3/cloud/integration/Etcd3ServiceDiscoveryIT.java
@@ -32,6 +32,7 @@ import org.apache.camel.component.etcd3.Etcd3Helper;
 import org.apache.camel.component.etcd3.cloud.Etcd3OnDemandServiceDiscovery;
 import org.apache.camel.component.etcd3.cloud.Etcd3WatchServiceDiscovery;
 import org.apache.camel.component.etcd3.support.Etcd3TestSupport;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static java.util.concurrent.TimeUnit.SECONDS;
@@ -40,6 +41,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
+@Disabled("Etcd3 is likely broken (see CAMEL-21439)")
 class Etcd3ServiceDiscoveryIT extends Etcd3TestSupport {
     private static final ObjectMapper MAPPER = 
Etcd3Helper.createObjectMapper();
     private static final AtomicInteger PORT = new AtomicInteger();
diff --git 
a/components/camel-etcd3/src/test/java/org/apache/camel/component/etcd3/integration/Etcd3ConsumerIT.java
 
b/components/camel-etcd3/src/test/java/org/apache/camel/component/etcd3/integration/Etcd3ConsumerIT.java
index 5ef1a0c6bac..97e921c2e9f 100644
--- 
a/components/camel-etcd3/src/test/java/org/apache/camel/component/etcd3/integration/Etcd3ConsumerIT.java
+++ 
b/components/camel-etcd3/src/test/java/org/apache/camel/component/etcd3/integration/Etcd3ConsumerIT.java
@@ -29,8 +29,10 @@ import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.etcd3.Etcd3Constants;
 import org.apache.camel.component.etcd3.support.Etcd3TestSupport;
 import org.apache.camel.component.mock.MockEndpoint;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
+@Disabled("Etcd3 is likely broken (see CAMEL-21439)")
 class Etcd3ConsumerIT extends Etcd3TestSupport {
 
     private static final int BATCH_SIZE_PART_1 = 2_345;
diff --git 
a/components/camel-etcd3/src/test/java/org/apache/camel/component/etcd3/integration/Etcd3ProducerIT.java
 
b/components/camel-etcd3/src/test/java/org/apache/camel/component/etcd3/integration/Etcd3ProducerIT.java
index d854ae088df..22ecdc05f1c 100644
--- 
a/components/camel-etcd3/src/test/java/org/apache/camel/component/etcd3/integration/Etcd3ProducerIT.java
+++ 
b/components/camel-etcd3/src/test/java/org/apache/camel/component/etcd3/integration/Etcd3ProducerIT.java
@@ -35,6 +35,7 @@ import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.etcd3.Etcd3Constants;
 import org.apache.camel.component.etcd3.support.Etcd3TestSupport;
 import org.apache.camel.component.mock.MockEndpoint;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
@@ -42,6 +43,7 @@ import static org.junit.jupiter.api.Assertions.assertFalse;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
+@Disabled("Etcd3 is likely broken (see CAMEL-21439)")
 class Etcd3ProducerIT extends Etcd3TestSupport {
 
     @Test
diff --git 
a/components/camel-etcd3/src/test/java/org/apache/camel/component/etcd3/policy/Etcd3RoutePolicyIT.java
 
b/components/camel-etcd3/src/test/java/org/apache/camel/component/etcd3/policy/Etcd3RoutePolicyIT.java
index cbc7beb717d..cc0ccb5a47a 100644
--- 
a/components/camel-etcd3/src/test/java/org/apache/camel/component/etcd3/policy/Etcd3RoutePolicyIT.java
+++ 
b/components/camel-etcd3/src/test/java/org/apache/camel/component/etcd3/policy/Etcd3RoutePolicyIT.java
@@ -21,6 +21,7 @@ import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.etcd3.support.Etcd3TestSupport;
 import org.apache.camel.component.mock.MockEndpoint;
 import org.junit.jupiter.api.AfterEach;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static java.util.concurrent.TimeUnit.SECONDS;
@@ -28,6 +29,7 @@ import static org.awaitility.Awaitility.await;
 import static org.junit.jupiter.api.Assertions.assertFalse;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
+@Disabled("Etcd3 is likely broken (see CAMEL-21439)")
 class Etcd3RoutePolicyIT extends Etcd3TestSupport {
 
     private Etcd3RoutePolicy policyAsLeader;

Reply via email to