Closed
Description
Preconditions (*)
- Magento 2.3.3, PHP 7.3, Rabbit 3.7.8
Steps to reproduce (*)
- Create topology having, for example queue, which causes exceptions from
php-ampqlib
, for example redeclare queue with different arguments values. (Possible if these PR are processed: Passing arguments for queues as expected #26966, Fix for queue numeric argument conversion #26967) - Magento topology installer catches exception, but only logs it, so we have a failure of installation, but in
bin/magento setup:upgrade
there is no info about that. - Caused here -
vendor/magento/framework-amqp/TopologyInstaller.php:96
Expected result (*)
- If whole
setup:upgrade
isn't stop, at least we have some message in the end, what went wrong
Actual result (*)
- No info, so we pretend that setup went well.