Commit ca793c59 authored by Alvaro Herrera's avatar Alvaro Herrera

commit_ts test: Set node name in test

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

This was forgotten in 9def031b
parent 512f67c8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment