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

Ability to roll back app/advanced config to state at beginning of test [JIRA: RIAK-1607] #747

Open
tburghart opened this issue Mar 11, 2015 · 0 comments

Comments

@tburghart
Copy link
Contributor

In replication2_ssl (and others), 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. I can, and will, restructure this test so that it only adds to or overwrites the last configuration, but it would be convenient, and safer, to be able to apply the configuration changes to a known constant starting configuration.

A function along the lines of rt:reset_app_config(_Node_), that restores the affected file to its condition when the test started, would alleviate having to work around accumulated changes.

@Basho-JIRA Basho-JIRA changed the title Ability to roll back app/advanced config to state at beginning of test Ability to roll back app/advanced config to state at beginning of test [JIRA: RIAK-1607] Mar 11, 2015
@Basho-JIRA Basho-JIRA assigned tburghart and seancribbs and unassigned tburghart Mar 12, 2015
@seancribbs seancribbs removed their assignment May 8, 2015
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

3 participants