-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Labels
Area: ContentComponent: OtherIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P2A defect with this priority could have functionality issues which are not to expectations.A defect with this priority could have functionality issues which are not to expectations.Progress: ready for devReproduced on 2.2.xThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.2 releaseReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.3 releaseSeverity: S2Major restrictions or short-term circumventions are required until a fix is available.Major restrictions or short-term circumventions are required until a fix is available.
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
$this->tmpDirectory->delete($this->lockFilePath);
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
hostep and sippsolutions
Metadata
Metadata
Assignees
Labels
Area: ContentComponent: OtherIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P2A defect with this priority could have functionality issues which are not to expectations.A defect with this priority could have functionality issues which are not to expectations.Progress: ready for devReproduced on 2.2.xThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.2 releaseReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.3 releaseSeverity: S2Major restrictions or short-term circumventions are required until a fix is available.Major restrictions or short-term circumventions are required until a fix is available.