You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2021/02/15 12:47:22 UTC

[camel-kafka-connector] branch camel-master updated (1dded10 -> 608b361)

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

orpiske pushed a change to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


    from 1dded10  Remove exception message check from JMS startup test as the error message is too volatile
     new 2c5eb05  Revert "Disabled Azure storage blob tests due to GH issue #997"
     new ce0d8cf  Revert "Disabled Azure storage queue sink tests due to GH issue #976"
     new 608b361  Resolve netty conflicts preventing Azure tests from running successfully

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tests/itests-azure-storage-blob/pom.xml                                 | 2 +-
 .../azure/storage/blob/sink/CamelSinkAzureStorageBlobITCase.java        | 2 --
 tests/itests-azure-storage-queue/pom.xml                                | 2 +-
 .../azure/storage/queue/sink/CamelSinkAzureStorageQueueITCase.java      | 2 --
 4 files changed, 2 insertions(+), 6 deletions(-)


[camel-kafka-connector] 03/03: Resolve netty conflicts preventing Azure tests from running successfully

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 608b361abca6ad88847a52b102412cd1744ad956
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Mon Feb 15 13:19:21 2021 +0100

    Resolve netty conflicts preventing Azure tests from running successfully
---
 tests/itests-azure-storage-blob/pom.xml  | 2 +-
 tests/itests-azure-storage-queue/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/itests-azure-storage-blob/pom.xml b/tests/itests-azure-storage-blob/pom.xml
index 5f145d2..40cc3db 100644
--- a/tests/itests-azure-storage-blob/pom.xml
+++ b/tests/itests-azure-storage-blob/pom.xml
@@ -29,7 +29,7 @@
     <artifactId>itests-azure-storage-blob</artifactId>
 
     <properties>
-        <version.netty.azure>4.1.49.Final</version.netty.azure>
+        <version.netty.azure>4.1.54.Final</version.netty.azure>
     </properties>
 
     <dependencies>
diff --git a/tests/itests-azure-storage-queue/pom.xml b/tests/itests-azure-storage-queue/pom.xml
index 618eac0..b2f3829 100644
--- a/tests/itests-azure-storage-queue/pom.xml
+++ b/tests/itests-azure-storage-queue/pom.xml
@@ -29,7 +29,7 @@
     <name>Camel-Kafka-Connector :: Tests :: Azure Storage Queue</name>
 
     <properties>
-        <version.netty.azure>4.1.49.Final</version.netty.azure>
+        <version.netty.azure>4.1.54.Final</version.netty.azure>
     </properties>
 
     <dependencies>


[camel-kafka-connector] 01/03: Revert "Disabled Azure storage blob tests due to GH issue #997"

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 2c5eb0555d084e024e9b6024db4215581943c02b
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Mon Feb 15 12:25:53 2021 +0100

    Revert "Disabled Azure storage blob tests due to GH issue #997"
    
    This reverts commit 2d018cbf550dd6648917c67c7514e6aa4cdd60e8.
---
 .../azure/storage/blob/sink/CamelSinkAzureStorageBlobITCase.java        | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/itests-azure-storage-blob/src/test/java/org/apache/camel/kafkaconnector/azure/storage/blob/sink/CamelSinkAzureStorageBlobITCase.java b/tests/itests-azure-storage-blob/src/test/java/org/apache/camel/kafkaconnector/azure/storage/blob/sink/CamelSinkAzureStorageBlobITCase.java
index 80da7b1..727d3fb 100644
--- a/tests/itests-azure-storage-blob/src/test/java/org/apache/camel/kafkaconnector/azure/storage/blob/sink/CamelSinkAzureStorageBlobITCase.java
+++ b/tests/itests-azure-storage-blob/src/test/java/org/apache/camel/kafkaconnector/azure/storage/blob/sink/CamelSinkAzureStorageBlobITCase.java
@@ -38,7 +38,6 @@ import org.apache.camel.test.infra.azure.storage.blob.clients.AzureStorageBlobCl
 import org.apache.camel.test.infra.azure.storage.blob.services.AzureStorageBlobServiceFactory;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeEach;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.TestInstance;
 import org.junit.jupiter.api.Timeout;
@@ -49,7 +48,6 @@ import org.slf4j.LoggerFactory;
 import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.fail;
 
-@Disabled(value = "Disabled due to GH issue #997")
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)
 public class CamelSinkAzureStorageBlobITCase extends CamelSinkTestSupport {
     @RegisterExtension


[camel-kafka-connector] 02/03: Revert "Disabled Azure storage queue sink tests due to GH issue #976"

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit ce0d8cf38f5699c6c66aa4831912ed4c223ee0a4
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Mon Feb 15 13:18:10 2021 +0100

    Revert "Disabled Azure storage queue sink tests due to GH issue #976"
    
    This reverts commit bc99e5443ae3d7eccfdfc504940417114f1f440e.
---
 .../azure/storage/queue/sink/CamelSinkAzureStorageQueueITCase.java      | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/itests-azure-storage-queue/src/test/java/org/apache/camel/kafkaconnector/azure/storage/queue/sink/CamelSinkAzureStorageQueueITCase.java b/tests/itests-azure-storage-queue/src/test/java/org/apache/camel/kafkaconnector/azure/storage/queue/sink/CamelSinkAzureStorageQueueITCase.java
index 1d5eb05..ef12c18 100644
--- a/tests/itests-azure-storage-queue/src/test/java/org/apache/camel/kafkaconnector/azure/storage/queue/sink/CamelSinkAzureStorageQueueITCase.java
+++ b/tests/itests-azure-storage-queue/src/test/java/org/apache/camel/kafkaconnector/azure/storage/queue/sink/CamelSinkAzureStorageQueueITCase.java
@@ -33,7 +33,6 @@ import org.apache.camel.test.infra.azure.common.services.AzureService;
 import org.apache.camel.test.infra.azure.storage.queue.services.AzureStorageQueueServiceFactory;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeEach;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.TestInstance;
 import org.junit.jupiter.api.Timeout;
@@ -44,7 +43,6 @@ import org.slf4j.LoggerFactory;
 import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.fail;
 
-@Disabled(value = "Disabled due to issue #976")
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)
 public class CamelSinkAzureStorageQueueITCase extends CamelSinkTestSupport {
     @RegisterExtension