Re: Explicitly skip TAP tests under Meson if disabled

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Explicitly skip TAP tests under Meson if disabled
Date: 2023-11-06 16:46:23
Message-ID: 15eae4b5-7165-4c13-a9b1-74c3fff659ca@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 04.11.23 01:51, Andres Freund wrote:
> I'd just use a single test() invocation here, and add an argument to testwrap
> indicating that it should print out the skipped message. That way we a) don't
> need two test() invocations, b) could still see the test name etc in the test
> invocation.

Is testwrap only meant to be used with the tap protocol mode of meson's
test()? Otherwise, this skip option would have produce different output
for different protocols.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Hills 2023-11-06 16:46:36 Re: Regression on pg_restore to 16.0: DOMAIN not available to SQL function
Previous Message David Christensen 2023-11-06 16:37:39 Re: Moving forward with TDE [PATCH v3]