commit_ts test: Set node name in test

Otherwise, the script output has a lot of pointless warnings.

This was forgotten in 9def031bd2
This commit is contained in:
Alvaro Herrera 2017-07-12 14:39:44 -04:00
parent 09c5988981
commit 832d3dce5a

View File

@ -7,7 +7,7 @@ use TestLib;
use Test::More tests => 2;
use PostgresNode;
my $node = get_new_node();
my $node = get_new_node('foxtrot');
$node->init;
$node->append_conf('postgresql.conf', 'track_commit_timestamp = on');
$node->start;