From 2e74e636bd7d90152d596530a17a3d0ff543cc97 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 28 Mar 2017 20:38:06 -0400 Subject: Change 'diag' to 'note' in TAP tests Reduce noise from TAP tests by changing 'diag' to 'note', so output only goes to the test's log file not stdout, unless in verbose mode. This also removes the junk on screen when running the TAP tests in parallel. Author: Craig Ringer --- src/test/recovery/t/010_logical_decoding_timelines.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/recovery/t/010_logical_decoding_timelines.pl') diff --git a/src/test/recovery/t/010_logical_decoding_timelines.pl b/src/test/recovery/t/010_logical_decoding_timelines.pl index b618132e2b..cdddb4d13d 100644 --- a/src/test/recovery/t/010_logical_decoding_timelines.pl +++ b/src/test/recovery/t/010_logical_decoding_timelines.pl @@ -45,7 +45,7 @@ wal_receiver_status_interval = 1 $node_master->dump_info; $node_master->start; -diag "Testing logical timeline following with a filesystem-level copy"; +note "testing logical timeline following with a filesystem-level copy"; $node_master->safe_psql('postgres', "SELECT pg_create_logical_replication_slot('before_basebackup', 'test_decoding');" -- cgit v1.2.1