File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 38
38
<!-- Open Index Management Page and Select Index mode "Update by Schedule" -->
39
39
<magentoCLI stepKey =" setIndexerMode" command =" indexer:set-mode" arguments =" schedule" />
40
40
<!-- Run cron twice -->
41
- <magentoCLI command =" cron:run" stepKey =" runCron1" />
42
- <magentoCLI command =" cron:run" stepKey =" runCron2" />
41
+ <magentoCLI command =" cron:run" arguments = " --group=index " stepKey =" runCron1" />
42
+ <magentoCLI command =" cron:run" arguments = " --group=index " stepKey =" runCron2" />
43
43
</before >
44
44
<after >
45
45
<magentoCLI stepKey =" setFlatCatalogCategory" command =" config:set catalog/frontend/flat_catalog_category 0 " />
Original file line number Diff line number Diff line change 38
38
<!-- Open Index Management Page and Select Index mode "Update by Schedule" -->
39
39
<magentoCLI stepKey =" setIndexerMode" command =" indexer:set-mode" arguments =" schedule" />
40
40
<!-- Run cron twice -->
41
- <magentoCLI command =" cron:run" stepKey =" runCron1" />
42
- <magentoCLI command =" cron:run" stepKey =" runCron2" />
41
+ <magentoCLI command =" cron:run" arguments = " --group=index " stepKey =" runCron1" />
42
+ <magentoCLI command =" cron:run" arguments = " --group=index " stepKey =" runCron2" />
43
43
</before >
44
44
<after >
45
45
<magentoCLI stepKey =" setFlatCatalogCategory" command =" config:set catalog/frontend/flat_catalog_category 0 " />
Original file line number Diff line number Diff line change 38
38
<!-- Open Index Management Page and Select Index mode "Update by Schedule" -->
39
39
<magentoCLI stepKey =" setIndexerMode" command =" indexer:set-mode" arguments =" schedule" />
40
40
<!-- Run cron twice -->
41
- <magentoCLI command =" cron:run" stepKey =" runCron1" />
42
- <magentoCLI command =" cron:run" stepKey =" runCron2" />
41
+ <magentoCLI command =" cron:run" arguments = " --group=index " stepKey =" runCron1" />
42
+ <magentoCLI command =" cron:run" arguments = " --group=index " stepKey =" runCron2" />
43
43
</before >
44
44
<after >
45
45
<magentoCLI stepKey =" setFlatCatalogCategory" command =" config:set catalog/frontend/flat_catalog_category 0 " />
You can’t perform that action at this time.
0 commit comments