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 fabc832  Re-enables the basic test for couchbase since it was fixed on 
CAMEL-16284
     new b253e13  Add Netty source itest #1036
     new 5bc30a0  Add netty sink itest #1036
     new 0ee8710  Remove duplicate run test method
     new 758bf1e  Fix Netty tests reliability
     new 3d96ebc  Remove duplicate slashes (//) to comply with recent netty URI 
changes on Camel (ref: CAMEL-16280)
     new f8df2de  Replace the sleep w/ the reusable test utilities for waiting 
for the port to be open
     new 304215e  Remove duplicate slashes (//) on Netty tests

The 7 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:
 .../common/test/CamelSourceTestSupport.java        |  31 +++---
 tests/{itests-timer => itests-netty}/pom.xml       |   8 +-
 .../netty/sink/CamelNettyPropertyFactory.java}     |  38 ++++---
 .../netty/sink/CamelSinkNettyITCase.java}          | 110 ++++++++-------------
 .../netty/source/CamelNettyPropertyFactory.java}   |  43 ++++----
 .../netty/source/CamelSourceNettyITCase.java}      |  65 +++++++-----
 .../syslog/sink/CamelSyslogPropertyFactory.java    |   2 +-
 .../syslog/source/CamelSyslogPropertyFactory.java  |   2 +-
 tests/pom.xml                                      |   1 +
 9 files changed, 151 insertions(+), 149 deletions(-)
 copy tests/{itests-timer => itests-netty}/pom.xml (91%)
 copy 
tests/{itests-cxf/src/test/java/org/apache/camel/kafkaconnector/cxf/sink/CamelSinkCXFPropertyFactory.java
 => 
itests-netty/src/test/java/org/apache/camel/kafkaconnector/netty/sink/CamelNettyPropertyFactory.java}
 (52%)
 copy 
tests/{itests-http/src/test/java/org/apache/camel/kafkaconnector/http/sink/CamelSinkHTTPITCase.java
 => 
itests-netty/src/test/java/org/apache/camel/kafkaconnector/netty/sink/CamelSinkNettyITCase.java}
 (50%)
 copy 
tests/{itests-sjms2/src/test/java/org/apache/camel/kafkaconnector/sjms2/source/CamelJMSPropertyFactory.java
 => 
itests-netty/src/test/java/org/apache/camel/kafkaconnector/netty/source/CamelNettyPropertyFactory.java}
 (55%)
 copy 
tests/{itests-timer/src/test/java/org/apache/camel/kafkaconnector/timer/source/CamelSourceTimerITCase.java
 => 
itests-netty/src/test/java/org/apache/camel/kafkaconnector/netty/source/CamelSourceNettyITCase.java}
 (50%)

Reply via email to