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

replication2_ssl test fails due to how riak_test updates app config files [JIRA: RIAK-1608] #748

Closed
Basho-JIRA opened this issue Mar 11, 2015 · 2 comments

Comments

@Basho-JIRA
Copy link

In the replication2_ss test, we call rt:update_app_config repeatedly with various SSL configuration options. A non-intuitive side effect is that the changes are merged into the config file, and any setting previously added cannot be removed, only overwritten.

This fix involves reordering the individual connection configurations so that all of the tests that don't include ACL specifications run before any that do.

[Created in JIRA by Ted Burghart]

@Basho-JIRA
Copy link
Author

#750

_[posted via JIRA by Ted Burghart]_

@Basho-JIRA
Copy link
Author

PR merged, closing

_[posted via JIRA by John Daily]_

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants