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

Fixed riak_test so doesn't fail on starting inets. #176

Merged
merged 1 commit into from Mar 11, 2015

Conversation

lordnull
Copy link
Contributor

A couple of tests each tried to start inets, and matched on 'ok'. The second
test that started it would instead get '{error, {already_started, inets}}'
instead. Wrapping the inets starts in a function to check for the not-
really-an-error error condition resolves it.

A couple of tests each tried to start inets, and matched on 'ok'. The second
test that started it would instead get '{error, {already_started, inets}}'
instead. Wrapping the inets starts in a function to check for the not-
really-an-error error condition resolves it.
@bearcage
Copy link
Contributor

+1 fec8b87

Fails as described before fix, passes after. Changes look fine to me for search.

lordnull added a commit that referenced this pull request Mar 11, 2015
Fixed riak_test so doesn't fail on starting inets.
@lordnull lordnull merged commit 8fe4a8c into develop Mar 11, 2015
@lordnull lordnull deleted the fix-ms-riak-test-inner-starting-inets branch March 11, 2015 22:15
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