Closed (fixed)
Project:
Drupal core
Version:
8.7.x-dev
Component:
migration system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2018 at 18:48 UTC
Updated:
21 Aug 2018 at 14:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
maxocub commentedHere's the fix. I don't know how we could add a test for that since it's only showing up when you upgrade with drush and not with the UI.
Comment #3
heddnWe could do a unit test, no?
Comment #4
maxocub commentedRight, I'll try a Unit test. We have a Kernel test with a scenario where this warning should appear, but it doesn't. I'll see if I can reproduce it in a test.
Comment #5
maxocub commentedHere's a failing test.
Comment #8
masipila commentedI tested this manually and reviewed the patch.
Test results without the patch #5
I was able to reproduce the warnings described in the issue summary.
Test results with patch #5 applied
No warnings are displayed.
Vocabulary entity translation settings are still migrated correctly with this patch applied.
Conclusion
Comment #9
alexpott@masipila thanks for the rtbc comment with great test evidence.
Committed and pushed 5a0537e6c8 to 8.7.x and 0b66aafc88 to 8.6.x. Thanks!
Backported to 8.6.x as a non disruptive bug fix that makes migrating Drupal better.