Re: pg_regress: Treat child process failure as test failure

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pg_regress: Treat child process failure as test failure
Date: 2023-02-22 14:10:11
Message-ID: 39BDEBA9-9224-4537-ADAC-CFB7C77A248F@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 26 Nov 2022, at 22:46, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:

> I've moved the statuses[i] check before the differ check, such that there is a
> separate block for this not mixed up with the differs check and printing.

Rebased patch to handle breakage of v2 due to bd8d453e9b.

--
Daniel Gustafsson

Attachment Content-Type Size
v3-0001-pg_regress-Consider-a-failed-test-process-as-a-fa.patch application/octet-stream 2.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Önder Kalacı 2023-02-22 14:24:03 Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher
Previous Message Heikki Linnakangas 2023-02-22 14:00:27 Re: pg_rewind race condition just after promotion