Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
toolbar.module
Priority:
Critical
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
5 Oct 2015 at 16:09 UTC
Updated:
19 Oct 2015 at 19:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
neclimdulJust to confirm.
Comment #3
neclimdulbah
Comment #4
kgoel commentedComment #5
pwolanin commentedlooks like the translation may not be getting saved based on the verbose test output
Comment #6
kgoel commentedComment #8
pwolanin commentedrunning a git bisect assuming 7ed830c is good
Comment #9
pwolanin commented1cdbe865bc0b9ef0f26d6db302a252c63062b1bf is the first bad commit
Comment #10
pwolanin commenteddummy patch to show HEAD fail
Comment #11
pwolanin commentedapparently cause by #2503755: Switch from user login block to login menu link and search block in standard profile
Comment #12
wim leersProgress report.
Comment #13
pwolanin commentedWim is tracking this down
Comment #14
martin107 commentedJust providing information.....
Another issue has been having similar problems today
a document only patch ... with unexpected failures that look similar...
a simplytest.me sandbox was used to show test passing but failing on our test infrastructure.
Comment #15
martin107 commenteddouble post.
Comment #16
pwolanin commentedIt's something in this commit: #2503755: Switch from user login block to login menu link and search block in standard profile
involving changes to these 2 files, since reverting just that part of the commit makes the test pass
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php
core/lib/Drupal/Core/Menu/MenuLinkBase.php
Comment #17
pwolanin commentedComment #18
pwolanin commentedcatch reverted #2503755: Switch from user login block to login menu link and search block in standard profile for now
Comment #19
wim leersIt got reverted; root cause found and described at #2503755-141: Switch from user login block to login menu link and search block in standard profile.