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

Reraise job errors if RAILS_ENV==test #9

Open
edraut opened this issue Jun 23, 2016 · 1 comment
Open

Reraise job errors if RAILS_ENV==test #9

edraut opened this issue Jun 23, 2016 · 1 comment

Comments

@edraut
Copy link
Owner

edraut commented Jun 23, 2016

rescue StandardError => e

This is swallowing job errors in automated tests.

@edraut
Copy link
Owner Author

edraut commented Jun 23, 2016

@darkside should this actually re-raise the exception if Coney is running inline? That might make more sense. Then it would raise in the test env, but also in console if I'm running some job inline.

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

1 participant