Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly run all tests again when no file is specified | Joas Schilling | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | Allow autocomplete for test file in autotest.sh | Joas Schilling | 2014-12-09 | 1 | -1/+5 |
| | |||||
* | this allows a non-existant config/config.php for starting the autotest.sh | Morris Jobke | 2014-11-13 | 1 | -1/+1 |
| | |||||
* | Drop only if exists | Lukas Reschke | 2014-09-24 | 1 | -1/+1 |
| | |||||
* | autotest.sh shall not terminate if mysql db could not be dropped | Thomas Müller | 2014-09-24 | 1 | -1/+1 |
| | |||||
* | Fix autotest.sh for whitespace in paths | Robin McCorkell | 2014-09-22 | 1 | -14/+14 |
| | |||||
* | Don't terminate the script if the pgsql database could not be deleted | Thomas Müller | 2014-09-12 | 1 | -1/+1 |
| | |||||
* | terminate script execution in case of failure | Thomas Müller | 2014-09-09 | 1 | -0/+2 |
| | |||||
* | Restore autotest config on SIGINT or SIGTERM | Vincent Petry | 2014-08-19 | 1 | -5/+11 |
| | | | | | | | | When hitting Ctrl+C to interrupt unit test running, the old configuration was not restored properly. This fix traps the signal to properly restore the configuration after an interruption. | ||||
* | Use git checkout on directory as some files may not be in git resulting in, ↵ | Andreas Fischer | 2014-04-07 | 1 | -1/+1 |
| | | | | | | | e.g.: error: pathspec 'tests/data/lorem-copy.txt' did not match any file(s) known to git. error: pathspec 'tests/data/testimage-copy.png' did not match any file(s) known to git. | ||||
* | Catch setup errors during autotest | Vincent Petry | 2014-02-05 | 1 | -2/+6 |
| | |||||
* | Enforce required phpunit version | Vincent Petry | 2013-12-19 | 1 | -2/+17 |
| | | | | | This will prevent frustration and confusion when unit tests fail because the wrong phpunit version was used | ||||
* | keep junit xml reports | Thomas Müller | 2013-11-04 | 1 | -1/+1 |
| | |||||
* | adding environment variable to control coverage reporting | Thomas Müller | 2013-11-04 | 1 | -1/+6 |
| | |||||
* | Added syntax help for autotest.sh | Vincent Petry | 2013-10-25 | 1 | -4/+30 |
| | | | | | | | | | autotest.sh now checks for the validity of the db config name argument. If the db config name is not known, it show syntax info. This should save some time to people to understand how to use this script. Before this fix, an invalid argument would return a big HTML page in the output. | ||||
* | Added backup for config.php in autotest.sh script | Vincent Petry | 2013-10-03 | 1 | -0/+17 |
| | | | | | | | | | | | The script now checks for config.php existance and backs it up before running the test, then restores it back at the end. This avoids the situation where devs lose their manually edited config if they forgot to back it up before running the unit tests. The script now also checks for config.php permissions beforehand to avoid displaying an annoying HTML page output in the console with an error message. | ||||
* | collect coverage for all databases again - ci.owncloud.org has more RAM ↵ | Thomas Müller | 2013-09-25 | 1 | -6/+1 |
| | | | | available | ||||
* | use tmpfs at /dev/shm to speedup unit test execution | Thomas Müller | 2013-07-30 | 1 | -5/+11 |
| | |||||
* | pgsql support added | Thomas Müller | 2013-07-19 | 1 | -1/+4 |
| | |||||
* | parallel execution support for mysql added | Thomas Müller | 2013-07-19 | 1 | -12/+19 |
| | |||||
* | Use EXECUTOR_NUMBER in database name and user name. | Thomas Müller | 2013-07-16 | 1 | -18/+23 |
| | |||||
* | enable oracle testing by default | Jörn Friedrich Dreyer | 2013-07-08 | 1 | -3/+2 |
| | |||||
* | enable testing individual tests | Jörn Friedrich Dreyer | 2013-06-26 | 1 | -3/+3 |
| | |||||
* | meanwhile phpunit is seq faulting with mysql as well | Thomas Mueller | 2013-05-24 | 1 | -4/+4 |
| | |||||
* | adding Oracle support to autotest.sh | Thomas Mueller | 2013-05-24 | 1 | -4/+55 |
| | |||||
* | No unit test coverage reports for pgsql - this causes issues on Jenkins. | Thomas Mueller | 2013-05-15 | 1 | -1/+6 |
| | |||||
* | add phpunit configuration for autotest withou the json listener because this ↵ | Thomas Mueller | 2013-02-05 | 1 | -1/+1 |
| | | | | pollutes the console | ||||
* | exeuting tests now on apps as well - the apps repo shall be cloned into the ↵ | Thomas Müller | 2012-10-27 | 1 | -2/+4 |
| | | | | sub folder apps2 | ||||
* | cleanup report folder | Thomas Mueller | 2012-10-18 | 1 | -3/+3 |
| | |||||
* | adding coverage html | Thomas Mueller | 2012-10-18 | 1 | -3/+4 |
| | |||||
* | move autotest to phpunit | Thomas Mueller | 2012-10-10 | 1 | -1/+2 |
| | |||||
* | postgres added to autotest mechanism | Thomas Mueller | 2012-07-18 | 1 | -5/+26 |
| | |||||
* | add database type to xml report | Thomas Mueller | 2012-07-16 | 1 | -1/+1 |
| | |||||
* | some more structure added | Thomas Mueller | 2012-07-15 | 1 | -44/+56 |
| | |||||
* | fixing reset on autotest | Thomas Mueller | 2012-07-15 | 1 | -0/+5 |
| | |||||
* | MySql testing added | Thomas Mueller | 2012-07-15 | 1 | -2/+42 |
| | |||||
* | rediect test results to autotest-results-sqlite.xml | Thomas Mueller | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | autotest.sh added: create an fresh environment using sqlite (mysql anf pg ↵ | Thomas Mueller | 2012-07-13 | 1 | -0/+32 |
will follow) and executes the test suite |