ci: Use testcontainers to spin up DynamoDB instances for local integration tests#2531
Conversation
Signed-off-by: Miguel Trejo <[email protected]>
Signed-off-by: Miguel Trejo <[email protected]>
|
Thanks for the PR! Did this work locally for you? |
Codecov Report
@@ Coverage Diff @@
## master #2531 +/- ##
===========================================
- Coverage 81.85% 57.68% -24.17%
===========================================
Files 140 140
Lines 11695 11751 +56
===========================================
- Hits 9573 6779 -2794
- Misses 2122 4972 +2850
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
@achals thanks for the quick response. Actually, I've made some changes inside |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: achals, TremaMiguel The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #2505
Context:
Use testcontainers to spin up a local Docker Container with DynamoDB. Integrate the
DynamoDBOnlineStoreCreatorfor testing to replace any standard DynamoDB Online store with an ephemeral container emulating DynamoDB.