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

fix: replace localhost with 127.0.0.1 in cluster tests #2665

Merged
merged 1 commit into from Feb 27, 2024

Conversation

dranikpg
Copy link
Contributor

@dranikpg dranikpg commented Feb 27, 2024

Redis-py has a bug where they don't find a cached connection once they normalize the host address (i.e. replace localhost with 127.0.0.1), this leads to Unclosed ClusterNode object error if a note has more than one slot range

Maybe it's fixed in the latest version 🤷🏻‍♂️

@romange
Copy link
Collaborator

romange commented Feb 27, 2024

@dranikpg can you please check if it's fixed? If not we should open an issue there

@dranikpg
Copy link
Contributor Author

Raised this redis/redis-py#3163

@dranikpg dranikpg merged commit 5ac5e3b into dragonflydb:main Feb 27, 2024
7 checks passed
@dranikpg dranikpg deleted the fix-address branch March 28, 2024 21:00
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.

None yet

3 participants