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: return item on condition check failure in delete_item (#8192) #8199

Merged

Conversation

rasarn
Copy link
Contributor

@rasarn rasarn commented Oct 4, 2024

Fixes #8192

The new test has been run on AWS

@rasarn rasarn force-pushed the feat-dynamodb-delete-item-condition-item branch from 0571d75 to bae930f Compare October 4, 2024 13:20
Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.53%. Comparing base (caf67cc) to head (bae930f).
Report is 14 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8199   +/-   ##
=======================================
  Coverage   94.53%   94.53%           
=======================================
  Files        1155     1155           
  Lines       99714    99716    +2     
=======================================
+ Hits        94266    94270    +4     
+ Misses       5448     5446    -2     
Flag Coverage Δ
servertests 28.84% <0.00%> (+0.05%) ⬆️
unittests 94.51% <100.00%> (+<0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@bblommers bblommers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thank you for contributing @rasarn, and welcome to Moto!

@bblommers bblommers added this to the 5.0.17 milestone Oct 5, 2024
@bblommers bblommers merged commit 3474eef into getmoto:master Oct 5, 2024
53 checks passed
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: delete_item does not handle ReturnValuesOnConditionCheckFailure
2 participants