Closed (fixed)
Project:
Webform
Version:
7.x-4.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2015 at 18:48 UTC
Updated:
24 Jan 2016 at 16:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
danchadwick commentedThe issue was that static caching was added to webform_node_types. Only during installation will the cache be stale. Tests execute module installation and node creation in the same session, so tests fail. The cache must be reset after installation to allow the tests to pass.
Still testing. There may be other issues too. I'm bumping the priority to Major, since other patches are contingent on getting tests working again.
Comment #2
danchadwick commentedCommitted to 7.x-4.x
Comment #4
danchadwick commentedNeeds port to D8.
Comment #6
fenstratCommitted and pushed to 8.x-4.x.
Testing is still a long way from working on 8.x-4.x, but starting to work through the 7.x-4.x issues which needing porting and this needed porting.