]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove some useless logs from the TAP tests of pgbench
authorMichael Paquier <michael@paquier.xyz>
Sat, 26 Jun 2021 03:40:12 +0000 (12:40 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 26 Jun 2021 03:40:12 +0000 (12:40 +0900)
commitdcb0e243dd3d00af00bb0d15b42c7c883e388b43
tree55341f4e3a5eb6860d59db1745dac1f2ba87fd47
parentfea89d64e8e461a6e0f41e9bbfb8756cacfa8b2b
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
src/bin/pgbench/t/002_pgbench_no_server.pl