- Oct 18, 2016
-
-
Thomas Müller authored
-
- Oct 05, 2016
-
-
Lukas Reschke authored
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>
-
- Sep 13, 2016
-
-
Morris Jobke authored
-
Joas Schilling authored
-
- Jun 23, 2016
-
-
Morris Jobke authored
-
- Jun 21, 2016
-
-
Morris Jobke authored
-
- Jun 17, 2016
-
-
Thomas Müller authored
-
- Jun 14, 2016
-
-
Bjoern Schiessle authored
-
- Jun 08, 2016
-
-
Jürgen Weigert authored
usage in sync with reality.
-
- May 06, 2016
-
-
Thomas Müller authored
-
Thomas Müller authored
-
- Mar 09, 2016
-
-
Thomas Müller authored
docker containers should be stopped before being removed - refs https://github.com/docker/docker/issues/18758
-
- Feb 23, 2016
-
-
Joas Schilling authored
-
- Feb 19, 2016
-
-
Andreas Schubert authored
moved set -e after executable checking with which as old position off set -e stopped the script at this point without any error message
-
- Feb 17, 2016
-
-
Thomas Müller authored
-
- Feb 11, 2016
-
-
Thomas Müller authored
-
Thomas Müller authored
-
- Dec 01, 2015
-
-
Roeland Jago Douma authored
The usage of single quotes make sure that a string is used verbatim in bash. And no variables are subsituted.
-
- Nov 30, 2015
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
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
-
- Oct 30, 2015
-
-
Morris Jobke authored
-
- Oct 16, 2015
-
-
Thomas Müller authored
-
Thomas Müller authored
-
- Oct 06, 2015
-
-
Jörn Friedrich Dreyer authored
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
-
- Sep 27, 2015
-
-
Olivier Paroz authored
Fixes #15037
-
- Sep 21, 2015
-
-
Phil Davis authored
that I noticed while looking at some code.
-
- Sep 18, 2015
-
-
Lukas Reschke authored
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.
-
- Sep 16, 2015
-
-
Thomas Müller authored
-
- Aug 31, 2015
-
-
Robin McCorkell authored
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.
-
- Jul 29, 2015
-
-
Roeland Jago Douma authored
-
- Jul 16, 2015
-
-
Morris Jobke authored
-
- Jul 15, 2015
-
-
Morris Jobke authored
-
- Jul 06, 2015
-
-
Morris Jobke authored
* waits until the docker container is started * export USEDOCKER=1 to run the docker version of postgres
-
- Jun 24, 2015
-
-
Thomas Müller authored
-
- Jun 19, 2015
-
-
Morris Jobke authored
-
Morris Jobke authored
* 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
-
- May 15, 2015
-
-
Lukas Reschke authored
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/16296
-
Lukas Reschke authored
Ref http://www.shellcheck.net/about.html
-