Re: RFC: adding pytest as a supported test framework
Jelte Fennema-Nio <postgres@jeltef.nl>
From: "Jelte Fennema-Nio" <postgres@jeltef.nl>
To: "Xuneng Zhou" <xunengzhou@gmail.com>
Cc: "Andres Freund" <andres@anarazel.de>, "Jacob Champion"
<jacob.champion@enterprisedb.com>, "PostgreSQL Hackers"
<pgsql-hackers@postgresql.org>, "Robert Haas" <robertmhaas@gmail.com>,
"Daniel Gustafsson" <daniel@yesql.se>, "Tom Lane" <tgl@sss.pgh.pa.us>,
"Peter Eisentraut" <peter@eisentraut.org>, "Nazir Bilal Yavuz"
<byavuz81@gmail.com>
Date: 2025-12-28T23:25:22Z
Lists: pgsql-hackers
Attachments
- v6-0001-meson-Include-TAP-tests-in-the-configuration-summ.patch (text/x-patch)
- v6-0002-Add-support-for-pytest-test-suites.patch (text/x-patch)
- v6-0003-ci-Add-MTEST_SUITES-for-optional-test-tailoring.patch (text/x-patch)
- v6-0004-Add-pytest-infrastructure-to-interact-with-Postgr.patch (text/x-patch)
- v6-0005-Convert-load-balance-tests-from-perl-to-python.patch (text/x-patch)
- v6-0006-WIP-pytest-Add-some-SSL-client-tests.patch (text/x-patch)
- v6-0007-WIP-pytest-Add-some-server-side-SSL-tests.patch (text/x-patch)
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.