projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
512f67c
)
commit_ts test: Set node name in test
author
Alvaro Herrera
Wed, 12 Jul 2017 18:39:44 +0000
(14:39 -0400)
committer
Alvaro Herrera
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
patch
|
blob
|
blame
|
history
diff --git
a/src/test/modules/commit_ts/t/001_base.pl
b/src/test/modules/commit_ts/t/001_base.pl
index 427092cfc5075abfc8cfcdd1ff1da346c63f4d18..9290a85d89e682b230c368a911a4138a39394db5 100644
(file)
--- a/
src/test/modules/commit_ts/t/001_base.pl
+++ b/
src/test/modules/commit_ts/t/001_base.pl
@@
-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;