Skip to content

Commit c128307

Browse files
committed
fix names in test
1 parent e30f3a9 commit c128307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/recovery/t/007_twophase.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Test::More tests => 11;
66

77
# Setup master node
8-
my $node_master = get_new_node("Candie");
8+
my $node_master = get_new_node("master");
99
$node_master->init(allows_streaming => 1);
1010
$node_master->append_conf('postgresql.conf', qq(
1111
max_prepared_transactions = 10
@@ -15,7 +15,7 @@
1515
$node_master->psql('postgres', "create table t(id int)");
1616

1717
# Setup master node
18-
my $node_slave = get_new_node('Django');
18+
my $node_slave = get_new_node('slave');
1919
$node_slave->init_from_backup($node_master, 'master_backup', has_streaming => 1);
2020
$node_slave->start;
2121

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy