Skip to content

Commit cc79c5d

Browse files
committed
AC-13810: Customer Grid indexer does not work properly in Update by Schedule mode
1 parent 54ec889 commit cc79c5d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

dev/tests/integration/testsuite/Magento/CustomerImportExport/Model/Import/AddressTest.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2014 Adobe
4+
* All Rights Reserved.
55
*/
66

77
/**
@@ -478,7 +478,8 @@ public function testDifferentOptions(): void
478478
/**
479479
* Test customer indexer gets invalidated after import when Update on Schedule mode is set
480480
*
481-
* @magentoDbIsolation enabled
481+
* @magentoAppIsolation enabled
482+
* @magentoDbIsolation disabled
482483
*/
483484
public function testCustomerIndexer(): void
484485
{

dev/tests/integration/testsuite/Magento/CustomerImportExport/Model/Import/CustomerTest.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2014 Adobe
4+
* All Rights Reserved.
55
*/
66

77
namespace Magento\CustomerImportExport\Model\Import;
@@ -495,7 +495,8 @@ public function testUpdateExistingCustomers(): void
495495
/**
496496
* Test customer indexer gets invalidated after import when Update on Schedule mode is set
497497
*
498-
* @magentoDbIsolation enabled
498+
* @magentoAppIsolation enabled
499+
* @magentoDbIsolation disabled
499500
* @return void
500501
*/
501502
public function testCustomerIndexer(): void

0 commit comments

Comments
 (0)