Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: Database SQL/XMLDB
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
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