]> granicus.if.org Git - postgresql/commitdiff
commit_ts test: Set node name in test
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 12 Jul 2017 18:39:44 +0000 (14:39 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 12 Jul 2017 18:39:44 +0000 (14:39 -0400)
Otherwise, the script output has a lot of pointless warnings.

This was forgotten in 9def031bd2821f35b5f506260d922482648a8bb0

src/test/modules/commit_ts/t/001_base.pl

index 427092cfc5075abfc8cfcdd1ff1da346c63f4d18..9290a85d89e682b230c368a911a4138a39394db5 100644 (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;