Closed (fixed)
Project:
Drupal core
Version:
8.1.x-dev
Component:
entity system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Jun 2016 at 08:31 UTC
Updated:
2 Aug 2016 at 15:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jibranComment #3
jibranComment #5
jibranComment #6
berdirThanks. This can have pretty nasty side effects in tests because it creates tables incorrectly and then you get weird exceptions.
Comment #7
berdirI can actually reproduce this problem locally with \Drupal\Tests\system\Kernel\Extension\ModuleHandlerTest::testUninstallContentDependency, not sure why it doesn't happen for testbot?
Comment #9
jibranUnrelated fail.
Comment #11
jibranAnother unrelated fail.
Comment #13
jibranComment #14
chx commented#2555027: Support non-numeric entity ID's is blocked by this.
Comment #16
jibranComment #18
berdirNodeTypeTranslationTest failed. This somehow causes *a lot* of random fails. Wondering if the change has anything to do with it..
Comment #19
jibranNodeTypeTranslationTestfailed for the first time.Comment #20
alexpottCommitted and pushed 4dd3e6a5066142135cc15956035339ee89296be6 to 8.2.x and 83cc368 to 8.1.x. Thanks!
Let's hope this isn't a random fail engine.
Comment #23
jibranThanks @alexpott for committing this.