Re: Explicitly skip TAP tests under Meson if disabled

Peter Eisentraut <peter@eisentraut.org>

From: Peter Eisentraut <peter@eisentraut.org>
To: Tom Lane <tgl@sss.pgh.pa.us>, Aleksander Alekseev <aleksander@timescale.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-11-02T13:52:14Z
Lists: pgsql-hackers
On 30.10.23 10:12, Tom Lane wrote:
> +1 for counting such tests as "skipped" in the summary.  -1 for
> emitting a message per skipped test.  If I'm intentionally not
> running those tests, that would be very annoying noise, and
> potentially would obscure messages I actually need to see.

In my usage, those messages only show up in the logs, not during a 
normal test run.  This is similar to other skip messages, like "skipped 
on Windows" or "skipped because LDAP not enabled" etc.




Commits

  1. Explicitly skip TAP tests under Meson if disabled