Open
Description
Preconditions (*)
- Magento 2.2.7
- Configured Build system according to technical details.
Steps to reproduce (*)
- Emulate exception that happened in Static content deploy - Randomly css files not generated #22880 by adding above this line
throwing exception:
throw new FileSystemException(__('Test'));
- Run
php bin/magento setup:static-content:deploy -f --theme Magento/blank
- Run
$?
- it shows 1 - that's expected - Run
php bin/magento setup:static-content:deploy -f -j 2 --theme Magento/blank
- Run
$?
- it shows 0 - that's NOT expected
Expected result (*)
- In case of any errors - CLI should return error status code
Actual result (*)
- In case of any errors - CLI should return 0 status code (success), but writes error messages above
This issue was discovered during testing #22607
and working on reporting #22880
Metadata
Metadata
Assignees
Labels
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmedA defect with this priority could have functionality issues which are not to expectations.The issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 releaseMajor restrictions or short-term circumventions are required until a fix is available.