-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: SetupIssue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedPriority: P3May be fixed according to the position in the backlog.May be fixed according to the position in the backlog.Progress: PR in progressSeverity: S3Affects non-critical data or functionality and does not force users to employ a workaround.Affects non-critical data or functionality and does not force users to employ a workaround.duplicate
Description
This issue is automatically created based on existing pull request: #28191: Status of cache types changed after running setup:upgrade
Description (*)
Fixed the issue that running bin/magento setup:upgrade re-enables layout, block_html and full_page caches.
Related Pull Requests
NA
Manual testing scenarios (*)
- Disable cache types layout, block_html and full_page by running
bin/magento cache:disable block_html full_page layout. - Run
bin/magento s:up. - Enabling caches message displays in cli output and layout, block_html and full_page caches are enabled.
- Expected result is those cache types should be disabled.
Enabling caches: Current status: Array ( [layout] => 1 [block_html] => 1 [full_page] => 1 )
Questions or comments
NA
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds are green)
Metadata
Metadata
Assignees
Labels
Component: SetupIssue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedPriority: P3May be fixed according to the position in the backlog.May be fixed according to the position in the backlog.Progress: PR in progressSeverity: S3Affects non-critical data or functionality and does not force users to employ a workaround.Affects non-critical data or functionality and does not force users to employ a workaround.duplicate