Issue Details (XML | Word | Printable)

Key: MDL-14905
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Nicolas Connault
Reporter: Eloy Lafuente (stronk7)
Votes: 0
Watchers: 2
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-14679

M2: DDL and DML functional tests

Created: 19/May/08 11:12 PM   Updated: 02/Jul/08 11:10 PM
Return to search
Component/s: Database SQL/XMLDB
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Eloy Lafuente (stronk7) and Nicolas Connault
Security Level: None
Resolved date: 02/Jul/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
From some chats:

http://docs.google.com/View?docid=dgzf39jp_7tmcr5jc5 :

    * table prefix is separated so it's easy to create moodle_database instances with different prefixes.
    * able to test execute test agains multiple DBs by:
       1. Having some interface in admin to define them
       2. Make tests happen against all them
       3. If no alternate DBs are defined, tets default to current one (config.php one)
    * will go to dml/simpletest and ddl/simpletest

HQ chat:

    * able to be executed with one CLI script.
    * able to generate one cool page with all test results.
    * able to report by email about problems.

Ciao :-)

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Nicolas Connault added a comment - 02/Jul/08 11:10 PM
Closing this now. We can create sub-tasks for more specific test cases if required.