Commit 7957d694 authored by Vincent Pelletier's avatar Vincent Pelletier

Reduce the number of databases created by default.

Should still be sufficient for ERP5 unit tests: largest test uses 3 DB, and
we want to run 10 tests in parallel.
parent a0866c45
...@@ -186,7 +186,7 @@ context = ...@@ -186,7 +186,7 @@ context =
[template-mariadb] [template-mariadb]
< = download-base < = download-base
filename = instance-mariadb.cfg.in filename = instance-mariadb.cfg.in
md5sum = a02873a646303a204232eae19a96cb6a md5sum = 2108e8ac8bd214a8a29bb9fc6a480241
[template-zope] [template-zope]
< = download-base < = download-base
......
...@@ -106,7 +106,7 @@ mysql-base-directory = {{ parameter_dict['mariadb-location'] }} ...@@ -106,7 +106,7 @@ mysql-base-directory = {{ parameter_dict['mariadb-location'] }}
[mariadb-instance] [mariadb-instance]
# Options # Options
user = user user = user
parallel-test-database-amount = {{ slapparameter_dict.get('test-database-amount', 100) }} parallel-test-database-amount = {{ slapparameter_dict.get('test-database-amount', 30) }}
database = erp5 database = erp5
test-user = erp5_test test-user = erp5_test
test-database = erp5_test test-database = erp5_test
......
Markdown is supported
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