Closed (won't fix)
Project:
Drupal core
Version:
8.8.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2016 at 17:59 UTC
Updated:
4 Apr 2019 at 16:50 UTC
Jump to comment: Most recent
Comments
Comment #2
mikeryanA quick grep on "executable->message" shows one instance in image/src/Plugin/migrate/process/d6/ImageCacheActions.php, and three instances in migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php. Frankly, though, I think ImageCacheActions should use saveMessage() instead of the message service, though (so, like all other messages, it gets saved to the message table).
Once those are fixed, the testbot should reveal anything I missed.
Comment #8
heddnCan't fix this without breaking APIs.