- πΊπΈUnited States danflanagan8 St. Louis, US
It looks like the latest patch makes both of the changes on the "Proposed Resolution". But per @mikelutz in #9 this still needs tests. Tagging and setting back to NW.
- πΊπΈUnited States benjifisher Boston area
Part of the difficulty with this issue is that we do not have good steps to reproduce the problem. We need that before we can write a test.
It is easy with Drush: just enable the
migrate_drupal
module anddrush cr
anddrush ms
. But we need a way to reproduce the problem with just Drupal core.I previously suggested (in the issue description) using the patch from π Add ability to view migrate_message table data Fixed . In order for that to work, you need to run some migration that creates messages. You could do a full migration from D6 or D7. A more minimal approach is to add the attached migration to
mymodule/migrations/
, wheremymodule
is any enabled module. Then execute the migration: it will add one message. I am updating the issue summary to suggest this.Unless someone can think of a better way to test, we may as well postpone this issue on #3063856.
I also tested the current patch from π SQL migrations cannot be instantiated if database is not available and Node, Migrate Drupal modules are enabled Fixed . It did not make any difference.