Closed
Description
Preconditions
- Install any Magento 2.*
Steps to reproduce
- Run php bin/magento setup:upgrade
- Run cp app/etc/config.php app/etc/config.php_t1
- Run php bin/magento setup:upgrade again
- Run cp app/etc/config.php app/etc/config.php_t2
- Run diff app/etc/config.php_t1 app/etc/config.php_t2
Expected result
- Files should be the same, because of no changes being made
Actual result
- Files are different
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release