aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test
Commit message (Expand)AuthorAge
* Make PG_TEST_NOCLEAN work for temporary directories in TAP testsMichael Paquier2023-07-03
* Refactor routine to find single log content pattern in TAP testsMichael Paquier2023-06-09
* Refactor log check logic for connect_ok/fails in PostgreSQL::Test::ClusterMichael Paquier2023-06-09
* AdjustUpgrade.pm should zap test_ext_cine, too.Tom Lane2023-01-17
* Create common infrastructure for cross-version upgrade testing.Tom Lane2023-01-16
* Fix perl warning from commit 9b4eafcaf4Andrew Dunstan2022-11-23
* Prevent port collisions between concurrent TAP testsAndrew Dunstan2022-11-22
* Account for IPC::Run::result() Windows behavior change.Noah Misch2022-11-17
* Make PostgreSQL::Test::Cluster::config_data more flexibleAndrew Dunstan2022-11-13
* If wait_for_catchup fails under has_wal_read_bug, skip balance of test.Noah Misch2022-11-12
* Back-Patch "Add wait_for_subscription_sync for TAP tests."Amit Kapila2022-08-12
* Add pg_version() to PostgreSQL::Test::ClusterMichael Paquier2022-05-20
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Add timestamp and elapsed time decorations to TAP test logsAndrew Dunstan2022-04-10
* pgstat: remove stats_temp_directory.Andres Freund2022-04-06
* Remove exclusive backup modeStephen Frost2022-04-06
* Remove use of perl parent module in Cluster.pmAndrew Dunstan2022-03-31
* Fix comment typo in PotsgreSQL::Test::Cluster moduleAndrew Dunstan2022-03-31
* Add diagnostic output on error in pump_untilDaniel Gustafsson2022-03-31
* Make PostgreSQL::Test::Cluster compatible with all live branchesAndrew Dunstan2022-03-30
* Make PostgreSQL::Test::Cluster::run_log() return a useful value.Robert Haas2022-03-29
* Harden TAP tests that intentionally corrupt page checksums.Tom Lane2022-03-25
* Remove unused module imports from TAP testsDaniel Gustafsson2022-03-24
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-04
* Add function to pump IPC process until string matchDaniel Gustafsson2022-02-23
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-20
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-20
* Disable perl2host() processing in TAP testsAndrew Dunstan2022-02-17
* Ensure that STDERR is empty in connect_ok testsDaniel Gustafsson2022-02-15
* Add PostgreSQL::Test::Cluster::config_data()Michael Paquier2022-02-08
* Improve msys2 detection for TAP testsAndrew Dunstan2022-01-27
* On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch2022-01-26
* Tighten TAP tests' tracking of postmaster state some more.Tom Lane2022-01-20
* TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails.Tom Lane2022-01-19
* Clean up TAP tests' usage of wait_for_catchup().Tom Lane2022-01-16
* Respect permissions within logical replication.Jeff Davis2022-01-07
* Update copyright for 2022Bruce Momjian2022-01-07
* Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.Andres Freund2021-12-13
* Doc: update some things relevant to minimum Test::More version.Tom Lane2021-11-21
* Require version 0.98 of Test::More for TAP testsAndrew Dunstan2021-11-20
* Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane2021-10-28
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-24