Closed (fixed)
Project:
Drupal core
Version:
8.3.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Sep 2016 at 10:38 UTC
Updated:
4 Nov 2016 at 13:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
phenaproximaComment #4
quietone commentedFixed namespace.
Comment #5
phenaproximaThose PHP 7 fails are a total WTF, but I think they're going to be preventing RTBC for fear of breaking HEAD. Not sure how to verify (or deny) them, though...we probably need input from someone more knowledgeable than myself.
Comment #6
quietone commentedFor what its worth, the two failing tests, UrlConversionTest and.phpPathAliasTest.php pass locally on Php7 and Maria10.
Comment #7
phenaproximaNot only that, but #2807879: Convert Contact's Migrate source tests to new base class is also having the exact same PHP 7 failures...even though it was passing on PHP 7 before, right here on Drupal CI. I saw it with my very own peepers.
I call shenanigans. Unfortunately I cannot RTBC since I wrote the original patch, but if I could, I would.
Comment #8
chipway commentedThese test failures on PHP 7 seems independent of your patch.
On my local PHP 7 + MySQL 5.7, no failure for UrlConversionTest.php and LinkGenerationTest.php, and couldn't run PathAliasTest.php. Same failures on #2807879: Convert Contact's Migrate source tests to new base class
Comment #9
quietone commentedTests are passing again.
Comment #10
chipway commentedI have read 2807863-4.patch.
It applies well on 8.3.x, remove the 2 old files and add the 2 new ones as intended.
So it fixes this issue, stays in scope and I RTBC it.
Comment #11
alexpottSee #2807879-14: Convert Contact's Migrate source tests to new base class - let's use better array keys to make it easier to understand what is going on.
Comment #12
quietone commentedOK.
Comment #13
chipway commentedThanks @alexpott for your hint and @quietone for the new 2807863-12.patch.
It applies well on 8.3.x, fixes this issue, includes #11 comment hint, stays in scope. Tests passes locally on my PHP7.
So I just wait for the confirmation thru bot tests to RTBC it.
Comment #14
chipway commentedBot tests OK.
Comment #15
alexpottCommitted and pushed 7d70af5 to 8.3.x and b840cbc to 8.2.x. Thanks!