Skip to content

#26989 MFTF: Use <magentoCron> for reindex #2856

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 4, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<actionGroup ref="logout" stepKey="logoutFromAdminArea"/>

<!-- Reindex invalidated indices after product attribute has been created/deleted -->
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
</after>

<!--Add configurable product to cart.-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<actionGroup ref="logout" stepKey="logoutFromAdminArea"/>

<!-- Reindex invalidated indices after product attribute has been created/deleted -->
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
</after>

<!--Add configurable product to cart.-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<deleteData createDataKey="stock" stepKey="deleteStock" before="amOnLogoutPage"/>

<!-- Reindex invalidated indices after product attribute has been created/deleted -->
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
</after>

<!--Assign source to configurable product.-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</actionGroup>

<!-- Reindex invalidated indices after product attribute has been created/deleted -->
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
</after>

<!--Verify configurable product on storefront.-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<actionGroup ref="logout" stepKey="logoutFromAdminArea"/>

<!-- Reindex invalidated indices after product attribute has been created/deleted -->
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
</after>

<!--Add configurable product to cart.-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<actionGroup ref="logout" stepKey="logoutFromAdminArea"/>

<!-- Reindex invalidated indices after product attribute has been created/deleted -->
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
</after>

<!--Add configurable product to cart.-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<deleteData createDataKey="customer" stepKey="deleteCustomer"/>

<!-- Reindex invalidated indices after product attribute has been created/deleted -->
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
</after>

<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="openProductGrid"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<deleteData createDataKey="customer" stepKey="deleteCustomer"/>

<!-- Reindex invalidated indices after product attribute has been created/deleted -->
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
</after>

<!-- Create a configurable product -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<deleteData createDataKey="customer" stepKey="deleteCustomer"/>

<!-- Reindex invalidated indices after product attribute has been created/deleted -->
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
</after>

<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="openProductGrid"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<deleteData createDataKey="customer" stepKey="deleteCustomer"/>

<!-- Reindex invalidated indices after product attribute has been created/deleted -->
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
</after>

<!-- Create a configurable product -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<actionGroup ref="logout" stepKey="logoutFromAdminArea"/>

<!-- Reindex invalidated indices after product attribute has been created/deleted -->
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
</after>

<!--Add configurable product to cart.-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<actionGroup ref="logout" stepKey="logoutFromAdminArea"/>

<!-- Reindex invalidated indices after product attribute has been created/deleted -->
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
</after>

<!--Add configurable product to cart.-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<deleteData createDataKey="customer" stepKey="deleteCustomer"/>

<!-- Reindex invalidated indices after product attribute has been created/deleted -->
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
</after>

<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="openProductGrid"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<magentoCLI command="config:set {{StorefrontDisableAddStoreCodeToUrls.path}} {{StorefrontDisableAddStoreCodeToUrls.value}}" stepKey="addStoreCodeToUrlDisable"/>

<!-- Reindex invalidated indices after product attribute has been created/deleted -->
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
</after>

<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="openProductGrid"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<actionGroup ref="logout" stepKey="logout"/>

<!-- Reindex invalidated indices after product attribute has been created/deleted -->
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
</after>

<remove keyForRemoval="quickOrderAddProductToCart"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<deleteData createDataKey="customer" stepKey="deleteCustomer"/>

<!-- Reindex invalidated indices after product attribute has been created/deleted -->
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
</after>

<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="openProductGrid"/>
Expand Down