This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.
from 2d4544f Revert "Test PR" new 3964750 Make the AWS v2 sink test support reusable new cc35b51 Convert the AWS v1 tests to the new reusable sink test base class new c86e53d Convert the Azure storage blob tests to the new reusable sink test base class new 492f19a Convert the Azure storage queue tests to the new reusable sink test base class new 79a5f91 Convert the Cassandra tests to the new reusable sink test base class new 8ea604c Convert the Couchbase tests to the new reusable sink test base class new 0ac1afa Convert the ElasticSearch tests to the new reusable sink test base class new 7ab1475 Convert the File tests to the new reusable sink test base class new 40ac033 Convert the HDFS tests to the new reusable sink test base class new be88da6 Convert the HTTP tests to the new reusable sink test base class new 7936a93 Convert the JDBC tests to the new reusable sink test base class new 5ca2ddf Convert the MongoDB tests to the new reusable sink test base class new 892cc45 Convert the RabbitMQ tests to the new reusable sink test base class new 3f05e11 Removed unused variables from SJMS2 DQL sink test new 58d450c Convert the SJMS2 tests to the new reusable sink test base class new 18c5417 Convert the SQL tests to the new reusable sink test base class new 36f3f9b Convert the SSH tests to the new reusable sink test base class new b6a1bb9 Convert the Syslog tests to the new reusable sink test base class The 18 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: .../aws/v1/sns/sink/CamelSinkAWSSNSITCase.java | 131 +++++++---------- .../aws/v1/sqs/sink/CamelSinkAWSSQSITCase.java | 130 +++++++---------- .../aws/v2/cw/sink/CamelSinkAWSCWITCase.java | 4 +- .../aws/v2/ec2/sink/CamelSinkAWSEC2ITCase.java | 4 +- .../aws/v2/iam/sink/CamelSinkAWSIAMITCase.java | 4 +- .../v2/kinesis/sink/CamelSinkAWSKinesisITCase.java | 4 +- .../aws/v2/kms/sink/CamelSinkAWSKMSITCase.java | 4 +- .../aws/v2/s3/sink/CamelSinkAWSS3ITCase.java | 4 +- .../aws/v2/sqs/sink/CamelSinkAWSSQSITCase.java | 4 +- .../blob/sink/CamelSinkAzureStorageBlobITCase.java | 98 +++++++------ .../sink/CamelSinkAzureStorageQueueITCase.java | 82 +++++------ .../cassandra/sink/CamelSinkCassandraITCase.java | 83 +++++------ .../kafkaconnector/common/AbstractKafkaTest.java | 5 + .../common/test/CamelSinkTestSupport.java} | 41 +++++- .../common/test/TestMessageProducer.java} | 9 +- .../couchbase/sink/CamelSinkCouchbaseITCase.java | 100 ++++++------- .../sink/CamelSinkElasticSearchITCase.java | 159 ++++++++------------- .../file/sink/CamelSinkFileITCase.java | 122 ++++++++-------- .../hdfs/sink/CamelSinkHDFSITCase.java | 95 ++++++------ .../http/sink/CamelSinkHTTPITCase.java | 106 +++++++------- .../jdbc/sink/CamelSinkJDBCITCase.java | 121 ++++++++-------- .../mongodb/sink/CamelSinkMongoDBITCase.java | 76 +++++----- .../rabbitmq/sink/RabbitMQSinkITCase.java | 120 ++++++++-------- .../sjms2/sink/CamelSinkIdempotentJMSITCase.java | 73 ++++------ .../sjms2/sink/CamelSinkJMSITCase.java | 118 ++++++--------- .../sjms2/sink/CamelSinkWithDLQJMSITCase.java | 2 - .../sql/sink/CamelSinkSQLITCase.java | 118 +++++++-------- .../ssh/sink/CamelSinkSshITCase.java | 67 +++++---- .../syslog/sink/CamelSinkSyslogITCase.java | 71 ++++----- 29 files changed, 911 insertions(+), 1044 deletions(-) rename tests/{itests-aws-v2/src/test/java/org/apache/camel/kafkaconnector/aws/v2/common/CamelSinkAWSTestSupport.java => itests-common/src/test/java/org/apache/camel/kafkaconnector/common/test/CamelSinkTestSupport.java} (67%) copy tests/{itests-jdbc/src/test/resources/schema.sql => itests-common/src/test/java/org/apache/camel/kafkaconnector/common/test/TestMessageProducer.java} (84%)