about summary refs log tree commit diff
path: root/nixos/tests/postgresql-wal-receiver.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2021-01-05nixos tests: fix postgresql-wal-receiverLéo Gaspard1-1/+2
2021-01-05nixos tests: fix postgresql-wal-receiver.nix's evalLéo Gaspard1-3/+10
2020-08-26nixos/postgresql: replace extraConfig option with settings optionAaron Andersen1-12/+12
2020-08-26tests/postgresql-wal-receiver: Port to PythonJanne Heß1-89/+97
... and remove some weirdnesses. - Port to Python - Drop the extra pkgs, config, system args - Drop all `with` - Don't override the standard PostgreSQL directory - Use pkgs and lib from the test runner Tested with: - postgresql_12 - postgresql_11 - postgresql_10 - postgresql_9_6 - postgresql_9_5 Closes #96347 cc @flokli
2020-08-05nixos/postgresql: conditionally provision data directory with StateDirectoryAaron Andersen1-0/+4
2020-02-16postgresql-wal-receiver: fix test for Pg12 (#80268)Danylo Hlynskyi1-3/+16
Fixes https://github.com/NixOS/nixpkgs/issues/80060
2019-08-11nixos/postgresql-wal-receiver: add module (#63799)Notkea1-0/+86