-
Notifications
You must be signed in to change notification settings - Fork 4
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
Adds possibility to migrate feature_keys to resource_keys #68
Conversation
Why? As detected in code review, we didn't cover one critical path of the migration with tests.
end | ||
|
||
it 'does not migrate internal keys' do | ||
expect(redis.keys.count).to eq(7) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
ff5c27c
to
6d3f2fd
Compare
Code Climate has analyzed commit 6d3f2fd and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 98.5% (80% is the threshold). This pull request will bring the total coverage in the repository to 99.0% (0.0% change). View more on Code Climate. |
This PR introduces a rake task to perform synchronization between feature_keys (keys that hold information about which resources were released to a given feature) and resource_keys (keys that hold information about which features were released to a given resource).