Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postgresql: improve passthru.tests #352966

Merged
merged 17 commits into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
d3feaae
nixosTests.pgjwt: fix test
wolfgangwalther Nov 2, 2024
75d51c5
postgresqlVersions: init
wolfgangwalther Nov 2, 2024
a1ae437
nixosTests.postgresql-wal-receiver: avoid manual imports
wolfgangwalther Nov 1, 2024
65ef738
nixosTests.postgresql-jit: avoid manual imports
wolfgangwalther Nov 1, 2024
319d82d
nixosTests.postgresql-wal2json: avoid manual imports
wolfgangwalther Nov 1, 2024
f6c2de9
postgresql: add passthru.tests.postgresql
wolfgangwalther Nov 1, 2024
139c546
postgresql: add passthru.tests.postgresql-tls-client-cert
wolfgangwalther Nov 1, 2024
aded718
postgresqlPackages.apache_datasketches: move nixosTests.apache_datask…
wolfgangwalther Nov 1, 2024
ecffab1
postgresqlPackages.postgis: move nixosTests.postgis into package
wolfgangwalther Nov 1, 2024
0af934a
postgresqlPackages.pgjwt: make passthru.tests work with correct package
wolfgangwalther Nov 1, 2024
a5c41ae
postgresqlPackages.pgvecto-rs: make passthru.tests work with correct …
wolfgangwalther Nov 1, 2024
6d7da20
postgresqlPackages.tsja: make passthru.tests work with correct package
wolfgangwalther Nov 1, 2024
23c19a2
postgresqlPackages.timescaledb: make passthru.tests work with correct…
wolfgangwalther Nov 1, 2024
db2d6a0
postgresqlPackages.anonymizer: make passthru.tests work with correct …
wolfgangwalther Nov 2, 2024
9035573
nixosTests.postgresql: move all postgresql related nixosTests into on…
wolfgangwalther Nov 2, 2024
128244b
nixosTests.postgresql: use a common pattern throughout all tests
wolfgangwalther Nov 2, 2024
45cef36
nixosTests.postgresql: run nixfmt
wolfgangwalther Nov 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
/pkgs/servers/sql/postgresql @NixOS/postgres
/nixos/modules/services/databases/postgresql.md @NixOS/postgres
/nixos/modules/services/databases/postgresql.nix @NixOS/postgres
/nixos/tests/postgresql.nix @NixOS/postgres
/nixos/tests/postgresql @NixOS/postgres

# Hardened profile & related modules
/nixos/modules/profiles/hardened.nix @joachifm
Expand Down
13 changes: 1 addition & 12 deletions nixos/tests/all-tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -775,13 +775,10 @@ in {
peering-manager = handleTest ./web-apps/peering-manager.nix {};
peertube = handleTestOn ["x86_64-linux"] ./web-apps/peertube.nix {};
peroxide = handleTest ./peroxide.nix {};
pg_anonymizer = handleTest ./pg_anonymizer.nix {};
pgadmin4 = handleTest ./pgadmin4.nix {};
pgbouncer = handleTest ./pgbouncer.nix {};
pghero = runTest ./pghero.nix;
pgjwt = handleTest ./pgjwt.nix {};
pgmanage = handleTest ./pgmanage.nix {};
pgvecto-rs = handleTest ./pgvecto-rs.nix {};
phosh = handleTest ./phosh.nix {};
photonvision = handleTest ./photonvision.nix {};
photoprism = handleTest ./photoprism.nix {};
Expand Down Expand Up @@ -814,13 +811,7 @@ in {
postfix = handleTest ./postfix.nix {};
postfix-raise-smtpd-tls-security-level = handleTest ./postfix-raise-smtpd-tls-security-level.nix {};
postfixadmin = handleTest ./postfixadmin.nix {};
postgis = handleTest ./postgis.nix {};
apache_datasketches = handleTest ./apache_datasketches.nix {};
postgresql = handleTest ./postgresql.nix {};
postgresql-jit = handleTest ./postgresql-jit.nix {};
postgresql-wal-receiver = handleTest ./postgresql-wal-receiver.nix {};
postgresql-tls-client-cert = handleTest ./postgresql-tls-client-cert.nix {};
postgresql-wal2json = handleTest ./postgresql-wal2json.nix {};
postgresql = handleTest ./postgresql {};
powerdns = handleTest ./powerdns.nix {};
powerdns-admin = handleTest ./powerdns-admin.nix {};
power-profiles-daemon = handleTest ./power-profiles-daemon.nix {};
Expand Down Expand Up @@ -1047,7 +1038,6 @@ in {
tiddlywiki = handleTest ./tiddlywiki.nix {};
tigervnc = handleTest ./tigervnc.nix {};
tika = runTest ./tika.nix;
timescaledb = handleTest ./timescaledb.nix {};
timezone = handleTest ./timezone.nix {};
timidity = handleTestOn ["aarch64-linux" "x86_64-linux"] ./timidity {};
tinc = handleTest ./tinc {};
Expand All @@ -1067,7 +1057,6 @@ in {
trezord = handleTest ./trezord.nix {};
trickster = handleTest ./trickster.nix {};
trilium-server = handleTestOn ["x86_64-linux"] ./trilium-server.nix {};
tsja = handleTest ./tsja.nix {};
tsm-client-gui = handleTest ./tsm-client-gui.nix {};
ttyd = handleTest ./web-servers/ttyd.nix {};
txredisapi = handleTest ./txredisapi.nix {};
Expand Down
29 changes: 0 additions & 29 deletions nixos/tests/apache_datasketches.nix

This file was deleted.

94 changes: 0 additions & 94 deletions nixos/tests/pg_anonymizer.nix

This file was deleted.

35 changes: 0 additions & 35 deletions nixos/tests/pgjwt.nix

This file was deleted.

76 changes: 0 additions & 76 deletions nixos/tests/pgvecto-rs.nix

This file was deleted.

38 changes: 0 additions & 38 deletions nixos/tests/postgis.nix

This file was deleted.

55 changes: 0 additions & 55 deletions nixos/tests/postgresql-jit.nix

This file was deleted.

Loading