summaryrefslogtreecommitdiff
path: root/src/test/perl
AgeCommit message (Expand)Author
2022-04-07pgstat: remove stats_temp_directory.Andres Freund
2022-04-06Remove exclusive backup modeStephen Frost
2022-03-31Remove use of perl parent module in Cluster.pmAndrew Dunstan
2022-03-31Fix comment typo in PotsgreSQL::Test::Cluster moduleAndrew Dunstan
2022-03-31Add diagnostic output on error in pump_untilDaniel Gustafsson
2022-03-30Make PostgreSQL::Test::Cluster compatible with all live branchesAndrew Dunstan
2022-03-29Make PostgreSQL::Test::Cluster::run_log() return a useful value.Robert Haas
2022-03-25Harden TAP tests that intentionally corrupt page checksums.Tom Lane
2022-03-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-05Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-02-23Add function to pump IPC process until string matchDaniel Gustafsson
2022-02-20Remove most msys special processing in TAP testsAndrew Dunstan
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
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