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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>, Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
Cc: 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-04-02 12:25:58
Message-ID: 83961e31-18f6-4a2f-983a-942e3335ba0a@dunslane.net
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 2026-03-20 Fr 2:13 PM, Corey Huinker wrote:
>
> Shortened it using your example run.
>
>
> Glad I was able to help.
>
> > I can't wait to use this.
>
> Me too :) I've also added the Author/Reviewed-By/Discussion footers to
> the commits to make the committers job easier.
>
>
> I've held off on doing that in my proposed commits so as not to be
> presumptuous, but I can see where having it available would be a
> convenience for the committer. This will be a good test of that.
>
> Applies clean to master, passes tests. Ship it.

Committed with minor tidy up. The main change was to add a @CARP_NOT
setting in Utils.pm, so that croak() would look back past Cluster.pm to
the TAP script caller.

cheers

andrew

--
Andrew Dunstan
EDB:https://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Devrim Gündüz 2026-04-02 12:26:56 Re: LLVM 22
Previous Message Matheus Alcantara 2026-04-02 12:18:50 Re: Eager aggregation, take 3