Skip to content

Commit feabfde

Browse files
committed
MC-18935 Customer Segment Discount Not Applying In Customer Non-Primary Store
- Disable database isolation due to database schema change: a newly-created index contains only information about data current at the time the index was created. Therefore, you should not run queries in a transaction that might use a secondary index that did not exist at the beginning of the transaction. There is no way for InnoDB to access “old” data that is consistent with the rest of the data read by the transaction. see https://dev.mysql.com/doc/refman/5.5/en/innodb-create-index-limitations.html
1 parent 2bc471e commit feabfde

File tree

1 file changed

+1
-0
lines changed
  • dev/tests/integration/testsuite/Magento/MediaStorage/Helper/File/Storage

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/MediaStorage/Helper/File/Storage/DatabaseTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ protected function setUp()
5151
* test for \Magento\MediaStorage\Model\File\Storage\Database::deleteFolder()
5252
*
5353
* @magentoDataFixture Magento/MediaStorage/_files/database_mode.php
54+
* @magentoDbIsolation disabled
5455
*/
5556
public function testDeleteFolder()
5657
{

0 commit comments

Comments
 (0)