summaryrefslogtreecommitdiff
path: root/src/test/perl
AgeCommit message (Expand)Author
2022-02-17Disable perl2host() processing in TAP testsAndrew Dunstan
2022-02-15Ensure that STDERR is empty in connect_ok testsDaniel Gustafsson
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-02-08Add PostgreSQL::Test::Cluster::config_data()Michael Paquier
2022-01-27Improve msys2 detection for TAP testsAndrew Dunstan
2022-01-27On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch
2022-01-20Tighten TAP tests' tracking of postmaster state some more.Tom Lane
2022-01-19TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails.Tom Lane
2022-01-16Clean up TAP tests' usage of wait_for_catchup().Tom Lane
2022-01-08Respect permissions within logical replication.Jeff Davis
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-13Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.Andres Freund
2021-11-21Doc: update some things relevant to minimum Test::More version.Tom Lane
2021-11-20Require version 0.98 of Test::More for TAP testsAndrew Dunstan
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-28Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-10-15Fix PostgresNode install_path sanity tests that fail on WindowsAndrew 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-10-04Fix TestLib::slurp_file() with offset on windows.Andres Freund
2021-09-21Fix places in TestLib.pm in need of adaptation to the output of Msys perlMichael Paquier
2021-09-01Add PostgresNode::command_fails_like()Michael Paquier
2021-07-29Make TestLib::perl2host more consistent and robustAndrew Dunstan
2021-07-29Add a getter function for a PostgresNode install_pathAndrew Dunstan
2021-07-29Add PostgresVersion.pm method to emit the major version stringAndrew Dunstan
2021-07-29Remove the last vestiges of Exporter from PostgresNodeAndrew Dunstan
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-07-29Add adjust_conf method to PostgresNodeAndrew Dunstan
2021-07-29Add -w back to the flags for pg_ctl (re)start in PostgresNodeAndrew Dunstan
2021-07-06Improve TestLib::system_or_bail error reportingAlvaro Herrera
2021-06-28Pre branch pgindent / pgperltidy runAndrew Dunstan
2021-06-13Ignore more environment variables in pg_regress.cMichael Paquier
2021-06-12Restore robustness of TAP tests that wait for postmaster restart.Tom Lane
2021-06-03In PostgresNode.pm, don't pass SQL to psql on the command lineAndrew Dunstan
2021-06-03Ignore more environment variables in TAP testsMichael Paquier
2021-05-31Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.Noah Misch
2021-05-20Install PostgresVersion.pmAndrew Dunstan
2021-05-20Use a more portable way to get the version string in PostgresNodeAndrew Dunstan
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07Remove extraneous newlines added by perl copyright patchAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-04-27Improve logic in PostgresVersion.pmAndrew Dunstan
2021-04-24Teach PostgresVersion all the ways to mark non-release codeAndrew Dunstan
2021-04-22Make PostgresVersion code a bit more robust and simple.Andrew Dunstan
2021-04-22Make PostgresNode version awareAndrew Dunstan
2021-04-21fix silly perl error in commit d064afc720Andrew Dunstan