Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DynamoDB: transact_write_items() should return failing item #5482

Merged

Conversation

bblommers
Copy link
Collaborator

Closes #5204

@bblommers bblommers added this to the 4.0.5 milestone Sep 16, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #5482 (970aee3) into master (5739db4) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #5482   +/-   ##
=======================================
  Coverage   96.10%   96.10%           
=======================================
  Files         724      724           
  Lines       72059    72059           
=======================================
+ Hits        69250    69252    +2     
+ Misses       2809     2807    -2     
Flag Coverage Δ
servertests 37.10% <0.00%> (ø)
unittests 96.04% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
moto/dynamodb/exceptions.py 100.00% <ø> (ø)
moto/dynamodb/models/__init__.py 93.61% <100.00%> (ø)
moto/iam/models.py 95.62% <0.00%> (+0.12%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@bblommers bblommers merged commit e230750 into getmoto:master Sep 17, 2022
@bblommers bblommers deleted the bug/dynamodb-transact-returns-item branch September 17, 2022 09:50
@github-actions
Copy link
Contributor

This is now part of moto >= 4.0.4.dev11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DynamoDB: transact_write_items does not return Item in CancellationReasons
2 participants