summaryrefslogtreecommitdiff
path: root/src/test/perl
AgeCommit message (Expand)Author
2022-11-23Fix perl warning from commit 9b4eafcaf4Andrew Dunstan
2022-11-20Prevent port collisions between concurrent TAP testsAndrew Dunstan
2022-11-18Fix version comparison in Version.pmAndrew Dunstan
2022-11-17Account for IPC::Run::result() Windows behavior change.Noah Misch
2022-11-16doc: update metacpan.org links to avoid redirectsDaniel Gustafsson
2022-11-13Make PostgreSQL::Test::Cluster::config_data more flexibleAndrew Dunstan
2022-11-12If wait_for_catchup fails under has_wal_read_bug, skip balance of test.Noah Misch
2022-10-19Better handle interrupting TAP testsAlvaro Herrera
2022-10-18Remove no-longer-needed compatibility hackAlvaro Herrera
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund
2022-09-20Don't hardcode tmp_check/ as test directory for tap testsAndres Freund
2022-09-14Bump minimum Perl version to 5.14John Naylor
2022-08-03Add wait_for_subscription_sync for TAP tests.Amit Kapila
2022-05-20Add pg_version() to PostgreSQL::Test::ClusterMichael Paquier
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-10Add timestamp and elapsed time decorations to TAP test logsAndrew Dunstan
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