Re: pgsql: Add 'basebackup_to_shell' contrib module.
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Magnus Hagander <magnus@hagander.net>
Date: 2022-03-25T20:55:47Z
Lists: pgsql-hackers
Attachments
- 0001-Tests.patch (text/x-patch) patch 0001
- 0002-HACK-run-tap-tests-in-contrib-basebackup_to_shell.patch (text/x-patch) patch 0002
On Sat, Mar 26, 2022 at 6:52 AM Robert Haas <robertmhaas@gmail.com> wrote: > I don't think that the Windows CI is running the TAP tests for > contrib. At least, I can't find any indication of it in the output. So > it doesn't really help to assess how portable this test is, unless I'm > missing something. Yeah :-( vcregress.pl doesn't yet have an easy way to run around and find contrib modules with tap tests and run them, for the CI script to call. (I think there was a patch somewhere? I've been bitten by the lack of this recently...) In case it's helpful, here's how to run a specific contrib module's TAP test by explicitly adding it. That'll run once I post this email, but I already ran in it my own github account and it looks like this: https://cirrus-ci.com/task/5637156969381888 https://api.cirrus-ci.com/v1/artifact/task/5637156969381888/log/contrib/basebackup_to_shell/tmp_check/log/regress_log_001_basic https://api.cirrus-ci.com/v1/artifact/task/5637156969381888/log/contrib/basebackup_to_shell/tmp_check/log/001_basic_primary.log
Commits
-
Print information about type of test and subdirectory before running tests.
- 28bdfa2adfc6 15.0 landed
-
In basebackup_to_shell tests, properly set up pg_hba.conf.
- fea1cc49e4ab 15.0 landed
-
Add .gitignore for basebackup_to_shell.
- f8e0d900afed 15.0 landed
-
basebackup_to_shell: Add TAP test.
- 027fa0fd7261 15.0 landed
-
Document basebackup_to_shell.required_role.
- 26a0c025e233 15.0 landed
-
Add 'basebackup_to_shell' contrib module.
- c6306db24bd9 15.0 cited