summaryrefslogtreecommitdiffstats
path: root/autotest.sh
Commit message (Collapse)AuthorAgeFilesLines
* use tmpfs at /dev/shm to speedup unit test executionThomas Müller2013-07-301-5/+11
|
* pgsql support addedThomas Müller2013-07-191-1/+4
|
* parallel execution support for mysql addedThomas Müller2013-07-191-12/+19
|
* Use EXECUTOR_NUMBER in database name and user name.Thomas Müller2013-07-161-18/+23
|
* enable oracle testing by defaultJörn Friedrich Dreyer2013-07-081-3/+2
|
* enable testing individual testsJörn Friedrich Dreyer2013-06-261-3/+3
|
* meanwhile phpunit is seq faulting with mysql as wellThomas Mueller2013-05-241-4/+4
|
* adding Oracle support to autotest.shThomas Mueller2013-05-241-4/+55
|
* No unit test coverage reports for pgsql - this causes issues on Jenkins.Thomas Mueller2013-05-151-1/+6
|
* add phpunit configuration for autotest withou the json listener because this ↵Thomas Mueller2013-02-051-1/+1
| | | | pollutes the console
* exeuting tests now on apps as well - the apps repo shall be cloned into the ↵Thomas Müller2012-10-271-2/+4
| | | | sub folder apps2
* cleanup report folderThomas Mueller2012-10-181-3/+3
|
* adding coverage htmlThomas Mueller2012-10-181-3/+4
|
* move autotest to phpunitThomas Mueller2012-10-101-1/+2
|
* postgres added to autotest mechanismThomas Mueller2012-07-181-5/+26
|
* add database type to xml reportThomas Mueller2012-07-161-1/+1
|
* some more structure addedThomas Mueller2012-07-151-44/+56
|
* fixing reset on autotestThomas Mueller2012-07-151-0/+5
|
* MySql testing addedThomas Mueller2012-07-151-2/+42
|
* rediect test results to autotest-results-sqlite.xmlThomas Mueller2012-07-131-1/+1
|
* autotest.sh added: create an fresh environment using sqlite (mysql anf pg ↵Thomas Mueller2012-07-131-0/+32
will follow) and executes the test suite