Skip to content

Commit 3777ef4

Browse files
authored
Merge pull request #1236 from magento-dragons/DRAGONS-BUGFIXES-JUNE
Bug fixed: - MAGETWO-61124 Elasticsearch search query stop working on big amount of products - MAGETWO-70350 Fix CheckShowSwatchesInProductListOptionImpactTest
2 parents c17c5df + 136a742 commit 3777ef4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

dev/tests/functional/tests/app/Magento/Swatches/Test/TestCase/CheckShowSwatchesInProductListOptionImpactTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
9-
<testCase name="Magento\Swatches\Test\TestCase\CheckSwatchesOnCategoryPageTest" summary="Check Swathes visibility on category page" ticketId="MAGETWO-66928">
9+
<testCase name="Magento\Swatches\Test\TestCase\CheckShowSwatchesInProductListOptionImpactTest" summary="Check Swatches Visibility on Category Page" ticketId="MAGETWO-66928">
1010
<variation name="CheckShowSwatchesInProductListOptionImpactTest">
1111
<data name="configData" xsi:type="string">disable_swatches_visibility_in_catalog</data>
1212
<constraint name="Magento\Swatches\Test\Constraint\AssertSwatchesAreNotVisibleOnCategoryPage" />

lib/internal/Magento/Framework/Search/Dynamic/Algorithm/Auto.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function getItems(
5555
/**
5656
* @param BucketInterface $bucket
5757
* @param array $dimensions
58-
* @param int[] $entityIds
58+
* @param EntityStorage $entityStorage
5959
* @return number
6060
*/
6161
private function getRange($bucket, array $dimensions, EntityStorage $entityStorage)
@@ -87,7 +87,6 @@ private function getMaxPriceInt(EntityStorage $entityStorage)
8787
}
8888

8989
/**
90-
* @param DataProviderInterface $dataProvider
9190
* @return int
9291
*/
9392
private function getMinRangePower()

lib/internal/Magento/Framework/Search/Dynamic/Algorithm/Manual.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function getItems(
5353
}
5454

5555
/**
56-
* @param array $items \
56+
* @param array $items
5757
* @param int $maxIntervalsNumber
5858
* @return array
5959
*/

0 commit comments

Comments
 (0)