- 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
-
- May 04, 2015
-
-
Andreas Fischer authored
-
- Apr 10, 2015
-
-
Morris Jobke authored
-
- Mar 20, 2015
-
-
Thomas Müller authored
-
- Mar 17, 2015
-
-
Thomas Müller authored
Oracle 11 XE is now fired up in a docker image - looks like we get back Oracle Testing on pull requests
-
- Mar 11, 2015
-
-
Thomas Müller authored
-
- Jan 28, 2015
-
-
Robin McCorkell authored
Configs correctly cleaned, even if phpunit fails or autotest interrupted
-
- Dec 09, 2014
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- Nov 13, 2014
-
-
Morris Jobke authored
-
- Sep 24, 2014
-
-
Lukas Reschke authored
-
Thomas Müller authored
-
- Sep 22, 2014
-
-
Robin McCorkell authored
-
- Sep 12, 2014
-
-
Thomas Müller authored
-
- Sep 09, 2014
-
-
Thomas Müller authored
-
- Aug 19, 2014
-
-
Vincent Petry authored
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.
-
- Apr 07, 2014
-
-
Andreas Fischer authored
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.
-
- Feb 05, 2014
-
-
Vincent Petry authored
-
- Dec 19, 2013
-
-
Vincent Petry authored
This will prevent frustration and confusion when unit tests fail because the wrong phpunit version was used
-
- Nov 04, 2013
-
-
Thomas Müller authored
-
Thomas Müller authored
-
- Oct 25, 2013
-
-
Vincent Petry authored
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.
-