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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove some useless logs from the TAP tests of pgbench
Дата
Msg-id E1lwzBi-0008Sm-0S@gemulon.postgresql.org
обсуждение исходный текст
Список 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_11_STABLE

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Remove some useless logs from the TAP tests of pgbench
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Remove non-existing variable reference in MSVC's Solution.pm