pgsql: Remove some useless logs from the TAP tests of pgbench

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove some useless logs from the TAP tests of pgbench
Date: 2021-06-26 03:40:57
Message-ID: E1lwzBh-0008Sg-Vw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove some useless logs from the TAP tests of pgbench

002_pgbench_no_server was printing some array pointers instead of the
actual contents of those arrays for the expected outputs of stdout and
stderr for a tested command. This does not add any new information that
can help with debugging as the test names allow to track failure
locations, if any.

This commit simply removes those logs as the rest of the printed
information is redundant with command_checks_all().

Per discussion with Andrew Dunstan and Álvaro Herrera.

Discussion: https://postgr.es/m/YNXNFaG7IgkzZanD@paquier.xyz
Backpatch-through: 11

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0455b7ccce3cba6a85a85aa6524c48d58eb1c93e

Modified Files
--------------
src/bin/pgbench/t/002_pgbench_no_server.pl | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-06-26 03:40:58 pgsql: Remove some useless logs from the TAP tests of pgbench
Previous Message Tom Lane 2021-06-25 18:00:02 pgsql: Remove unnecessary failure cases in RemoveRoleFromObjectPolicy()