Re: meson: Make test output much more useful on failure (both in CI and locally)

From: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, Corey Huinker <corey(dot)huinker(at)gmail(dot)com>, Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: meson: Make test output much more useful on failure (both in CI and locally)
Date: 2026-05-25 06:20:16
Message-ID: CAGECzQQCoxjpNjfpwDfhyDibrCGm5+cpAfc4KcZogATqN76BFw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, May 25, 2026, 00:18 Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:

> Why can't the TAP sets set it?
>

The TAP tests could, but then they'd be set indiscriminately for TAP tests.
Which means Peter's screen will still be flooded when he runs the TAP
tests.

In general I'd rather make the feature work well enough by default that
people don't want to disable it.

>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhijie Hou (Fujitsu) 2026-05-25 06:26:52 RE: Adding REPACK [concurrently]
Previous Message Michael Paquier 2026-05-25 06:05:27 Re: [PATCH] Two small errhint cleanups in PG19 code