Re: Python/pytest test framework take two

From: Jelte Fennema-Nio <me(at)jeltef(dot)nl>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>, Aleksander Alekseev <aleksander(at)tigerdata(dot)com>, Xuneng Zhou <xunengzhou(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Gregory Burd <greg(at)burd(dot)me>, Melanie Plageman <melanieplageman(at)gmail(dot)com>
Subject: Re: Python/pytest test framework take two
Date: 2026-08-19 10:10:47
Message-ID: CAGECzQRO5KxKdiXJ6m9BH9aQgXR_V0vyPXVPi=-WdbX=7r4V3Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 19 Aug 2026 at 11:47, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
>
> > On 19 Aug 2026, at 10:59, Jelte Fennema-Nio <me(at)jeltef(dot)nl> wrote:
>
> > 0009: Conversion of the 001_aio test, which is the most unreadable Perl
> > test I could find (sorry Andres). It becomes, less buggy, more
> > readable (imo), shorter and faster when written in Python.
>
> Are these bugs on the list already? If there are bugs in the current test it
> would be helpful to submit them separately to make sure they are fixed in a
> timely manner and not relying on the outcome of this thread.

They weren't yet, but I created a thread now:
https://www.postgresql.org/message-id/DKSU6GI1YLG5.3VF6M4IRKQ7XE%40jeltef.nl

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2026-08-19 10:17:35 Re: Support EXCEPT for TABLES IN SCHEMA publications
Previous Message Jelte Fennema-Nio 2026-08-19 10:08:56 test_aio: Fix broken error recovery assertions in 001_aio