aboutsummaryrefslogtreecommitdiffstats
path: root/autotest.sh
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-261-11/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Fix unit tests on PHP 8.3Joas Schilling2023-10-161-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(autotest): Fix PHPUNIT version check in autotest filesJoas Schilling2023-04-211-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Align version number of PHPUnit and give a helping install hintJoas Schilling2023-02-021-3/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix autotest.sh executionJoas Schilling2023-02-021-9/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use phpunit from composer if availableCarl Schwan2023-01-241-2/+7
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Create database to autotestVitor Mattos2022-10-211-1/+1
| | | | | | | Followed: https://github.com/docker-library/docs/blob/master/postgres/README.md#postgres_db Signed-off-by: Vitor Mattos <vitor@php.rio>
* Use custom PHP runtime for PHPUnit execution in autotestChristoph Wurst2022-05-191-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* autotest.sh: Add PHPUNIT_EXE environment variableDaniel Rudolf2021-08-051-1/+4
| | | | Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
* Add connection check in autotest.sh for pgsql dockerVincent Petry2021-07-021-2/+4
| | | | | | | When using pgsql docker for testing locally with autotest, make sure to properly wait for the port to be available. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Move check for missing since tag to autotest-checkers.shDaniel Kesselberg2020-07-141-3/+0
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Remove the prefix setting attempt from our CIJoas Schilling2020-05-261-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* No need to wait 10 minutes for the DB to get up.Roeland Jago Douma2019-09-031-8/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add mariadb 10.0 ci testsRoeland Jago Douma2019-05-011-5/+15
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix whitespacesJoas Schilling2019-03-051-22/+23
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix database configurationJoas Schilling2019-03-051-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove comment about hhvmChristoph Wurst2018-10-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add azure unit tests with azuriteRobin Appelman2018-06-041-0/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use phpunit's directory featureJoas Schilling2018-02-201-11/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add ci for swift primary storageRobin Appelman2018-02-081-0/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Require PHPUnit 6.5 or higherJoas Schilling2018-01-241-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* run postgresql 10 tests in droneRobin Appelman2017-11-221-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Remove Jenkins varibales from autotest.shMorris Jobke2017-11-061-4/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix droneMorris Jobke2017-07-141-2/+5
| | | | | | | | | Fix service container host name check current folder fix redis for integration test Fix more hostnames Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add redis cluster tests to our CI jobsMorris Jobke2017-05-111-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add 10 seconds sleep time after postgres startupMorris Jobke2017-05-101-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Wait for Postgres to be availableMorris Jobke2017-05-081-0/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add redis support to our CI jobsMorris Jobke2017-05-021-0/+8
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Only loop over Test casesJoas Schilling2017-04-201-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Namespace and array syntax fixesMorris Jobke2017-03-191-0/+2
| | | | | | * minor fixes in preparation of a bigger DB and config PR Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* add ci support for s3 object storeRobin Appelman2017-01-021-0/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Allow to run autotest with phpunit optionsJoas Schilling2016-11-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* adjust autotest.sh to also wait 600 seconds for mysqlmb4Morris Jobke2016-11-031-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* test alternative drone syntax for command optionsMorris Jobke2016-10-191-1/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* add 4 byte mysql test runMorris Jobke2016-10-191-9/+23
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix dockerThomas Müller2016-10-191-1/+1
|
* Adding docker based unit test execution for mysql utf8mb4Thomas Müller2016-10-191-1/+26
|
* Generate coverage for quick DB testsLukas Reschke2016-10-051-2/+5
| | | | | | 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>
* add actual check if mysql is up alreadyMorris Jobke2016-09-131-8/+5
|
* Make tests work with 4.8 at leastJoas Schilling2016-09-131-3/+3
|
* Merge pull request #206 from nextcloud/ci-mysqlMorris Jobke2016-06-301-6/+10
|\ | | | | Add mysql job to CI
| * Add mysql job to CIMorris Jobke2016-06-231-6/+10
| |
* | Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-261-4/+4
|\ \ | |/ |/|
| * Give mysql docker more time to start upThomas Müller2016-06-171-4/+4
| |
* | Add postgres to CIMorris Jobke2016-06-211-1/+3
| |
* | allow to execute multiple tests in a directory at onceBjoern Schiessle2016-06-141-2/+11
|/
* Update autotest.shJürgen Weigert2016-06-081-1/+1
| | | usage in sync with reality.
* Use docker for mysql as well - optionallyThomas Müller2016-05-061-1/+27
|
* Wait a while even after successful conect ...Thomas Müller2016-05-061-1/+1
|
* docker containers should be stopped before being removed - refs ↵Thomas Müller2016-03-091-0/+2
| | | | https://github.com/docker/docker/issues/18758