postgresql/src
Andres Freund 28bdfa2adf 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
2022-03-31 11:19:24 -07:00
..
backend Raise a WARNING for missing publications. 2022-03-31 08:25:50 +05:30
bin psql: Refactor SendQuery() 2022-03-31 19:59:29 +02:00
common Fix possible NULL-pointer-deference in backup_compression.c. 2022-03-30 15:53:08 -04:00
fe_utils Allow pgbench to retry in some cases. 2022-03-23 19:05:45 +09:00
include Optimize order of GROUP BY keys 2022-03-31 01:13:33 +02:00
interfaces Add missing newline in one libpq error message. 2022-03-31 11:24:26 -04:00
makefiles Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
pl Add support for MERGE SQL command 2022-03-28 16:47:48 +02:00
port
template Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
test Remove use of perl parent module in Cluster.pm 2022-03-31 14:10:47 -04:00
timezone
tools Skip empty transactions for logical replication. 2022-03-30 07:41:05 +05:30
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Print information about type of test and subdirectory before running tests. 2022-03-31 11:19:24 -07:00
Makefile.shlib
nls-global.mk