Skip to content
Snippets Groups Projects
Commit 57648d3f authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] runTests.sh: Use sqlite by default for functionals

Change the default DBMS for functional tests in
runTests.sh from mariadb to sqlite: sqlite is
sigificantly quicker with functional tests and
thus the preferred DBMS selection when running
tests locally for us lazy devs since we can omit
the '-d sqlite' option now.

This has no impact on CI since the DBMS is
always explicitly set in gitlab-ci configs.

Resolves: #96585
Releases: main, 11.5
Change-Id: I93b68f48a409fc1afb14d8a2aecbc295dd2255e5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73065


Tested-by: default avatarBenjamin Franzke <bfr@qbus.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenjamin Franzke <bfr@qbus.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent c9634a4f
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment