This is an automated email from the ASF dual-hosted git repository. oscerd pushed a commit to branch chore/re-enable-ddb-tests in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit be2087909f64aced407e8b23290031bbf1db39d8 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Jul 13 11:26:05 2026 +0200 chore: Re-enable DDB integration tests with Floci The DDB tests were disabled in #2872 because UpdateItem and DeleteItem operations failed against LocalStack. Now that the test suite uses Floci as the AWS emulator (configured via citrus-application.properties), re-enable all 4 DDB tests to verify Floci's DynamoDB support. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> Signed-off-by: Andrea Cosentino <[email protected]> --- ...em.citrus.it.yaml.disabled => aws-ddb-sink-delete-item.citrus.it.yaml} | 0 ...-item.citrus.it.yaml.disabled => aws-ddb-sink-put-item.citrus.it.yaml} | 0 ...em.citrus.it.yaml.disabled => aws-ddb-sink-update-item.citrus.it.yaml} | 0 ...s-ddb-source.citrus.it.yaml.disabled => aws-ddb-source.citrus.it.yaml} | 0 4 files changed, 0 insertions(+), 0 deletions(-) diff --git a/tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-delete-item.citrus.it.yaml.disabled b/tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-delete-item.citrus.it.yaml similarity index 100% rename from tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-delete-item.citrus.it.yaml.disabled rename to tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-delete-item.citrus.it.yaml diff --git a/tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-put-item.citrus.it.yaml.disabled b/tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-put-item.citrus.it.yaml similarity index 100% rename from tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-put-item.citrus.it.yaml.disabled rename to tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-put-item.citrus.it.yaml diff --git a/tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-update-item.citrus.it.yaml.disabled b/tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-update-item.citrus.it.yaml similarity index 100% rename from tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-update-item.citrus.it.yaml.disabled rename to tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-update-item.citrus.it.yaml diff --git a/tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-source.citrus.it.yaml.disabled b/tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-source.citrus.it.yaml similarity index 100% rename from tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-source.citrus.it.yaml.disabled rename to tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-source.citrus.it.yaml
