Closed (fixed)
Project:
Drupal core
Version:
8.4.x-dev
Component:
dblog.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 May 2017 at 18:02 UTC
Updated:
6 Jul 2017 at 10:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dagmarHere is the failing test case before the fix introduced in #1328014: PDOException when saving a node on non-English languages.
Comment #4
dagmarNow that this exposed the bug. Remove the changes introduced in the install file is a novice task.
Comment #5
mitrpaka commentedUpdated patch as DbLogTest.php location has changed. Also removed the changes introduced in the install file and DbLog.php.
Comment #6
dagmarThanks @mitrpaka.
I think this makes much more readable DblogTest. #2 exposed the failing test. Not sure if we need an assertion in the absence of fatal errors what check this test.
Comment #7
dawehnerI think we should have some form of assertion here. Anything we can come up with?
Comment #8
dagmarActually it is quite simple to test, since now link is a of type
textthe full link should be persisted in the database.Comment #9
dawehnerNice!
Comment #11
larowlanThanks
Fixed on commit
Committed as 06848b2 and pushed to 8.4.x.