From 229f8c219f8fffacc253eca6023eab10a16eb009 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Sun, 14 Jun 2020 11:47:37 -0700 Subject: tap tests: replace 'master' with 'primary'. We've largely replaced master with primary in docs etc, but tap test still widely used master. Author: Andres Freund Reviewed-By: David Steele Discussion: https://postgr.es/m/20200615182235.x7lch5n6kcjq4aue@alap3.anarazel.de --- src/test/modules/test_misc/t/001_constraint_validation.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/modules/test_misc') diff --git a/src/test/modules/test_misc/t/001_constraint_validation.pl b/src/test/modules/test_misc/t/001_constraint_validation.pl index f762bc21c19..22497f22b01 100644 --- a/src/test/modules/test_misc/t/001_constraint_validation.pl +++ b/src/test/modules/test_misc/t/001_constraint_validation.pl @@ -7,7 +7,7 @@ use TestLib; use Test::More tests => 42; # Initialize a test cluster -my $node = get_new_node('master'); +my $node = get_new_node('primary'); $node->init(); # Turn message level up to DEBUG1 so that we get the messages we want to see $node->append_conf('postgresql.conf', 'client_min_messages = DEBUG1'); -- cgit v1.2.3