Closed (fixed)
Project:
Project Issue File Review
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
5 Feb 2009 at 05:24 UTC
Updated:
7 Mar 2009 at 09:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
boombatower commentedOnce complete, #337795: Test patches on multiple environments.
Comment #2
josh waihi commentedyou write the base class, I'll write the postgres extension ;)
Comment #3
boombatower commented@Josh Waihi: that sounds great. I'll make a comment when it is ready for you.
Comment #4
boombatower commentedStarted.
Comment #5
boombatower commentedAll the way through applying patch.
NOTE: this code can handle reviewing modules in addition to core.
Comment #6
boombatower commentedMid-way patch...have some unexpected things coming up so I'm putting it here so I can download where ever I end up.
Comment #7
boombatower commentedThere is an initial set of code for db stuff ready. I will be adding an additional function once the core bug #377564: SimpleTest: run-tests.sh ignores 'simpletest_clear_results' is fixed.
@Josh Waihi: if you want to work on an initial postgres backend that would be fine...only make a db backend that implements the interface.
The installer itself should always select the default database type, but to be sure I can add some code to select the current db type...that is not part of your backend...I'll add that shortly.
Comment #8
josh waihi commentedmy postgres progress thus far plus a few more other things like admin config menu
Comment #9
josh waihi commented*sigh* in a stupid rush, that patch doesn't really help anybody
Comment #10
josh waihi commentedOK, I think this will work. Can't say for sure since PostgreSQL and D7 HEAD have issues. couldn't figure out how to include new files in diff so I'm attaching them. the diff shows where to put them. pgsql.inc was renamed for security reasons
Comment #11
boombatower commentedCommitted intial database backend after modification and addition of getAssertions() method.
I assume this is valid in postgres (just want to be sure)
Comment #12
boombatower commentedCompleted rest of necessary components and a bit of cleanup.
Doesn't support the setup of SimpleTest 6.x-2.x for testing of D6, but that is not priority. Everything else is nicely abstracted. Will include in 6.1 (once PIFR 2.x is stable).
Opened #379114: Update INSTALL.txt to keep track of INSTALL.txt changes which this issue created.