Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
migration system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2015 at 21:05 UTC
Updated:
3 Nov 2015 at 19:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
phenaproximaAdded a bit of defensiveness to the d6_term_node and d6_term_node_revision migrations. Still needs tests, but I expect this will help.
Comment #3
phenaproximaI worked very, very hard and I think I deserve a test.
A test?
A test.
Comment #4
mikeryan$node does not need to be fully populated, ['nid' => 2] will do.
Other than that, looks good for what it does. I'll repeat what I've said previously, though - we should not have separate term_node* migrations, term references should be migrated as part of the node migration just like any other field. This bug fix holds us over until we address that (I'll open an issue).
Comment #5
phenaproximaMoved the gnarly set-up stuff in testSkipNonExistentNode() into a helper method of MigrateTestBase. I think this is a scenario we may want to test again, so it makes sense to have a helper for that. Also addressed @mikeryan's comment above.
Comment #6
mikeryanRTBC pending successful automated tests.
Added issue for merging term_node into node migrations: #2597650: Term references should be incorporated into D6 node migration.
Comment #7
webchickCommitted and pushed to 8.0.x. Thanks!