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

Randomized errors for dynamodb mock #17

Closed
goodmanship opened this issue Jan 12, 2017 · 1 comment
Closed

Randomized errors for dynamodb mock #17

goodmanship opened this issue Jan 12, 2017 · 1 comment

Comments

@goodmanship
Copy link
Contributor

Add a way to throw errors randomly for ddb read/writes for testing purposes

See #13
The same feature should also be applied for simulating DynamoDB read/write throttles.
In both cases, we can introduce ERROR_PROBABILITY config variables in the range [0,1] which define the probability for the framework to inject throughput exceeded exceptions.

@whummer
Copy link
Member

whummer commented Apr 22, 2017

Added in 3043a2f

@whummer whummer closed this as completed Apr 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants