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
2017-07-14Fix droneMorris Jobke
Fix service container host name check current folder fix redis for integration test Fix more hostnames Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-12Add redis cluster tests to our CI jobsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-11Add 10 seconds sleep time after postgres startupMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-09Wait for Postgres to be availableMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-02Add redis support to our CI jobsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-20Only loop over Test casesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-19Namespace and array syntax fixesMorris Jobke
* minor fixes in preparation of a bigger DB and config PR Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-01-02add ci support for s3 object storeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-11-03Allow to run autotest with phpunit optionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-03adjust autotest.sh to also wait 600 seconds for mysqlmb4Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-19test alternative drone syntax for command optionsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-19add 4 byte mysql test runMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-19fix dockerThomas Müller
2016-10-19Adding docker based unit test execution for mysql utf8mb4Thomas Müller
2016-10-05Generate coverage for quick DB testsLukas Reschke
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>
2016-09-13add actual check if mysql is up alreadyMorris Jobke
2016-09-13Make tests work with 4.8 at leastJoas Schilling
2016-06-30Merge pull request #206 from nextcloud/ci-mysqlMorris Jobke
Add mysql job to CI
2016-06-26Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke
2016-06-23Add mysql job to CIMorris Jobke
2016-06-21Add postgres to CIMorris Jobke
2016-06-17Give mysql docker more time to start upThomas Müller
2016-06-14allow to execute multiple tests in a directory at onceBjoern Schiessle
2016-06-08Update autotest.shJürgen Weigert
usage in sync with reality.
2016-05-06Use docker for mysql as well - optionallyThomas Müller
2016-05-06Wait a while even after successful conect ...Thomas Müller
2016-03-09docker containers should be stopped before being removed - refs ↵Thomas Müller
https://github.com/docker/docker/issues/18758
2016-02-23Add verbose flag to occ commands of autotest*Joas Schilling
2016-02-19moved set -e after executable checking with which as old position off set -e ↵Andreas Schubert
stopped the script at this point without any error message
2016-02-17We require minimum PHPUnit 4.4Thomas Müller
2016-02-11Use official mariadb dockerThomas Müller
2016-02-11Wait until mariadb is up and runningThomas Müller
2015-12-01Make autotest.sh able to output proper coverage againRoeland Jago Douma
The usage of single quotes make sure that a string is used verbatim in bash. And no variables are subsituted.
2015-11-30Don't execute phpunit twiceThomas Müller
2015-11-30Un-confuse @MorrisJobke :wink:Thomas Müller
2015-11-30Introduce evaluation of an environment variable to choose if all, only ↵Thomas Müller
database or only database unit tests are to be executed. This is mainly required on automated execution on Jenkins
2015-10-30Use proper statement to retrieve the IP of an docker instanceMorris Jobke
2015-10-16Fix termination of the ceph dockerThomas Müller
2015-10-16Fix termination of the ceph dockerThomas Müller
2015-10-06test objectstore with ceph dockerJörn Friedrich Dreyer
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
2015-09-27Use a universal shebangOlivier Paroz
Fixes #15037
2015-09-22Merge pull request #19177 from owncloud/docker-check-stateThomas Müller
Connect to database to verify if it is running
2015-09-21Minor text typosPhil Davis
that I noticed while looking at some code.
2015-09-18Connect to database to verify if it is runningLukas Reschke
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.
2015-09-16Increment timeout on Oracle startupThomas Müller
2015-08-31Allow easy XDEBUG debugging with autotestRobin McCorkell
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.
2015-07-29Add possible use of docker instance for MariaDBRoeland Jago Douma
2015-07-16[autotest] timeout oracle docker startup after 2 minutesMorris Jobke
2015-07-15[autotest] wait for oracle docker container initialization instead of ↵Morris Jobke
waiting a hard coded time
2015-07-06autotest.sh with docker support for postgresMorris Jobke
* waits until the docker container is started * export USEDOCKER=1 to run the docker version of postgres