Skip to content

Commit 52e42fb

Browse files
author
Oleksandr Iegorov
committed
MC-21948: Products index data delete process fires before indexation instead of right before insert indexed data to index tables during partial reindex
1 parent dd0f93c commit 52e42fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/VerifyCategoryProductAndProductCategoryPartialReindexTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,12 @@
114114
<argument name="categoryName" value="$$categoryL.name$$"/>
115115
</actionGroup>
116116

117+
<!-- Indexer invalidation removed in scope of the MC-21948 implementation -->
117118
<!-- "One or more indexers are invalid. Make sure your Magento cron job is running." global warning message appears -->
119+
<!--
118120
<click selector="{{AdminSystemMessagesSection.systemMessagesDropdown}}" stepKey="openMessageSection"/>
119121
<see userInput="One or more indexers are invalid. Make sure your Magento cron job is running." selector="{{AdminSystemMessagesSection.warning}}" stepKey="seeWarningMessage"/>
122+
-->
120123

121124
<!-- Open categories K, L, M, N on Storefront in order to make sure that new assigments are not applied yet -->
122125
<!-- Category K contains only Products B & C -->

0 commit comments

Comments
 (0)