summaryrefslogtreecommitdiff
path: root/tests/fixtures/zuul-sql-driver-prefix-mysql.conf
Commit message (Collapse)AuthorAgeFilesLines
* Remove "sql connection" backwards compatability for databaseJames E. Blair2022-01-251-4/+0
| | | | | | | | | In 4.0 we deprecated connections using the "sql" driver in favor of using the new "database" config file section. Remove the backwards compatible handling of that so that "sql" connections or lack of "database" section report an error. Change-Id: I7e592cf5ff63f73f487e41bb6e3e4a4ae523e3fc
* Remove gearman serverJames E. Blair2022-01-251-3/+0
| | | | | | | The gearman server is no longer required. Remove it from tests and the scheduler. Change-Id: I34eda003889305dadec471930ab277e31d78d9fe
* Increase load_multiplier in testsTobias Henkel2021-10-291-0/+1
| | | | | | | | | We're seeing many test failures due to executors unregistering during high system load and thus causing timeouts in test cases. During tests we expect the system to be busy so increase the load_multiplier in tests. Change-Id: I54a05adc9e7cb9efaf20b70e59a59cefd44e21e9
* Required SQL reportersJan Kubovy2021-02-031-0/+27
On the way towards a fully scale out scheduler we need to move the times database from the local filesystem into the SQL database. Therefore we need to make at least one SQL connection mandatory. SQL reporters are required (an implied sql reporter is added to every pipeline, explicit sql reporters ignored) Change-Id: I30723f9b320b9f2937cc1d7ff3267519161bc380 Depends-On: https://review.opendev.org/621479 Story: 2007192 Task: 38329