Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-09Correctly run all tests again when no file is specifiedJoas Schilling
2014-12-09Allow autocomplete for test file in autotest.shJoas Schilling
2014-11-13this allows a non-existant config/config.php for starting the autotest.shMorris Jobke
2014-09-24Drop only if existsLukas Reschke
2014-09-24autotest.sh shall not terminate if mysql db could not be droppedThomas Müller
2014-09-22Fix autotest.sh for whitespace in pathsRobin McCorkell
2014-09-13Don't terminate the script if the pgsql database could not be deletedThomas Müller
2014-09-09terminate script execution in case of failureThomas Müller
2014-08-20Restore autotest config on SIGINT or SIGTERMVincent Petry
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.
2014-04-07Use git checkout on directory as some files may not be in git resulting in, ↵Andreas Fischer
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.
2014-02-05Catch setup errors during autotestVincent Petry
2013-12-19Enforce required phpunit versionVincent Petry
This will prevent frustration and confusion when unit tests fail because the wrong phpunit version was used
2013-11-04keep junit xml reportsThomas Müller
2013-11-04adding environment variable to control coverage reportingThomas Müller
2013-10-25Added syntax help for autotest.shVincent Petry
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.
2013-10-03Added backup for config.php in autotest.sh scriptVincent Petry
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.
2013-09-25collect coverage for all databases again - ci.owncloud.org has more RAM ↵Thomas Müller
available
2013-07-30use tmpfs at /dev/shm to speedup unit test executionThomas Müller
2013-07-19pgsql support addedThomas Müller
2013-07-19parallel execution support for mysql addedThomas Müller
2013-07-16Use EXECUTOR_NUMBER in database name and user name.Thomas Müller
2013-07-08enable oracle testing by defaultJörn Friedrich Dreyer
2013-06-26enable testing individual testsJörn Friedrich Dreyer
2013-05-24meanwhile phpunit is seq faulting with mysql as wellThomas Mueller
2013-05-24adding Oracle support to autotest.shThomas Mueller
2013-05-16No unit test coverage reports for pgsql - this causes issues on Jenkins.Thomas Mueller
2013-02-05add phpunit configuration for autotest withou the json listener because this ↵Thomas Mueller
pollutes the console
2012-10-27exeuting tests now on apps as well - the apps repo shall be cloned into the ↵Thomas Müller
sub folder apps2
2012-10-19cleanup report folderThomas Mueller
2012-10-19adding coverage htmlThomas Mueller
2012-10-11move autotest to phpunitThomas Mueller
2012-07-18postgres added to autotest mechanismThomas Mueller
2012-07-16add database type to xml reportThomas Mueller
2012-07-16some more structure addedThomas Mueller
2012-07-15fixing reset on autotestThomas Mueller
2012-07-15MySql testing addedThomas Mueller
2012-07-13rediect test results to autotest-results-sqlite.xmlThomas Mueller
2012-07-13autotest.sh added: create an fresh environment using sqlite (mysql anf pg ↵Thomas Mueller
will follow) and executes the test suite