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
bug symfony#59103 [Messenger] ensure exception on rollback does not hide previous exception (nikophil)
This PR was merged into the 6.4 branch.
Discussion
----------
[Messenger] ensure exception on rollback does not hide previous exception
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| License | MIT
Hello,
this is kinda related to doctrine/orm#11230 and doctrine/orm#11646
I propose to use the same logic in `DoctrineTransactionMiddleware` than in doctrine/orm#11646 towards rollback: currently if an error occurs in the rollback (for example, the infamous `SAVEPOINT DOCTRINE_2 does not exist`), the previous error is hidden, because the error should not occur in the `catch`.
ping `@ro0NL`
_EDIt: failure in CI is unrelated to this PR_
Commits
-------
f38d4b0 [Messenger] ensure exception on rollback does not hide previous exception
0 commit comments