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

Most error handling cannot be tested #41

Open
massenz opened this issue Sep 24, 2022 · 0 comments
Open

Most error handling cannot be tested #41

massenz opened this issue Sep 24, 2022 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed Tech Debt

Comments

@massenz
Copy link
Owner

massenz commented Sep 24, 2022

Error handling for SQS and Redis is not really possible, as it's not possible to "inject" error conditions in externally running containers (and even less, in individual API calls).

We should explore using instead mocks and inject errors this way, to test proper error handling.

@massenz massenz added help wanted Extra attention is needed good first issue Good for newcomers Tech Debt labels Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed Tech Debt
Projects
None yet
Development

No branches or pull requests

1 participant