mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
PostgresNode: Add names to nodes
This makes the log files easier to follow when investigating a test failure. Author: Michael Paquier Review: Noah Misch
This commit is contained in:
@ -11,7 +11,7 @@ program_options_handling_ok('pg_isready');
|
||||
|
||||
command_fails(['pg_isready'], 'fails with no server running');
|
||||
|
||||
my $node = get_new_node();
|
||||
my $node = get_new_node('main');
|
||||
$node->init;
|
||||
$node->start;
|
||||
|
||||
|
Reference in New Issue
Block a user