summaryrefslogtreecommitdiff
path: root/src/test/perl/README
AgeCommit message (Expand)Author
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-07-03Make PG_TEST_NOCLEAN work for temporary directories in TAP testsMichael Paquier
2022-09-14Bump minimum Perl version to 5.14John Naylor
2022-03-04Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2021-11-21Doc: update some things relevant to minimum Test::More version.Tom Lane
2021-11-12Document PG_TEST_NOCLEAN in TAP test READMEDaniel Gustafsson
2021-10-31Doc: improve README files associated with TAP tests.Tom Lane
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-12Add more $Test::Builder::Level in the TAP testsMichael Paquier
2021-10-10Doc: update testing recipe in src/test/perl/README.Tom Lane
2021-10-07Update test/perl/README to insist on Perl version >= 5.8.3, too.Tom Lane
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2020-07-08tap tests: replace 'master' with 'primary'.Andres Freund
2017-07-25Make PostgresNode easily subclassableAlvaro Herrera
2017-04-04Remove --verbose from PROVE_FLAGSStephen Frost
2016-12-04Document recipe for testing compatibility with old Perl.Noah Misch
2016-11-14Allow individual TAP tests to be run via PROVE_TESTSPeter Eisentraut
2016-11-07Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.Noah Misch
2016-07-26Fix improper example of using psql() function in TAP tests documentation.Fujii Masao
2016-03-03perltidy PostgresNode and SimpleTeeAlvaro Herrera
2016-02-25Add POD docs to PostgresNodeAlvaro Herrera