Closed
Description
Preconditions (*)
1.Magento 2.4-develop
Steps to reproduce (*)
- Disable the caches by running:
bin/magento cache:disable block_html full_page layout
- Run:
bin/magento setup:upgrade
Expected result (*)
- After setup:upgrade completes execution, the
block_html
,full_page
, andlayout
caches are still disabled
Actual result (*)
- An "enabling caches" message appears in the CLI output of setup:upgrade:
Enabling caches:
Current status:
Array
(
[layout] => 1
[block_html] => 1
[full_page] => 1
)
- Those caches are re-enabled:
magento235$ bin/magento cache:status
Current status:
config: 1
layout: 1
block_html: 1
collections: 1
reflection: 1
db_ddl: 1
compiled_config: 1
eav: 1
customer_notification: 1
config_integration: 1
config_integration_api: 1
google_product: 1
full_page: 1
config_webservice: 1
translate: 1
vertex: 1
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 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 developmentMay be fixed according to the position in the backlog.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchAffects non-critical data or functionality and does not force users to employ a workaround.Issue related to Developer Experience and needs help with Triage to Confirm or Reject it
Type
Projects
Status
Done