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

Fix silent exceptions when lock timeout expires before exception raised. #25

Merged
merged 1 commit into from Jan 22, 2015

Conversation

jasoncheow
Copy link

The return in the ensure block of the around_perform_lock method causes exceptions not to be raised and flagged as failures when exceptions are raised after the lock timeout. This PR fixes this issue by not invoking return.

@lantins
Copy link
Owner

lantins commented Jan 22, 2015

Thanks @jasoncheow :) PR looks good.

lantins added a commit that referenced this pull request Jan 22, 2015
Fix silent exceptions when lock timeout expires before exception raised.
@lantins lantins merged commit 1b52285 into lantins:master Jan 22, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants