Commit Graph

25 Commits (0c20dd33db1607d6a85ffce24238c1e55e384b49)

Author SHA1 Message Date
Amit Kapila 0c20dd33db Add wait_for_subscription_sync for TAP tests. 3 years ago
Michael Paquier b39838889e Add pg_version() to PostgreSQL::Test::Cluster 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Andres Freund 6f0cf87872 pgstat: remove stats_temp_directory. 3 years ago
Stephen Frost 39969e2a1e Remove exclusive backup mode 3 years ago
Andrew Dunstan d5f43a1a10
Remove use of perl parent module in Cluster.pm 3 years ago
Andrew Dunstan ddee016b34
Fix comment typo in PotsgreSQL::Test::Cluster module 3 years ago
Andrew Dunstan fb16d2c658
Make PostgreSQL::Test::Cluster compatible with all live branches 3 years ago
Robert Haas ad4f2c47de Make PostgreSQL::Test::Cluster::run_log() return a useful value. 3 years ago
Tom Lane 174877f1e3 Harden TAP tests that intentionally corrupt page checksums. 3 years ago
Daniel Gustafsson 7dac61402e Remove unused module imports from TAP tests 3 years ago
Michael Paquier 6bdf1a1400 Fix collection of typos in the code and the documentation 3 years ago
Noah Misch f2698ea02c Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. 3 years ago
Andrew Dunstan 1c6d462939
Remove most msys special processing in TAP tests 3 years ago
Andrew Dunstan 95d981338b
Remove PostgreSQL::Test::Utils::perl2host completely 3 years ago
Daniel Gustafsson 4d373e0528 Ensure that STDERR is empty in connect_ok tests 3 years ago
Michael Paquier ba15f16107 Add PostgreSQL::Test::Cluster::config_data() 3 years ago
Tom Lane 4fdbf9af51 Tighten TAP tests' tracking of postmaster state some more. 3 years ago
Tom Lane 6c4a8903b9 TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails. 3 years ago
Tom Lane ed48e3582e Clean up TAP tests' usage of wait_for_catchup(). 3 years ago
Jeff Davis a2ab9c06ea Respect permissions within logical replication. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Andres Freund 45f52709d8 Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows. 4 years ago
Tom Lane 7f580aa5d8 Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY. 4 years ago
Andrew Dunstan b3b4d8e68a
Move Perl test modules to a better namespace 4 years ago
Noah Misch fdd965d074 Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY. 4 years ago
Andrew Dunstan 15124d0e22
Fix PostgresNode install_path sanity tests that fail on Windows 4 years ago
Michael Paquier de1d4fef71 Add PostgresNode::command_fails_like() 4 years ago
Andrew Dunstan 87076c4083
Add a getter function for a PostgresNode install_path 4 years ago
Andrew Dunstan 5dc932f9e7
Remove the last vestiges of Exporter from PostgresNode 4 years ago
Andrew Dunstan 201a76183e
Unify PostgresNode's new() and get_new_node() methods 4 years ago
Andrew Dunstan dbfe6e4b17
Add adjust_conf method to PostgresNode 4 years ago
Andrew Dunstan b33259e261
Add -w back to the flags for pg_ctl (re)start in PostgresNode 4 years ago
Andrew Dunstan e1c1c30f63
Pre branch pgindent / pgperltidy run 4 years ago
Tom Lane f452aaf7d4 Restore robustness of TAP tests that wait for postmaster restart. 4 years ago
Andrew Dunstan 11e9caff82
In PostgresNode.pm, don't pass SQL to psql on the command line 4 years ago
Noah Misch d03eeab886 Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl. 4 years ago
Andrew Dunstan 8bdd6f563a
Use a more portable way to get the version string in PostgresNode 4 years ago
Tom Lane def5b065ff Initial pgindent and pgperltidy run for v14. 4 years ago
Andrew Dunstan 8b82de0164
Remove extraneous newlines added by perl copyright patch 4 years ago
Andrew Dunstan 8fa6e6919c
Add a copyright notice to perl files lacking one. 4 years ago
Andrew Dunstan 4c4eaf3d19 Make PostgresNode version aware 4 years ago
Andrew Dunstan e014d25dea fix silly perl error in commit d064afc720 4 years ago
Andrew Dunstan d064afc720 Only ever test for non-127.0.0.1 addresses on Windows in PostgresNode 4 years ago
Andrew Dunstan 95c3a1956e Avoid unfortunate IPC::Run path caching in PostgresNode 4 years ago
Andrew Dunstan 3c5b0685b9 Allow TestLib::slurp_file to skip contents, and use as needed 4 years ago
Michael Paquier c7578fa640 Fix some failures with connection tests on Windows hosts 4 years ago
Michael Paquier 9afffcb833 Add some information about authenticated identity via log_connections 4 years ago
Michael Paquier 6d41dd045a Change PostgresNode::connect_fails() to never send down queries 4 years ago
Michael Paquier c50624cdd2 Refactor all TAP test suites doing connection checks 4 years ago