Re: RFC: adding pytest as a supported test framework

From: "Jelte Fennema-Nio" <postgres(at)jeltef(dot)nl>
To: "Xuneng Zhou" <xunengzhou(at)gmail(dot)com>
Cc: "Andres Freund" <andres(at)anarazel(dot)de>, "Jacob Champion" <jacob(dot)champion(at)enterprisedb(dot)com>, "PostgreSQL Hackers" <pgsql-hackers(at)postgresql(dot)org>, "Robert Haas" <robertmhaas(at)gmail(dot)com>, "Daniel Gustafsson" <daniel(at)yesql(dot)se>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Peter Eisentraut" <peter(at)eisentraut(dot)org>, "Nazir Bilal Yavuz" <byavuz81(at)gmail(dot)com>
Subject: Re: RFC: adding pytest as a supported test framework
Date: 2025-12-28 23:25:22
Message-ID: DFA8KRJMHTD5.12UYW93HA9UK9@jeltef.nl
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat Dec 27, 2025 at 6:26 PM CET, Jelte Fennema-Nio wrote:
> Attached is a version where I addressed all of those comemnts (the few
> that I didn't or did in non-obvious ways are discussed at the end). I
> also made a lot of improvements to the patchset:

Rebased to resolve conflict with master.

Attachment Content-Type Size
v6-0001-meson-Include-TAP-tests-in-the-configuration-summ.patch text/x-patch 1.1 KB
v6-0002-Add-support-for-pytest-test-suites.patch text/x-patch 30.6 KB
v6-0003-ci-Add-MTEST_SUITES-for-optional-test-tailoring.patch text/x-patch 3.1 KB
v6-0004-Add-pytest-infrastructure-to-interact-with-Postgr.patch text/x-patch 134.4 KB
v6-0005-Convert-load-balance-tests-from-perl-to-python.patch text/x-patch 16.9 KB
v6-0006-WIP-pytest-Add-some-SSL-client-tests.patch text/x-patch 18.7 KB
v6-0007-WIP-pytest-Add-some-server-side-SSL-tests.patch text/x-patch 8.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-12-28 23:29:25 Re: 回复: cleanup: Split long Makefile lists across lines and sort them
Previous Message Tom Lane 2025-12-28 22:56:40 Re: Fixing some ancient errors in hash join costing