gusaul / go-dynamock

Amazon Dynamo DB Mock Driver for Golang to Test Database Interactions
MIT License
115 stars 50 forks source link

BatchWriteItem expectations only work with ordered operations #15

Open jhuggart opened 5 years ago

jhuggart commented 5 years ago

The BatchWriteItem method only works if requests are executed in the same order that expectations are added.

I'm using BatchWriteItem in concurrent operations and would like to be able to verify expectations regardless of the execution order.

See PR #16

placeybordeaux-remitly commented 2 years ago

I believe this can be closed out