Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Messenger] Fix Redis Transport when username is empty#43484
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carsonbot commentedOct 13, 2021
Hey! To help keep things organized, we don't allow "Draft" pull requests. Could you please click the "ready for review" button or close this PR and open a new one when you are done? Note that a pull request does not have to be "perfect" or "ready for merge" when you first open it. We just want it to be ready for a first review. Cheers! Carsonbot |
derrabus commentedOct 13, 2021
I think, we need to fix this on 4.4 again. |
villfa commentedOct 13, 2021
@derrabus The PR is rebased onto 4.4. |
chalasr commentedOct 13, 2021
@villfa Thank you for the PR. Can you please force-push again to trigger the CI? |
derrabus commentedOct 13, 2021
@chalasr I closed and reopened the PR and that did the trick apparently. |
src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Messenger/Transport/RedisExt/Connection.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Messenger/Transport/RedisExt/Connection.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
chalasr commentedOct 24, 2021
Thank you@villfa. |
Uh oh!
There was an error while loading.Please reload this page.
Checking the username and the password with
issetis not enough. We also need to check they're not empty strings.This fixes the BC break introduced by#43124.
See alsohttps://3v4l.org/iASnE