Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use proper statement to retrieve the IP of an docker instance | Morris Jobke | 2015-10-30 | 1 | -3/+3 |
| | |||||
* | Fix termination of the ceph docker | Thomas Müller | 2015-10-16 | 1 | -1/+2 |
| | |||||
* | Fix termination of the ceph docker | Thomas Müller | 2015-10-16 | 1 | -1/+1 |
| | |||||
* | test objectstore with ceph docker | Jörn Friedrich Dreyer | 2015-10-06 | 1 | -1/+37 |
| | | | | | | | | | | | | | | | | use default config for swift primary storage test config allow testsuite to complete fix timeout, script cleanup, enable debug for now use btrfs loopback device, requires privileged container and absolute path throw exception when storage has problems debug by echo ... sleep more, more debug | ||||
* | Use a universal shebang | Olivier Paroz | 2015-09-27 | 1 | -1/+1 |
| | | | | Fixes #15037 | ||||
* | Merge pull request #19177 from owncloud/docker-check-state | Thomas Müller | 2015-09-22 | 1 | -2/+8 |
|\ | | | | | Connect to database to verify if it is running | ||||
| * | Connect to database to verify if it is running | Lukas Reschke | 2015-09-18 | 1 | -2/+8 |
| | | | | | | | | Try to connect to the OCI host via sqlplus to ensure that the connection is already running. Required by the new OCI configuration on CI. | ||||
* | | Minor text typos | Phil Davis | 2015-09-21 | 1 | -1/+1 |
|/ | | | | that I noticed while looking at some code. | ||||
* | Increment timeout on Oracle startup | Thomas Müller | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | Allow easy XDEBUG debugging with autotest | Robin McCorkell | 2015-08-31 | 1 | -0/+6 |
| | | | | | | | | | | Debugging scripts needs the environment variable XDEBUG_CONFIG to be set, which initiates a connection to a listening debugger. But if that env is set and one of the PHP setup steps occurs (e.g. occ install), the debugging session is 'completed' and the debugger no longer listens during the actual tests. This saves the XDEBUG_CONFIG env so it only applies during the PHPUnit execution, so only the real tests trigger the debugging. | ||||
* | Add possible use of docker instance for MariaDB | Roeland Jago Douma | 2015-07-29 | 1 | -11/+44 |
| | |||||
* | [autotest] timeout oracle docker startup after 2 minutes | Morris Jobke | 2015-07-16 | 1 | -2/+2 |
| | |||||
* | [autotest] wait for oracle docker container initialization instead of ↵ | Morris Jobke | 2015-07-15 | 1 | -2/+4 |
| | | | | waiting a hard coded time | ||||
* | autotest.sh with docker support for postgres | Morris Jobke | 2015-07-06 | 1 | -1/+20 |
| | | | | | * waits until the docker container is started * export USEDOCKER=1 to run the docker version of postgres | ||||
* | Let's wait a little longer until oracle finally is available | Thomas Müller | 2015-06-24 | 1 | -2/+2 |
| | |||||
* | move the OCPSinceChecker.php to build/ | Morris Jobke | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | Add tool to check OCP for missing @since tag | Morris Jobke | 2015-06-19 | 1 | -0/+3 |
| | | | | | | * gets executed in autotest.sh and fails if some PHPDoc is missing * doesn't check classes/methods that are marked as @deprecated * iterates over all .php files in lib/public | ||||
* | Store in array to allow paths with whitespace | Lukas Reschke | 2015-05-15 | 1 | -4/+4 |
| | |||||
* | Add support for facade binary scripts | Lukas Reschke | 2015-05-15 | 1 | -3/+10 |
| | | | | Fixes https://github.com/owncloud/core/issues/16296 | ||||
* | Lint bash script using ShellCheck | Lukas Reschke | 2015-05-15 | 1 | -11/+11 |
| | | | | Ref http://www.shellcheck.net/about.html | ||||
* | Combine autotest-hhvm.sh with autotest.sh | Andreas Fischer | 2015-05-04 | 1 | -5/+20 |
| | |||||
* | [autotest.sh] use the DATABASEHOST for the mysql DB drop | Morris Jobke | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | Now using a special docker where the database for testing is already available | Thomas Müller | 2015-03-20 | 1 | -26/+2 |
| | |||||
* | Oracle 11 XE is now fired up in a docker image - looks like we get back ↵ | Thomas Müller | 2015-03-17 | 1 | -3/+18 |
| | | | | Oracle Testing on pull requests | ||||
* | Use occ to install ownCloud in autotest.sh | Thomas Müller | 2015-03-11 | 1 | -70/+11 |
| | |||||
* | Better cleanup in autotest.sh | Robin McCorkell | 2015-01-28 | 1 | -8/+10 |
| | | | | Configs correctly cleaned, even if phpunit fails or autotest interrupted | ||||
* | 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 |
| |