mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
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
This commit is contained in:
@@ -51,8 +51,8 @@ sub test_role
|
||||
return;
|
||||
}
|
||||
|
||||
# Initialize master node
|
||||
my $node = get_new_node('master');
|
||||
# Initialize primary node
|
||||
my $node = get_new_node('primary');
|
||||
$node->init;
|
||||
$node->start;
|
||||
|
||||
|
@@ -49,9 +49,9 @@ sub test_login
|
||||
return;
|
||||
}
|
||||
|
||||
# Initialize master node. Force UTF-8 encoding, so that we can use non-ASCII
|
||||
# Initialize primary node. Force UTF-8 encoding, so that we can use non-ASCII
|
||||
# characters in the passwords below.
|
||||
my $node = get_new_node('master');
|
||||
my $node = get_new_node('primary');
|
||||
$node->init(extra => [ '--locale=C', '--encoding=UTF8' ]);
|
||||
$node->start;
|
||||
|
||||
|
Reference in New Issue
Block a user