From 279cecf6b748294be69fa1f38627f146252afb9e Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Mon, 30 Oct 2023 15:09:34 +0100 Subject: nixos/postgresql: remove postgresql_11-backup-all test I don't really understand why this is only for a single version, so I figured I'd just add this to the test matrix to also cover this test-case for each major. Now, there's also one thing less to take care of when removing old postgresql versions. --- nixos/tests/postgresql.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nixos') diff --git a/nixos/tests/postgresql.nix b/nixos/tests/postgresql.nix index b44849e0a14e5..c0dd24cf6ad2e 100644 --- a/nixos/tests/postgresql.nix +++ b/nixos/tests/postgresql.nix @@ -219,8 +219,6 @@ let in concatMapAttrs (name: package: { ${name} = make-postgresql-test name package false; + ${name + "-backup-all"} = make-postgresql-test "${name + "-backup-all"}" package true; ${name + "-clauses"} = mk-ensure-clauses-test name package; }) postgresql-versions - // { - postgresql_11-backup-all = make-postgresql-test "postgresql_11-backup-all" postgresql-versions.postgresql_11 true; - } -- cgit 1.4.1