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

Fixing reading variable in dictionary redis-conf #35

Merged
merged 1 commit into from
Feb 7, 2018

Conversation

lihiwish
Copy link
Contributor

@lihiwish lihiwish commented Feb 7, 2018

Pull request #31 introduce a bug when the accessing to
redis-confs.cluster-config-file was done incorrectly.

Since dashes are reserved characters ansible/ansible#8849,
the accessing should be done in the "dictionary" way

This fix #38

@jnogol jnogol changed the base branch from master to develop February 7, 2018 09:46
@jnogol
Copy link
Collaborator

jnogol commented Feb 7, 2018

Hi @lihiwish,

Thanks again for your contribution. Could you please update the changelog as well?

We're gonna open an issue to update our cluster tests (and, for instance, test if the cluster config file is present). They can't be done in Travis, but it is interesting to test it locally. Any suggestions or contributions will be very appreciated.

Regards,
Jose

Pull request [1] introduce a bug when the accessing to
redis-confs.cluster-config-file was done incorrectly.

Since dashes are reserved characters,
the accessing should be done in the "dictionary" way

[1] idealista#31

[2] ansible/ansible#8849
@lihiwish
Copy link
Contributor Author

lihiwish commented Feb 7, 2018

Hi @jnogol
I've updated the changelog.

I can try working on local cluster tests. I think it can be useful for me as well :)
I will start digging to see how this can be done nicely

@jnogol
Copy link
Collaborator

jnogol commented Feb 7, 2018

You're right, sorry. I guess coffee didn't make effect enough at the time. Merging!

@jnogol jnogol merged commit 4941aa1 into idealista:develop Feb 7, 2018
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.

2 participants