summaryrefslogtreecommitdiff
path: root/src/test/perl
AgeCommit message (Expand)Author
2024-08-07Teach RPM the package name provided in Perl alias packages.Noah Misch
2024-07-08Choose ports for test servers less likely to result in conflictsAndrew Dunstan
2024-07-01Fix missing installation/uninstallation rules for BackgroundPsql.pmHeikki Linnakangas
2024-06-27tests: Trim newline from result returned by BackgroundPsql->queryHeikki Linnakangas
2024-06-27Backport BackgroundPsql perl test moduleHeikki Linnakangas
2023-09-22Don't trust unvalidated xl_tot_len.Thomas Munro
2023-07-03Make PG_TEST_NOCLEAN work for temporary directories in TAP testsMichael Paquier
2023-06-09Refactor routine to find single log content pattern in TAP testsMichael Paquier
2023-01-17AdjustUpgrade.pm should zap test_ext_cine, too.Tom Lane
2023-01-17Create common infrastructure for cross-version upgrade testing.Tom Lane
2022-11-23Fix perl warning from commit 9b4eafcaf4Andrew Dunstan
2022-11-22Prevent port collisions between concurrent TAP testsAndrew Dunstan
2022-11-17Account for IPC::Run::result() Windows behavior change.Noah Misch
2022-10-11Ensure all perl test modules are installedAlvaro Herrera
2022-08-12Back-Patch "Add wait_for_subscription_sync for TAP tests."Amit Kapila
2022-06-25Fix PostgreSQL::Test aliasing for Perl v5.10.1.Noah Misch
2022-06-25For PostgreSQL::Test compatibility, alias entire package symbol tables.Noah Misch
2022-06-08Fix whitespacePeter Eisentraut
2022-05-03Backpatch addition of wait_for_log(), pump_until().Andres Freund
2022-04-21Support new perl module namespace in stable branchesAndrew Dunstan
2022-03-25Harden TAP tests that intentionally corrupt page checksums.Tom Lane
2022-03-05Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-02-20Remove most msys special processing in TAP testsAndrew Dunstan
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew 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
2021-10-28Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane
2021-10-24Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-10-12Add more $Test::Builder::Level in the TAP testsMichael Paquier
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-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-12Remove PGSSLCRLDIR from the list of variables ignored in TAP testsMichael Paquier
2021-06-09Allow PostgresNode.pm's backup method to accept backup_options.Robert Haas
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-04-21fix silly perl error in commit d064afc720Andrew Dunstan
2021-04-21Only ever test for non-127.0.0.1 addresses on Windows in PostgresNodeAndrew Dunstan
2021-04-16Allow TestLib::slurp_file to skip contents, and use as neededAndrew Dunstan
2020-10-21Use fast checkpoint in PostgresNode::backup()Alvaro Herrera
2020-10-01Put back explicit setting of replication values within TAP tests.Tom Lane
2020-09-30Remove obsolete replication settings within TAP tests.Tom Lane
2020-07-09Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane
2020-05-16Fix walsender error cleanup codeAlvaro Herrera
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-13Use perl warnings pragma consistentlyAndrew Dunstan