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

Rebased "fall back on /etc/riak-cs/app.config when no generated one is found" #1263

Merged
merged 7 commits into from
Oct 9, 2015

Conversation

ksauzz
Copy link
Contributor

@ksauzz ksauzz commented Oct 8, 2015

This is a recreated PR to 2.1 branch, and adds a simple riak-test for riak-cs-debug.

original PR is #1261

@shino shino added this to the 2.1.0 milestone Oct 8, 2015
@shino shino added the Bug label Oct 8, 2015
case re:run(X, Pattern) of
{match, _} -> false;
nomatch -> true
end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?assertEqual(nomatch, re:run(..)) may be a little more concise? (and remove the first ?assert and replace lists:all() with list comprehension or lists:foreach)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, revert my comment above. The current macro exhibit better correspondence with assertMatchAny. Sorry for noice.

@ksauzz
Copy link
Contributor Author

ksauzz commented Oct 9, 2015

Updated for the review comments, and fixed small other bugs.

borshop added a commit that referenced this pull request Oct 9, 2015
Rebased "fall back on /etc/riak-cs/app.config when no generated one is found"

Reviewed-by: shino
@shino
Copy link
Contributor

shino commented Oct 9, 2015

@borshop merge

@borshop borshop merged commit 6ebeaac into 2.1 Oct 9, 2015
@shino shino deleted the rebased-jhc-debug branch October 9, 2015 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants