summaryrefslogtreecommitdiff
path: root/src/test/recovery
AgeCommit message (Expand)Author
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-28Don't fail for > 1 walsenders in 019_replslot_limit, add debug messages.Andres Freund
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-25Add retries for further investigation of 019_replslot_limit.pl failures.Andres Freund
2022-03-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-03-23Fix "missing continuation record" after standby promotionAlvaro Herrera
2022-03-20Log regression.diffs in 027_stream_regress.pl.Thomas Munro
2022-03-05Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-02-26Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund
2022-02-23Remove duplicated word in commentDaniel Gustafsson
2022-02-23Add function to pump IPC process until string matchDaniel Gustafsson
2022-02-23Add temporary debug info to help debug 019_replslot_limit.pl failures.Andres Freund
2022-02-20Remove most msys special processing in TAP testsAndrew Dunstan
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-02-15Fix race condition in 028_pitr_timelines.pl test, add note to docs.Heikki Linnakangas
2022-02-15Add more logging to new 028_pitr_timelines.pl test.Heikki Linnakangas
2022-02-14Add test case for an archive recovery corner case.Heikki Linnakangas
2022-02-13Remove REGRESS_OUTPUTDIR environment variable.Thomas Munro
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-02-10Use Test::Builder::todo_start(), replacing $::TODO.Noah Misch
2022-02-02Fix recovery conflict in 027_stream_regress.pl.Thomas Munro
2022-01-27Specify --host in 027_stream_regress.pl's pg_regress invocation.Andres Freund
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-19Don't enable fsync in src/test/recovery/t/008_fsm_truncation.pl.Tom Lane
2022-01-17Move 027_stream_regress.pl's output to tmp_check.Thomas Munro
2022-01-17Test replay of regression tests, attempt II.Thomas Munro
2022-01-16Clean up TAP tests' usage of wait_for_catchup().Tom Lane
2022-01-15Add simple test for physical replication of sequences.Tom Lane
2022-01-14Revert "Test replay of regression tests."Thomas Munro
2022-01-14Test replay of regression tests.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-09Fix instability in 026_overwrite_contrecord.pl test.Tom Lane
2021-10-31Doc: improve README files associated with TAP tests.Tom Lane
2021-10-28Add TAP test for archive_cleanup_command and recovery_end_commandMichael Paquier
2021-10-26Fix overly-lax regex pattern in TAP test of READ_REPLICATION_SLOTMichael Paquier
2021-10-24Add replication command READ_REPLICATION_SLOTMichael Paquier
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-13Change recently added test code for stabilityAlvaro Herrera
2021-10-12Add more $Test::Builder::Level in the TAP testsMichael Paquier
2021-10-01Remove unstable, unnecessary test; fix typoAlvaro Herrera
2021-09-30Repair two portability oversights of new testAlvaro Herrera
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2021-08-28Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.Noah Misch
2021-07-29Close yet another race condition in replication slot test codeAlvaro Herrera
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-07-19Make new replication slot test code even less racyAlvaro Herrera
2021-07-17Make new replication slot test code less racyAlvaro Herrera
2021-07-16Advance old-segment horizon properly after slot invalidationAlvaro Herrera
2021-07-01Fix prove_installcheck to use correct paths when used with PGXSAndrew Dunstan