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

tailrec'd the TerminationMatcher retry #284

Merged
merged 1 commit into from Jul 30, 2014

Conversation

alissapajer
Copy link
Contributor

This allows us to have an arbitrarily large number of retries in a TerminationMatcher. Previously a too-large number of retries would overflow the stack.

A new test with 100,000 retries has been added. Sometimes stability issues emerge in the TerminationMatchersSpec.

etorreborre added a commit that referenced this pull request Jul 30, 2014
tailrec'd the TerminationMatcher retry
@etorreborre etorreborre merged commit 4287e69 into etorreborre:master Jul 30, 2014
@etorreborre
Copy link
Owner

Thanks Alissa for the pull request!

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