Andreas Fischer
de07f25bc2
Use git checkout on directory as some files may not be in git resulting in, e.g.:
...
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.
2014-04-07 14:06:20 +02:00
Vincent Petry
20935f4e24
Catch setup errors during autotest
2014-02-05 15:34:08 +01:00
Vincent Petry
51e1bd5d04
Enforce required phpunit version
...
This will prevent frustration and confusion when unit tests fail because
the wrong phpunit version was used
2013-12-19 16:47:17 +01:00
Thomas Müller
4025f39324
keep junit xml reports
2013-11-04 17:25:07 +01:00
Thomas Müller
99933b2ca3
adding environment variable to control coverage reporting
2013-11-04 17:04:54 +01:00
Vincent Petry
7de1b3f28e
Added syntax help for autotest.sh
...
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.
2013-10-25 11:31:10 +02:00
Vincent Petry
9cf25c8048
Added backup for config.php in autotest.sh script
...
The script now checks for config.php existance and backs it up before
running the test, then restores it back at the end. This avoids the
situation where devs lose their manually edited config if they forgot to
back it up before running the unit tests.
The script now also checks for config.php permissions beforehand to
avoid displaying an annoying HTML page output in the console with an
error message.
2013-10-03 12:53:13 +02:00
Thomas Müller
0486dc24ad
collect coverage for all databases again - ci.owncloud.org has more RAM available
2013-09-25 14:41:13 +02:00
Thomas Müller
01165fbd22
use tmpfs at /dev/shm to speedup unit test execution
2013-07-30 17:41:52 +02:00
Thomas Müller
7fac7fef03
pgsql support added
2013-07-19 10:49:30 +02:00
Thomas Müller
1257a3c948
parallel execution support for mysql added
2013-07-19 08:50:22 +02:00
Thomas Müller
4e625202d1
Use EXECUTOR_NUMBER in database name and user name.
2013-07-16 00:53:56 +02:00
Jörn Friedrich Dreyer
ccce93755f
enable oracle testing by default
2013-07-08 16:42:19 +02:00
Jörn Friedrich Dreyer
bc61a9c097
enable testing individual tests
2013-06-26 15:33:35 +02:00
Thomas Mueller
1f9ac7850d
meanwhile phpunit is seq faulting with mysql as well
2013-05-24 21:50:34 +02:00
Thomas Mueller
a753d14de9
adding Oracle support to autotest.sh
2013-05-24 15:19:13 +02:00
Thomas Mueller
990980392c
No unit test coverage reports for pgsql - this causes issues on Jenkins.
2013-05-15 22:44:15 +02:00
Thomas Mueller
c0263173d2
add phpunit configuration for autotest withou the json listener because this pollutes the console
2013-02-05 20:20:55 +01:00
Thomas Müller
74665faec5
exeuting tests now on apps as well - the apps repo shall be cloned into the sub folder apps2
2012-10-27 11:43:24 +02:00
Thomas Mueller
c8d436c43d
cleanup report folder
2012-10-18 23:36:03 +02:00
Thomas Mueller
7be661872f
adding coverage html
2012-10-18 23:29:49 +02:00
Thomas Mueller
39e1c22e0a
move autotest to phpunit
2012-10-10 23:37:15 +02:00
Thomas Mueller
b30da61d59
postgres added to autotest mechanism
2012-07-18 21:45:12 +02:00
Thomas Mueller
3ffc96c3e9
add database type to xml report
2012-07-16 00:07:40 +02:00
Thomas Mueller
6bb3a281b1
some more structure added
2012-07-15 23:22:19 +02:00
Thomas Mueller
a1b9b4b43e
fixing reset on autotest
2012-07-15 18:51:40 +02:00
Thomas Mueller
ce40576881
MySql testing added
2012-07-15 12:09:15 +02:00
Thomas Mueller
6ee228cac7
rediect test results to autotest-results-sqlite.xml
2012-07-13 15:10:30 +02:00
Thomas Mueller
fd0c6da410
autotest.sh added: create an fresh environment using sqlite (mysql anf pg will follow) and executes the test suite
2012-07-13 13:55:15 +02:00