Skip to content

Commit 3026e1a

Browse files
committed
MAGETWO-94086: [Forwardport] Run Catalog Search reindex in multithread mode with AdvancedSearch
1 parent 009c767 commit 3026e1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserverTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
/**
1313
* @magentoAppArea adminhtml
14+
* @magentoDbIsolation disabled
1415
*/
1516
class ProductProcessUrlRewriteSavingObserverTest extends \PHPUnit\Framework\TestCase
1617
{

dev/tests/integration/testsuite/Magento/Quote/Model/QuoteRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
/**
2222
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
23+
* @magentoDbIsolation disabled
2324
*/
2425
class QuoteRepositoryTest extends \PHPUnit\Framework\TestCase
2526
{
@@ -104,7 +105,6 @@ public function testGetListDoubleCall()
104105
}
105106

106107
/**
107-
* @magentoDbIsolation enabled
108108
* @magentoAppIsolation enabled
109109
*/
110110
public function testSaveWithNotExistingCustomerAddress()

0 commit comments

Comments
 (0)