Closed (duplicate)
Project:
Project Issue File Review
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2009 at 00:26 UTC
Updated:
17 Jul 2009 at 20:39 UTC
Sometimes we have patches that add an update function. If these update functions have errors or undefined functions they currently are not caught by the test bot since it installs an instance *after* applying the patch. Is there a way we could have these added update functions tested? Thinking out loud... maybe have one of the test bots try and install a clean version of Drupal first, apply patch next, run any new update functions and then perform tests.
Comments
Comment #1
boombatower commentedReally not sure that makes a lot of sense. I mean would just detect an update hook and then run clean -> patched? Plus we can't test the update hooks together.
I would recommend implementing #377856: Provide D6 to D7 update test which should allow you to test all update hooks.
Comment #2
boombatower commentedSeems like other issue is what we want, and I'll be finishing it once the browser gets in.