Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Our integration tests skip many Redis tests with: Failed to retrieve master information from master name "" and address "127.0.0.1:7006".
Failed to retrieve master information from master name "" and address "127.0.0.1:7006".
See latest jobs on https://github.com/symfony/symfony/actions/workflows/integration-tests.yml?query=branch%3A6.3
The text was updated successfully, but these errors were encountered:
656b43e
minor #49449 Fix Integration tests skipped with Redis cluster (maxbec…
1851e89
…kers) This PR was merged into the 6.3 branch. Discussion ---------- Fix Integration tests skipped with Redis cluster | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #49285 | License | MIT | Doc PR | n/a It seems to me, that the `getenv('MESSENGER_REDIS_SENTINEL_MASTER')` in the `setUp()` might return `false` because it's unset. To ignore the sentinel, it must be null: https://github.com/symfony/symfony/blob/090033332fa4eb5e7475111136b1cce260edffa4/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php#L95-L100 Commits ------- e263666 Fix Integration tests skipped with Redis cluster
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Our integration tests skip many Redis tests with:
Failed to retrieve master information from master name "" and address "127.0.0.1:7006".
See latest jobs on https://github.com/symfony/symfony/actions/workflows/integration-tests.yml?query=branch%3A6.3
The text was updated successfully, but these errors were encountered: