summaryrefslogtreecommitdiff
path: root/src/test/perl/README
Commit message (Expand)AuthorAgeFilesLines
* Bump minimum Perl version to 5.14John Naylor2022-09-141-7/+3
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-041-0/+6
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-111-2/+5
* Doc: update some things relevant to minimum Test::More version.Tom Lane2021-11-211-1/+4
* Document PG_TEST_NOCLEAN in TAP test READMEDaniel Gustafsson2021-11-121-0/+5
* Doc: improve README files associated with TAP tests.Tom Lane2021-10-311-8/+15
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-4/+4
* Add more $Test::Builder::Level in the TAP testsMichael Paquier2021-10-121-1/+9
* Doc: update testing recipe in src/test/perl/README.Tom Lane2021-10-101-8/+24
* Update test/perl/README to insist on Perl version >= 5.8.3, too.Tom Lane2021-10-071-3/+3
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-291-1/+1
* tap tests: replace 'master' with 'primary'.Andres Freund2020-07-081-1/+1
* Make PostgresNode easily subclassableAlvaro Herrera2017-07-251-1/+1
* Remove --verbose from PROVE_FLAGSStephen Frost2017-04-041-0/+5
* Document recipe for testing compatibility with old Perl.Noah Misch2016-12-041-0/+18
* Allow individual TAP tests to be run via PROVE_TESTSPeter Eisentraut2016-11-141-0/+6
* Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.Noah Misch2016-11-071-0/+4
* Fix improper example of using psql() function in TAP tests documentation.Fujii Masao2016-07-261-1/+1
* perltidy PostgresNode and SimpleTeeAlvaro Herrera2016-03-031-0/+3
* Add POD docs to PostgresNodeAlvaro Herrera2016-02-251-0/+53