Commit Graph

86 Commits (f3319f62949f873420d8ebe843b26cc66fc1314f)

Author SHA1 Message Date
Lukas Reschke a1f5364d7f
Generate coverage for quick DB tests
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>
8 years ago
Morris Jobke 11cc8903bb
add actual check if mysql is up already 8 years ago
Joas Schilling db710e0b03
Make tests work with 4.8 at least 8 years ago
Morris Jobke 3acdc1339d Merge pull request #206 from nextcloud/ci-mysql
Add mysql job to CI
8 years ago
Lukas Reschke 7a9d60d87e
Merge remote-tracking branch 'upstream/master' into master-upstream-sync 8 years ago
Morris Jobke 41436fecc2 Add mysql job to CI 8 years ago
Morris Jobke 6583a2fef0
Add postgres to CI 8 years ago
Thomas Müller 5d1ef68cf0
Give mysql docker more time to start up 8 years ago
Bjoern Schiessle e7cb21b7e9
allow to execute multiple tests in a directory at once 8 years ago
Jürgen Weigert 0a6b845f37 Update autotest.sh
usage in sync with reality.
8 years ago
Thomas Müller 59c4ea2c8d
Use docker for mysql as well - optionally 8 years ago
Thomas Müller e2d8a4544d
Wait a while even after successful conect ... 8 years ago
Thomas Müller cf3cb4d75e docker containers should be stopped before being removed - refs https://github.com/docker/docker/issues/18758 8 years ago
Joas Schilling 5d1cabe0f6 Add verbose flag to occ commands of autotest* 8 years ago
Andreas Schubert 12f2525d4f moved set -e after executable checking with which as old position off set -e stopped the script at this point without any error message 8 years ago
Thomas Müller 3c65b898b2 We require minimum PHPUnit 4.4 8 years ago
Thomas Müller 6b635044a7 Use official mariadb docker 8 years ago
Thomas Müller ca2755ed6a Wait until mariadb is up and running 8 years ago
Roeland Jago Douma b4302a49be Make autotest.sh able to output proper coverage again
The usage of single quotes make sure that a string is used verbatim in
bash. And no variables are subsituted.
9 years ago
Thomas Müller 936c870a9b Don't execute phpunit twice 9 years ago
Thomas Müller 26d758f0b1 Un-confuse @MorrisJobke 😉 9 years ago
Thomas Müller 678fe1b8f4 Introduce evaluation of an environment variable to choose if all, only database or only database unit tests are to be executed.
This is mainly required on automated execution on Jenkins
9 years ago
Morris Jobke a91572b7f3 Use proper statement to retrieve the IP of an docker instance 9 years ago
Thomas Müller fed3994cdb Fix termination of the ceph docker 9 years ago
Thomas Müller b04e0deccc Fix termination of the ceph docker 9 years ago
Jörn Friedrich Dreyer 5646e39248 test objectstore with ceph docker
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
9 years ago
Olivier Paroz ff4227bbfc Use a universal shebang
Fixes #15037
9 years ago
Thomas Müller 8b086156b1 Merge pull request #19177 from owncloud/docker-check-state
Connect to database to verify if it is running
9 years ago
Phil Davis a165710e99 Minor text typos
that I noticed while looking at some code.
9 years ago
Lukas Reschke 5470d0edae Connect to database to verify if it is running
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.
9 years ago
Thomas Müller 8aa68aa522 Increment timeout on Oracle startup 9 years ago
Robin McCorkell f6b1d3506f Allow easy XDEBUG debugging with autotest
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.
9 years ago
Roeland Jago Douma ea9eabae50 Add possible use of docker instance for MariaDB 9 years ago
Morris Jobke a6daafa3cd [autotest] timeout oracle docker startup after 2 minutes 9 years ago
Morris Jobke 004d670d31 [autotest] wait for oracle docker container initialization instead of waiting a hard coded time 9 years ago
Morris Jobke 5133a738e1 autotest.sh with docker support for postgres
* waits until the docker container is started
* export USEDOCKER=1 to run the docker version of postgres
9 years ago
Thomas Müller 047b7a13a3 Let's wait a little longer until oracle finally is available 9 years ago
Morris Jobke b230b8e2c6 move the OCPSinceChecker.php to build/ 9 years ago
Morris Jobke ba43ec974c Add tool to check OCP for missing @since tag
* 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
9 years ago
Lukas Reschke 89b0bc1915 Store in array to allow paths with whitespace 9 years ago
Lukas Reschke 8b0c223d6e Add support for facade binary scripts
Fixes https://github.com/owncloud/core/issues/16296
9 years ago
Lukas Reschke e3ac4d7b37 Lint bash script using ShellCheck
Ref http://www.shellcheck.net/about.html
9 years ago
Andreas Fischer 636d0635db Combine autotest-hhvm.sh with autotest.sh 9 years ago
Morris Jobke c72ea81137 [autotest.sh] use the DATABASEHOST for the mysql DB drop 9 years ago
Thomas Müller d039e4fd25 Now using a special docker where the database for testing is already available 9 years ago
Thomas Müller a56e16fdaa Oracle 11 XE is now fired up in a docker image - looks like we get back Oracle Testing on pull requests 9 years ago
Thomas Müller 7181840665 Use occ to install ownCloud in autotest.sh 9 years ago
Robin McCorkell 5acbeb9666 Better cleanup in autotest.sh
Configs correctly cleaned, even if phpunit fails or autotest interrupted
9 years ago
Joas Schilling 0242c5c2d1 Correctly run all tests again when no file is specified 10 years ago
Joas Schilling 532bcf40b3 Allow autocomplete for test file in autotest.sh 10 years ago