You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#53464 [Messenger] Improve Redis integration tests (alexandre-daubois)
This PR was merged into the 5.4 branch.
Discussion
----------
[Messenger] Improve Redis integration tests
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
This kind of failure can happen when cleaning Redis in the `finally` clause:

Unlinking will trigger the cleaning in another process, thus it won't make the test fail if a problem is triggered. I think this is desired so we don't have false negatives.
Commits
-------
84a0245 [Messenger] Improve Redis integration tests
0 commit comments