Skip to content

fix integration tests #59782

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

Merged
merged 1 commit into from
Feb 17, 2025
Merged

fix integration tests #59782

merged 1 commit into from
Feb 17, 2025

Conversation

DemigodCode
Copy link
Contributor

@DemigodCode DemigodCode commented Feb 15, 2025

Q A
Branch? 6.4
Bug fix? no
New feature? no
Deprecations? no
Issues -
License MIT
  • Removed TagAwareAdapter´Test for Replication
  • Removed RedisReplicationTest because PhpRedis doesn't support Replication
  • Fixed Docker configuration for Replication
  • Fixed order of connection string for Replica
  • Changed image to bitnami to support Replica

@@ -82,16 +82,25 @@ jobs:
REDIS_MASTER_SET: redis_sentinel
REDIS_SENTINEL_QUORUM: 1
redis-primary:
image: redis:latest
hostname: redis-primary
image: bitnami/redis:latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this image required instead of the official Redis docker image?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haven't got it working with the original image and this one supports it by environment variables.

@nicolas-grekas
Copy link
Member

Thank you @DemigodCode.

@nicolas-grekas nicolas-grekas merged commit 6caa25d into symfony:6.4 Feb 17, 2025
10 of 11 checks passed
@DemigodCode DemigodCode deleted the 6.4 branch February 17, 2025 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants