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

Add feature to inject ProvisionedThroughputExceededException for testing #7

Closed
whummer opened this issue Dec 21, 2016 · 1 comment
Closed

Comments

@whummer
Copy link
Member

whummer commented Dec 21, 2016

Making application code resilient to Kinesis' ProvisionedThroughputExceededException is critical.
We should allow users to inject this kind of exception in their integration tests.

We can re-use the Kinesis proxy mechanism to inject this exception here:
https://github.com/atlassian/localstack/blob/master/localstack/mock/infra.py#L368

@whummer
Copy link
Member Author

whummer commented Jan 5, 2017

Done in #12

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

No branches or pull requests

2 participants