Re: TAP output format in pg_regress

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: TAP output format in pg_regress
Date: 2022-03-24 12:44:51
Message-ID: E35C4A74-7265-4106-908E-5D3E5B9D8C2E@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 22 Mar 2022, at 00:49, Andres Freund <andres(at)anarazel(dot)de> wrote:

> This is failing with segmentation faults on cfbot:
> https://cirrus-ci.com/task/4879227009892352?logs=test_world#L21
>
> Looks like something around isolationtester is broken?

It could be triggered by plpgsql tests as well, and was (as usual) a silly
mistake easily fixed when found. The attached survices repeated check-world
for me.

> Seems like we might not have energy to push this forward in the next two
> weeks, so maybe the CF entry should be marked returned or moved for now?

Since there is little use for this without the Meson branch, it should target
the same version as that patch. I'll move the patch to the next CF for now.

As we discussed off-list I extended this patchset with an attempt to minimize
noise as per 20220221164736(dot)rq3ornzjdkmwk2wo(at)alap3(dot)anarazel(dot)de, but it's not
yet done. The attached has a rough draft of adding a --verbose option which
gives the current output (and potentially more for debugging), but which by
default is off producing minimal noise.

--
Daniel Gustafsson https://vmware.com/

Attachment Content-Type Size
v4-0002-Reduce-noise-in-pg_regress-default-output.patch application/octet-stream 10.3 KB
v4-0001-pg_regress-TAP-output-format.patch application/octet-stream 17.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2022-03-24 12:48:38 Re: Remove an unnecessary errmsg_plural in dependency.c
Previous Message David Christensen 2022-03-24 12:43:02 Re: [PATCH] add relation and block-level filtering to pg_waldump