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

Fix handling of unprocessed items in put_items #45

Merged
merged 3 commits into from
Apr 25, 2021

Conversation

DrGFreeman
Copy link
Owner

@DrGFreeman DrGFreeman commented Apr 25, 2021

Fix handling of unprocessed items in transactions.put_items.

Also fix handling of unprocessed keys in transactions.get_items (#46).

Add testing of handling of unprocessed items & keys (#43, #46).

Also add missing lines in coverage report.

Fixes #42
Fixes #43
Fixes #44
Fixes #46

Fix handling of unprocessed items in transactions.put_items.
- Fix typo in dictionary key (#42).
- Return unprocessed items in same format as input items (#44).

Also add testing of unprocessed items (#43).
Fix the handling of unprocessed keys in transactions.get_items by
repeatedly calling the batch_get_item function on unprocessed keys only.

Also add testing of the unprocessed keys handling.
@DrGFreeman DrGFreeman merged commit 8950cf8 into main Apr 25, 2021
@DrGFreeman DrGFreeman deleted the 42-43-44-put_items-unprocessed-items branch April 25, 2021 02:14
@DrGFreeman DrGFreeman mentioned this pull request Apr 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant