Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only loop over Test cases | Joas Schilling | 2017-04-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Namespace and array syntax fixes | Morris Jobke | 2017-03-19 | 1 | -0/+2 |
| | | | | | | * minor fixes in preparation of a bigger DB and config PR Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | add ci support for s3 object store | Robin Appelman | 2017-01-02 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Allow to run autotest with phpunit options | Joas Schilling | 2016-11-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | adjust autotest.sh to also wait 600 seconds for mysqlmb4 | Morris Jobke | 2016-11-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | test alternative drone syntax for command options | Morris Jobke | 2016-10-19 | 1 | -1/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | add 4 byte mysql test run | Morris Jobke | 2016-10-19 | 1 | -9/+23 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | fix docker | Thomas Müller | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Adding docker based unit test execution for mysql utf8mb4 | Thomas Müller | 2016-10-19 | 1 | -1/+26 |
| | |||||
* | Generate coverage for quick DB tests | Lukas Reschke | 2016-10-05 | 1 | -2/+5 |
| | | | | | | This adds the "QUICKDB" group which excludes some tests that abuse unit tests as integration tests as displayed in https://github.com/nextcloud/server/issues/1626 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | add actual check if mysql is up already | Morris Jobke | 2016-09-13 | 1 | -8/+5 |
| | |||||
* | Make tests work with 4.8 at least | Joas Schilling | 2016-09-13 | 1 | -3/+3 |
| | |||||
* | Merge pull request #206 from nextcloud/ci-mysql | Morris Jobke | 2016-06-30 | 1 | -6/+10 |
|\ | | | | | Add mysql job to CI | ||||
| * | Add mysql job to CI | Morris Jobke | 2016-06-23 | 1 | -6/+10 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 1 | -4/+4 |
|\ \ | |/ |/| | |||||
| * | Give mysql docker more time to start up | Thomas Müller | 2016-06-17 | 1 | -4/+4 |
| | | |||||
* | | Add postgres to CI | Morris Jobke | 2016-06-21 | 1 | -1/+3 |
| | | |||||
* | | allow to execute multiple tests in a directory at once | Bjoern Schiessle | 2016-06-14 | 1 | -2/+11 |
|/ | |||||
* | Update autotest.sh | Jürgen Weigert | 2016-06-08 | 1 | -1/+1 |
| | | | usage in sync with reality. | ||||
* | Use docker for mysql as well - optionally | Thomas Müller | 2016-05-06 | 1 | -1/+27 |
| | |||||
* | Wait a while even after successful conect ... | Thomas Müller | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | docker containers should be stopped before being removed - refs ↵ | Thomas Müller | 2016-03-09 | 1 | -0/+2 |
| | | | | https://github.com/docker/docker/issues/18758 | ||||
* | Add verbose flag to occ commands of autotest* | Joas Schilling | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | moved set -e after executable checking with which as old position off set -e ↵ | Andreas Schubert | 2016-02-19 | 1 | -2/+2 |
| | | | | stopped the script at this point without any error message | ||||
* | We require minimum PHPUnit 4.4 | Thomas Müller | 2016-02-17 | 1 | -2/+2 |
| | |||||
* | Use official mariadb docker | Thomas Müller | 2016-02-11 | 1 | -1/+2 |
| | |||||
* | Wait until mariadb is up and running | Thomas Müller | 2016-02-11 | 1 | -3/+4 |
| | |||||
* | Make autotest.sh able to output proper coverage again | Roeland Jago Douma | 2015-12-01 | 1 | -1/+1 |
| | | | | | The usage of single quotes make sure that a string is used verbatim in bash. And no variables are subsituted. | ||||
* | Don't execute phpunit twice | Thomas Müller | 2015-11-30 | 1 | -1/+0 |
| | |||||
* | Un-confuse @MorrisJobke :wink: | Thomas Müller | 2015-11-30 | 1 | -3/+0 |
| | |||||
* | Introduce evaluation of an environment variable to choose if all, only ↵ | Thomas Müller | 2015-11-30 | 1 | -4/+17 |
| | | | | | | database or only database unit tests are to be executed. This is mainly required on automated execution on Jenkins | ||||
* | 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 |