pgsql: Remove use of TAP subtests - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove use of TAP subtests
Date
Msg-id E1XjdGS-0004Tj-1p@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove use of TAP subtests

They turned out to be too much of a portability headache, because they
need a fairly new version of Test::More to work properly.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7912f9b7dc9e2d3f6cd81892ef6aa797578e9f06

Modified Files
--------------
src/bin/initdb/t/001_initdb.pl                 |    2 +-
src/bin/pg_basebackup/t/010_pg_basebackup.pl   |    2 +-
src/bin/pg_basebackup/t/020_pg_receivexlog.pl  |    2 +-
src/bin/pg_config/t/001_pg_config.pl           |    2 +-
src/bin/pg_controldata/t/001_pg_controldata.pl |    2 +-
src/bin/pg_ctl/t/001_start_stop.pl             |    2 +-
src/bin/scripts/t/010_clusterdb.pl             |    2 +-
src/bin/scripts/t/011_clusterdb_all.pl         |    2 +-
src/bin/scripts/t/020_createdb.pl              |    2 +-
src/bin/scripts/t/030_createlang.pl            |    2 +-
src/bin/scripts/t/040_createuser.pl            |    2 +-
src/bin/scripts/t/050_dropdb.pl                |    2 +-
src/bin/scripts/t/060_droplang.pl              |    2 +-
src/bin/scripts/t/070_dropuser.pl              |    2 +-
src/bin/scripts/t/080_pg_isready.pl            |    2 +-
src/bin/scripts/t/090_reindexdb.pl             |    2 +-
src/bin/scripts/t/091_reindexdb_all.pl         |    2 +-
src/bin/scripts/t/100_vacuumdb.pl              |    2 +-
src/bin/scripts/t/101_vacuumdb_all.pl          |    2 +-
src/bin/scripts/t/102_vacuumdb_stages.pl       |    2 +-
src/test/perl/TestLib.pm                       |   81 ++++++++----------------
21 files changed, 45 insertions(+), 76 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Remove use of TAP subtests
Next
From: Noah Misch
Date:
Subject: Re: pgsql: Avoid corrupting tables when ANALYZE inside a transaction is rol