pgsql: Remove some useless logs from the TAP tests of pgbench - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Remove some useless logs from the TAP tests of pgbench
Date
Msg-id E1lwzBi-0008Sj-06@gemulon.postgresql.org
Whole thread Raw
List 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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/aa2734f5bcdf7d2860fb6a54104b3ed12573de83

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Remove some useless logs from the TAP tests of pgbench
Next
From: Michael Paquier
Date:
Subject: pgsql: Remove non-existing variable reference in MSVC's Solution.pm