We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847a0ac commit cdeb980Copy full SHA for cdeb980
lib/internal/Magento/Framework/Indexer/Test/Unit/BatchSizeManagementTest.php
@@ -60,8 +60,9 @@ public function testEnsureBatchSize()
60
$this->loggerMock->expects($this->once())
61
->method('warning')
62
->with(__(
63
- 'Memory size allocated for temporary table is more than 20% innodb_buffer_pool_size. ' .
64
- 'Please update innodb_buffer_pool_size or decrease batch size value.'
+ 'Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. ' .
+ 'Please update innodb_buffer_pool_size or decrease batch size value '.
65
+ '(which decreases memory usages for the temporary table).'
66
));
67
68
$adapterMock->expects($this->at(3))
0 commit comments