-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
Pimcore version
11.0.0 - 11.x
Steps to reproduce
This change in symfony/doctrine-messenger causes the Codeception tests to fail:
https://github.com/pimcore/pimcore/actions/runs/5242173161/jobs/9467698999?pr=15350#step:11:28
This is caused by this change:
https://github.com/symfony/symfony/pull/50524/files#r1229509009
Actually this change deletes all existing tables in the database when creating the schema for the messenger component here:
https://github.com/pimcore/pimcore/blob/11.x/bundles/InstallBundle/src/Installer.php#L666
Expected / actual behavior
No response
dvesh3