Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
migration system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Aug 2015 at 16:28 UTC
Updated:
11 Sep 2015 at 19:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mikeryanComment #3
mikeryanWell, it seems simple enough, but testing locally with the latest #2555183: Fix the filled update tests, they are broken patch still fails, can't figure why...
Comment #4
jhedstromIn local testing, this never returns TRUE (as it is an empty array), so the key isn't cleared. Simply removing the conditional fixes the tests in #2555183: Fix the filled update tests, they are broken. Alternatively, using
might work, but there is no harm from what I can tell on calling
clear()on a non-existent property.Comment #5
mikeryanWith the suggested unconditional clear, thanks @jhedstrom!
Comment #6
jhedstromI think this is RTBC assuming the combined patch in #2555183: Fix the filled update tests, they are broken goes green.
Comment #7
catchI removed the message on commit - site builders don't need to know that's what we did.
Agreed this is RTBC given the implicit test coverage working in the other issue. If we later found out something was wrong with this, we could remove migrate from the test dump until we stop changing the config.
Committed/pushed to 8.0.x, thanks!