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 infinity loop in RedisUri, add tests for ClusterPartitionOutput #984

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

maizy
Copy link
Contributor

@maizy maizy commented Aug 4, 2024

fixes #970

Bug in RedisUri was introduced when adding TLS support (#930). RedisUri.apply(String) constructor called itself after building connection URI string, causing cluster spec to hang.

Unfortunately I haven't managed to run cluster spec locally yet, but now it's another problem, possibly with NATted network environment inside the test cluster.

@maizy maizy requested a review from a team as a code owner August 4, 2024 14:03
@maizy maizy force-pushed the iss970-fix-redis-uri-constructor branch from 64cb20c to 400b75a Compare August 4, 2024 14:26
@maizy
Copy link
Contributor Author

maizy commented Aug 4, 2024

Looks like the old docker-compose doesn't exist in ubuntu-latest anymore.

I'll try to update testcontainers, as far as I know the new version knows how to use docker compose plugin.

@maizy
Copy link
Contributor Author

maizy commented Aug 4, 2024

docker-compose was removed: actions/runner-images#9692

@maizy
Copy link
Contributor Author

maizy commented Aug 6, 2024

I've made a separate PR to update testcontainers #985

@mijicd
Copy link
Member

mijicd commented Aug 7, 2024

@maizy please rebase

@maizy maizy force-pushed the iss970-fix-redis-uri-constructor branch from 400b75a to ca001d1 Compare August 7, 2024 09:40
@mijicd mijicd merged commit 915f5df into zio:master Aug 7, 2024
12 checks passed
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.

Infinite loop in RedisUri
2 participants