From 83e91e3a814372549cac4f7e84a718245353d423 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Thu, 23 Nov 2023 00:33:12 -0800 Subject: [PATCH] use unique names for tests --- test/vm/postgresql.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/vm/postgresql.nix b/test/vm/postgresql.nix index 8ead6fd..c8ef789 100644 --- a/test/vm/postgresql.nix +++ b/test/vm/postgresql.nix @@ -1,7 +1,7 @@ { pkgs, lib, ... }: { peerWithoutUser = pkgs.nixosTest { - name = "postgresql"; + name = "postgresql-peerWithoutUser"; nodes.machine = { config, pkgs, ... }: { imports = [ @@ -35,7 +35,7 @@ }; peerAuth = pkgs.nixosTest { - name = "postgresql"; + name = "postgresql-peerAuth"; nodes.machine = { config, pkgs, ... }: { imports = [ @@ -82,7 +82,7 @@ }; tcpIPWithoutPasswordAuth = pkgs.nixosTest { - name = "postgresql"; + name = "postgresql-tcpIpWithoutPasswordAuth"; nodes.machine = { config, pkgs, ... }: { imports = [ @@ -117,7 +117,7 @@ }; tcpIPPasswordAuth = pkgs.nixosTest { - name = "postgresql"; + name = "postgresql-tcpIPPasswordAuth"; nodes.machine = { config, pkgs, ... }: { imports = [