oscerd opened a new pull request, #2923:
URL: https://github.com/apache/camel-kamelets/pull/2923

   ## Summary
   
   Re-enables the 4 DynamoDB Citrus integration tests that 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`), these tests should work with Floci's DynamoDB 
support.
   
   ### Re-enabled tests
   
   | Test | Operation |
   |------|-----------|
   | `aws-ddb-sink-put-item` | PutItem — inserts a record, verifies via getItem 
|
   | `aws-ddb-sink-delete-item` | DeleteItem — inserts then deletes, verifies 
via scan |
   | `aws-ddb-sink-update-item` | UpdateItem — inserts then updates fields, 
verifies via getItem |
   | `aws-ddb-source` | DDB Streams — creates table with streams, inserts item, 
verifies source receives the change event |
   
   ## Test plan
   
   - [ ] `mvn verify -pl :camel-kamelets-itest -Denable.integration.tests 
-Dtest=AwsIT#awsDdb` — all 4 DDB tests pass
   
   _Claude Code on behalf of Andrea Cosentino_
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to