pgsql: Print information about type of test and subdirectory before run

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Print information about type of test and subdirectory before run
Дата
Msg-id E1nZzQ5-000Bs6-4Y@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Print information about type of test and subdirectory before run  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-committers
Print information about type of test and subdirectory before running tests.

When testing check-world it's hard to know what the test the test failure
output belongs to. The tap test output is especially problematic, partially
due to our practice of reusing test names like 001_basic.pl.

This isn't a real issue on the buildfarm, which invokes tests separately, but
locally and for CI it's quite annoying.

To fix, the test target provisos in Makefile.global.in now output
  echo "+++ (regress|isolation|tap) [install-]check in $(subdir) +++"
before running the tests.

Discussion: https://postgr.es/m/20220330165039.3zseuiraxfjkksf5@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/28bdfa2adfc6afe4121614b500bfcb27b7c6b94c

Modified Files
--------------
src/Makefile.global.in | 7 +++++++
1 file changed, 7 insertions(+)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Make PostgreSQL::Test::Cluster compatible with all live branches
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix postgres_fdw to check shippability of sort clauses properly.