pgsql: Require version 0.98 of Test::More for TAP tests

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Require version 0.98 of Test::More for TAP tests
Date: 2021-11-20 22:56:22
Message-ID: E1moZHS-0002Cu-Ei@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Require version 0.98 of Test::More for TAP tests

This means that the subtest feature will be available for use.

We expect that this change will make prairiedog go red until it is
updated, but other buildfarm animals should be fine.

Discussion: https://postgr.es/m/f5e1d308-4e33-37a7-bdf1-f6e0c75119de@dunslane.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/405f32fc49609eb94fa39e7b5e7c1fe2bb2b73aa

Modified Files
--------------
configure | 2 +-
configure.ac | 2 +-
src/test/perl/PostgreSQL/Test/Utils.pm | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-11-21 00:26:04 Re: pgsql: Require version 0.98 of Test::More for TAP tests
Previous Message Tom Lane 2021-11-20 19:30:05 pgsql: Fix SP-GiST scan initialization logic for binary-compatible case