Skip to content

Commit 700626a

Browse files
author
Anna Bukatar
committed
Merge branch '2.4-develop' of https://github.com/magento-l3/magento2ce into ACP2E-1521
2 parents 48dd2a2 + 92940a8 commit 700626a

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

app/code/Magento/Elasticsearch8/Test/Mftf/Test/StorefrontQuickSearchUsingElasticSearch8ByProductSkuTest.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,22 @@
2121
<group value="pr_exclude"/>
2222
</annotations>
2323
<before>
24-
<magentoCLI command="config:set catalog/search/engine elasticsearch8" stepKey="setSearchEngine"/>
24+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="setSearchEngine"/>
2525
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2626
<actionGroup ref="DeleteAllProductsUsingProductGridActionGroup" stepKey="deleteAllProducts"/>
27-
28-
<createData entity="VirtualProduct" stepKey="createFirtsSimpleProduct"/>
27+
<createData entity="VirtualProduct" stepKey="createVirtualProduct"/>
28+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="createFirtsSimpleProduct"/>
2929
<createData entity="SimpleProductWithCustomSku24MB06" stepKey="createSecondSimpleProduct"/>
3030
<createData entity="SimpleProductWithCustomSku24MB04" stepKey="createThirdSimpleProduct"/>
3131
<createData entity="SimpleProductWithCustomSku24MB02" stepKey="createFourthSimpleProduct"/>
3232
<createData entity="SimpleProductWithCustomSku24MB01" stepKey="createFifthSimpleProduct"/>
33-
3433
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCache">
35-
<argument name="tags" value=""/>
34+
<argument name="tags" value="config full_page"/>
3635
</actionGroup>
3736
<magentoCron groups="index" stepKey="reindex"/>
3837
</before>
3938
<after>
40-
<deleteData createDataKey="createFirtsSimpleProduct" stepKey="deleteProductOne"/>
41-
39+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="deleteProductOne"/>
4240
<actionGroup ref="DeleteAllProductsUsingProductGridActionGroup" stepKey="deleteAllProductsAfterTest"/>
4341
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdminPanel"/>
4442
</after>

dev/tests/integration/framework/Magento/TestFramework/MessageQueue/PublisherConsumerController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ public function waitForAsynchronousResult(callable $condition, $params)
204204
{
205205
$i = 0;
206206
do {
207-
sleep(1);
207+
sleep(3);
208208
$assertion = call_user_func_array($condition, $params);
209-
} while (!$assertion && ($i++ < 180));
209+
} while (!$assertion && ($i++ < 10));
210210

211211
if (!$assertion) {
212212
throw new PreconditionFailedException("No asynchronous messages were processed.");

0 commit comments

Comments
 (0)