This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
from fe4e386eb Regen SBOM from commit
be5732ee59d269fa6c1a347314904766da0bc40c (#2920)
add 82caead04 chore: Add Citrus integration tests for database kamelets
(#2919)
No new revisions were added by this update.
Summary of changes:
tests/camel-kamelets-itest/pom.xml | 38 ++++++++++++
.../test/java/{MailIT.java => CassandraIT.java} | 6 +-
.../src/test/java/{MailIT.java => MongoIT.java} | 6 +-
.../src/test/java/{MailIT.java => PostgresIT.java} | 6 +-
.../src/test/java/{MailIT.java => RedisIT.java} | 6 +-
.../cassandra-sink-route.citrus.it.yaml.disabled | 69 ++++++++++++++++++++++
.../cassandra-sink-route.yaml} | 14 ++---
.../cassandra-source-route.citrus.it.yaml.disabled | 69 ++++++++++++++++++++++
.../cassandra-source-route.yaml} | 11 ++--
.../setupKeyspace.groovy} | 21 +++----
.../{kafka => mongo}/application.properties | 9 +--
.../insertDocument.groovy} | 18 +++---
.../mongodb-sink-route.citrus.it.yaml} | 24 ++++----
.../mongodb-sink-route.yaml} | 20 +++----
.../mongodb-source-route.citrus.it.yaml} | 29 +++++----
.../mongodb-source-route.yaml} | 12 ++--
.../test/resources/postgres/application.properties | 12 ++--
.../src/test/resources/postgres/init.sql | 2 +
.../postgresql-sink-route.citrus.it.yaml} | 29 +++++----
.../postgresql-sink-route.yaml} | 19 +++---
.../postgresql-source-route.citrus.it.yaml} | 27 +++++----
.../postgresql-source-route.yaml} | 15 ++---
.../redis-sink-route.citrus.it.yaml.disabled} | 32 ++++++----
.../redis-sink-route.yaml} | 14 ++---
24 files changed, 356 insertions(+), 152 deletions(-)
copy tests/camel-kamelets-itest/src/test/java/{MailIT.java =>
CassandraIT.java} (92%)
copy tests/camel-kamelets-itest/src/test/java/{MailIT.java => MongoIT.java}
(93%)
copy tests/camel-kamelets-itest/src/test/java/{MailIT.java => PostgresIT.java}
(92%)
copy tests/camel-kamelets-itest/src/test/java/{MailIT.java => RedisIT.java}
(93%)
create mode 100644
tests/camel-kamelets-itest/src/test/resources/cassandra/cassandra-sink-route.citrus.it.yaml.disabled
copy
tests/camel-kamelets-itest/src/test/resources/{filter/simple-filter-action-route.yaml
=> cassandra/cassandra-sink-route.yaml} (74%)
create mode 100644
tests/camel-kamelets-itest/src/test/resources/cassandra/cassandra-source-route.citrus.it.yaml.disabled
copy
tests/camel-kamelets-itest/src/test/resources/{cron/cron-source-route.yaml =>
cassandra/cassandra-source-route.yaml} (81%)
copy tests/camel-kamelets-itest/src/test/resources/{aws/ddb/putItem.groovy =>
cassandra/setupKeyspace.groovy} (54%)
copy tests/camel-kamelets-itest/src/test/resources/{kafka =>
mongo}/application.properties (80%)
copy tests/camel-kamelets-itest/src/test/resources/{aws/ddb/verifyItems.groovy
=> mongo/insertDocument.groovy} (59%)
copy
tests/camel-kamelets-itest/src/test/resources/{log/log-sink-pipe.citrus.it.yaml
=> mongo/mongodb-sink-route.citrus.it.yaml} (73%)
copy
tests/camel-kamelets-itest/src/test/resources/{kafkarouter/regex-router-action-route.yaml
=> mongo/mongodb-sink-route.yaml} (73%)
copy
tests/camel-kamelets-itest/src/test/resources/{log/log-sink-pipe.citrus.it.yaml
=> mongo/mongodb-source-route.citrus.it.yaml} (69%)
copy
tests/camel-kamelets-itest/src/test/resources/{cron/cron-source-route.yaml =>
mongo/mongodb-source-route.yaml} (78%)
copy docs/local-build.sh =>
tests/camel-kamelets-itest/src/test/resources/postgres/application.properties
(70%)
mode change 100755 => 100644
create mode 100644
tests/camel-kamelets-itest/src/test/resources/postgres/init.sql
copy
tests/camel-kamelets-itest/src/test/resources/{log/log-sink-pipe.citrus.it.yaml
=> postgres/postgresql-sink-route.citrus.it.yaml} (67%)
copy
tests/camel-kamelets-itest/src/test/resources/{aws/s3/aws-s3-sink-route.yaml =>
postgres/postgresql-sink-route.yaml} (69%)
copy
tests/camel-kamelets-itest/src/test/resources/{log/log-sink-pipe.citrus.it.yaml
=> postgres/postgresql-source-route.citrus.it.yaml} (69%)
copy
tests/camel-kamelets-itest/src/test/resources/{dns/dns-ip-action-route.yaml =>
postgres/postgresql-source-route.yaml} (75%)
copy
tests/camel-kamelets-itest/src/test/resources/{log/log-sink-pipe.citrus.it.yaml
=> redis/redis-sink-route.citrus.it.yaml.disabled} (62%)
copy
tests/camel-kamelets-itest/src/test/resources/{kafkarouter/topic-name-matches-filter-action-route.yaml
=> redis/redis-sink-route.yaml} (82%)