summaryrefslogtreecommitdiff
path: root/tests/fixtures/zuul-sql-driver-prefix-postgres.conf
diff options
context:
space:
mode:
authorJames E. Blair <jim@acmegating.com>2022-01-17 13:15:58 -0800
committerClark Boylan <clark.boylan@gmail.com>2022-01-25 16:07:08 -0800
commit41d8e478a5298699cef1e8364667945070e620d7 (patch)
tree6c16f91c3dd0c7b22bcc1d31192b4e0e8a0762b8 /tests/fixtures/zuul-sql-driver-prefix-postgres.conf
parent07b0b5c5fa4d8174132f59e86bc3eb914e565fa2 (diff)
downloadzuul-41d8e478a5298699cef1e8364667945070e620d7.tar.gz
Remove "sql connection" backwards compatability for database
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
Diffstat (limited to 'tests/fixtures/zuul-sql-driver-prefix-postgres.conf')
-rw-r--r--tests/fixtures/zuul-sql-driver-prefix-postgres.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/fixtures/zuul-sql-driver-prefix-postgres.conf b/tests/fixtures/zuul-sql-driver-prefix-postgres.conf
index 85745b6e4..8cf5530e0 100644
--- a/tests/fixtures/zuul-sql-driver-prefix-postgres.conf
+++ b/tests/fixtures/zuul-sql-driver-prefix-postgres.conf
@@ -20,7 +20,3 @@ sshkey=fake_id_rsa1
driver=sql
dburi=$POSTGRESQL_FIXTURE_DBURI$
table_prefix=prefix_
-
-[connection resultsdb_failures]
-driver=sql
-dburi=$POSTGRESQL_FIXTURE_DBURI$