Closed (fixed)
Project:
Commerce Migrate
Version:
8.x-2.x-dev
Component:
Drupal Commerce 1.x
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2020 at 20:16 UTC
Updated:
28 Nov 2020 at 08:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
quietone commentedThis adds a test of migrating nodes including testing field values. A field value test is also added to ProductTest and ProductVariationTest
Comment #4
quietone commentedI thought I ran ProductTest locally. Anyway, in order to test field value it needs to run more migrations, so those are added. I also added a helper method to Commerce1TestBase that creates dummy files.
Comment #5
quietone commentedJust cleaning up.
Comment #6
quietone commentedNow add assertions for non-product terms to the new NodeTest. I think that covers everything in the IS.
Anything more to do here?
Comment #7
quietone commentedComment #10
quietone commentedReverted because tests fail with postgresql.
Comment #11
quietone commentedI don't think the order of the field value matters, so just change the test to order the values by target_id.
Comment #12
quietone commentedI am testing with postgres locally and the tests pass.
Comment #13
quietone commentedSome improvements but still can't get a failure locally.
Comment #15
quietone commentedThat is better. I think this is ready to commit.
Comment #17
quietone commented