Closed (outdated)
Project:
Migrate Tools
Version:
6.1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2018 at 12:29 UTC
Updated:
23 Jan 2026 at 16:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sylvainm commentedHere is a quick patch.
Without patched migrate_plus, we can't add a failing test, so I wonder if a test is needed, or if it should wait for Status of migration accepted.
Comment #3
heddnCan we now add a test? Now we have upstream committed?
Comment #4
sylvainm commentedI will try to work on that on Friday
Comment #5
sylvainm commentedTest added
Comment #6
heddnThe test only patch didn't fail? Could we assert the migration that is set to disabled doesn't show-up on the page? And maybe re-enable it and assert it then does?
Comment #7
clemens.tolboomComment #8
sylvainm commentedWell, this is strange: locally the test fails
Comment #9
sylvainm commentedha, i get the same result in a fresh install of drupal
Comment #10
sylvainm commentedOk, I finally understood why: the migrate_plus version used by the dispatcher is the stable and in this version, there is not yet the commit https://cgit.drupalcode.org/migrate_plus/commit/?id=6cfbb3e91147dd137ad8...
Once a new release of migrate_plus will be released, we will be able to test again, and this time, the test_only will fail (I tested it locally)
Comment #11
sylvainm commentedTest only now fails.
Here is a new patch which should apply
Comment #12
heddnThis needs a rebase and to be rolled into a PR.
Comment #13
sylvainm commentedIMHO, it seems that the patch is more or less integrated in current version: https://git.drupalcode.org/project/migrate_tools/-/blob/6.1.x/src/Contro... and that we can close this issue, don't you think?
Comment #14
heddnIf that isn't the case, we can re-open with steps to reproduce the issue on the current HEAD. Thanks for the confirmation this doesn't seem to be an issue.