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

Make riak_core_util:safe_rpc catch exit correctly #598

Merged
merged 1 commit into from
Jun 3, 2014

Conversation

bowrocker
Copy link
Contributor

The function was attempting to catch exit exception with 'EXIT':{noproc, ...}; should be exit:{noproc, ...}

http://erlang.org/doc/reference_manual/errors.html

Related riak_test PR:

basho/riak_test#624

- change 'EXIT':{noproc, ...} to exit:{noproc, ...}
@reiddraper reiddraper added this to the 2.0-RC milestone May 30, 2014
@reiddraper
Copy link
Contributor

Thanks for catching this, I've assigned the 2.0-RC milestone to both of these issues.

@reiddraper
Copy link
Contributor

cc @lordnull

@lordnull
Copy link
Contributor

👍 as the riak_test proves it's correctness.

Of course, bors isn't happy due to a spurious eunit failure (sha_test timeout).

@lordnull
Copy link
Contributor

@borshop merge

@lordnull
Copy link
Contributor

👍 b01f400

borshop added a commit that referenced this pull request May 30, 2014
Make riak_core_util:safe_rpc catch exit correctly

Reviewed-by: lordnull
@lordnull
Copy link
Contributor

@borshop merge

borshop added a commit that referenced this pull request May 31, 2014
Make riak_core_util:safe_rpc catch exit correctly

Reviewed-by: lordnull
@reiddraper
Copy link
Contributor

The failure we're seeing here is #590.

@cmeiklejohn
Copy link
Contributor

Can we manually merge, @reiddraper?

@reiddraper
Copy link
Contributor

Sure, and I appreciate that we talked about it in the comments. I just want there to at least be an explanation in the comments every time we decide to manually merge.

In this case, the explanation is that another test is blocking us, and we'd like to get a better handle on the outstanding issues, so having this closed will help us gain better visibility into what's remaining.

reiddraper added a commit that referenced this pull request Jun 3, 2014
Make riak_core_util:safe_rpc catch exit correctly
@reiddraper reiddraper merged commit 5567a28 into develop Jun 3, 2014
@reiddraper reiddraper deleted the bugfix/jra/rex branch June 3, 2014 16:42
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.

5 participants