Closed
Description
Preconditions
- Magento 2.3-develop
- Sample data deployed (in order to easily have several test images in store)
Steps to reproduce
- php bin/magento catalog:images:resize
Expected result
- All 3422 images should be processed
Actual result
- Only 801 images are processed.
developer@reedling$ php bin/magento catalog:images:resize
801/3422 [======>---------------------] 23% 14 mins 58.0 MiB | /w/s/wsh12-red_main_2.jpg
Product images resized successfully
developer@reedling$
In my 2.2.6 development store which has 140 images, it always stops after exactly 100.
I can reproduce this issue on both 2.3-develop and 2.2.6.
Possible underlying Magento/Framework/DB/Query/Generator issue.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 1 Passed. Automatic verification of issue format passedIndicates that Pull Request has been created to fix issueThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release