Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2009 at 20:12 UTC
Updated:
28 Mar 2011 at 10:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
darren ohPatch for Drupal 6 at http://drupal.org/node/440836.
Comment #2
cburschkaSeems to be in order for now, but be aware that module.inc is going to be converted to the static caching API, and these calls may then have to be replaced with
drupal_static_reset('module_list')etc. Depending on whether the $reset parameter is removed from these, which is still debated.The issue to follow is #422370: Revisit and convert mail.inc, module.inc, pager.inc to use static caching API.
Comment #4
dave reidThis patch fixes the errors a lot of us are seeing in D6 and D7 with exceptions with tables not found (cache_update, etc).
Comment #5
boombatower commentedRe-roll.
Comment #6
boombatower commentedTry out: #472684: Install non-default modules one at a time to ensure proper module list is maintained during installation hooks I think it is the parent bug.
Comment #7
darren ohThe root problem is that the module list from the previous test is being used during the setup the next test. This patch actually fixes the problem, rather than working around it.
P.S. I now see that the other issue fixes the install system rather than the testing system, so it's not a workaround. My main concern was to make the testing system work the same way as enabling modules on the module administration page. That patch would do that.
Comment #8
darren ohSince the other patch appears to have a good chance of being committed, I'm setting the status of this issue to duplicate.
Comment #9
boombatower commentedThis patch does not fix both problems, but the other patch does so lets stick with that one.
Comment #10
kenorb commentedDuplicate of what?
I'm lost.