Closed (fixed)
Project:
Project Issue File Review
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
22 Apr 2009 at 13:51 UTC
Updated:
31 Dec 2009 at 22:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
damien tournoud commentedIn the MySQL and PostgreSQL implementation:
(one s too many)
This could probably be a noop if we suppose that PIFR remove all the checkout directory before doing a new checkout.
The cache table is not prefixed. I suggest moving Drupal 7 DatabaseConnection::prefixTable() function to the class, and using that directly.
Comment #2
chx commentedThanks Damien.
Comment #3
damien tournoud commentedSeems ok now. What do we need to set up in order to test that?
Comment #4
chx commentedi guess Damien crossposted.
Comment #5
boombatower commentedShould be able to just run the pifr_client.test wither everything setup for SQLite. Read the install.txt if you need any help.
I'll review the code shortly.
Comment #6
boombatower commentedHeh, I cross-posted as well. Eitherway I ran the test and it crashes with patch applied. Since I am assume it is related to the changing of the way the assertion are returned.
Beware that running the test will hose your file_directory_path variable, haven't figured that one out yet.
Comment #7
boombatower commented)was causing the issue.After cleanup all seems well.
Comment #8
boombatower commentedConfirmed that everything still works for mysql. I would like chx or Damien to run the pifr client test on sqlite and confirm that it works.
Thanks again for getting on this.
Comment #9
boombatower commentedping?
Comment #10
boombatower commentedSQLite will be dropped from the testbot for the initial release if this isn't done by then.
Comment #11
boombatower commentedWill need to be updated for #489304: Create/Drop databases to ensure cllean start
Comment #12
boombatower commentedUpdated for create/drop, cleaned up code, and checked that path is inside checkout directory...since that is expected.
Comment #13
boombatower commentedCommitted.
Comment #14
boombatower commentedAdded documentation to INSTALL.txt.