1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-07-07 06:05:35 +02:00
Commit Graph

62 Commits

Author SHA1 Message Date
d3bbb74d01 tests: disable autovacuum by default
With autovacuum enabled tests are unstable. Especially they are unstable
if postgresql is running under valgrind and therefore is severely
inhibited (and vacuum has time to be triggered).
2021-05-25 17:09:42 +03:00
dd8c23c9b1 delete nodes in del_test_dir 2021-02-18 05:13:11 +00:00
8691e08e22 tests: some minor fixes for "page" module 2021-02-12 15:32:57 +03:00
1cf233d3a0 [Issue #281] Non-exclusive locking mode for read-only tasks, such as restore and validate 2020-12-01 12:36:36 +03:00
6f89a53ce0 tests: for basic smoke tests avoid crashish of PostgreSQL cluster when cleaning up test directories 2020-06-19 10:39:29 +03:00
96090b2522 tests: some more fixes 2020-05-02 14:43:50 +03:00
6247ba4f53 tests: fixes 2020-05-02 14:20:50 +03:00
0f0aa42d15 tests: update for tests.page.PageTest.test_multi_timeline_page 2020-05-01 14:13:08 +03:00
bebdef6c16 tests: fixes 2020-04-22 01:17:06 +03:00
4d51c7f549 [Issue #143] review feedback implementation 2020-04-03 20:03:01 +03:00
4a94fdaa33 [Issue #143] Multi-timeline incremental chain 2020-04-03 18:08:53 +03:00
86fd79512a [Issue #172] Optimize remote backup in PAGE and PTRACK modes 2020-03-14 14:35:57 +03:00
ac017dd8da [Issue #169] added tests for issues, pointed out by review 2020-03-02 20:05:30 +03:00
eccd847d30 tests: added delta.DeltaTest.test_delta_pg_resetxlog and page.PageTest.test_page_pg_resetxlog 2019-12-25 17:43:12 +03:00
effea35742 tests: support PG12 2019-10-19 09:48:35 +03:00
0deff06912 tests: minor fixes 2019-10-08 14:33:52 +03:00
d34a6a3ad8 [Issue #116] WAL archive information 2019-09-17 17:35:27 +03:00
d656405432 [Issue #117] fix tests 2019-09-05 15:43:32 +03:00
db73f84057 [Issue #101] Multiple spelling fixes. Reported by Alexander Lakhin 2019-07-23 20:11:11 +03:00
88fed2b424 tests: add suit of basic tests 2019-05-28 12:41:03 +03:00
b70b9a232b tests: fixes for Windows 2019-04-30 20:20:41 +03:00
b7a9a20b99 tests: fixes for Windows 2019-04-30 20:18:40 +03:00
e771c97aa2 tests: minor fixes for "page" module 2019-04-30 19:44:06 +03:00
1eeff19253 tests: fixes for PG 9.5 2019-04-22 20:52:00 +03:00
fa625dba02 tests: minor fixes in page module 2019-03-14 17:55:46 +03:00
20de566010 tests: minor fixes 2019-02-26 21:26:30 +03:00
8e5e62612b tests: minor fix for test_page_backup_with_corrupted_wal_segment() 2019-02-14 18:11:27 +03:00
b61df02ce1 tests: windows compatibility, cross-platform path for base_dir 2018-12-26 22:59:13 +03:00
7b66795b8a tests: windows support 2018-12-25 17:48:49 +03:00
9484b6de27 tests: test_page_create_db added 2018-12-12 20:32:42 +03:00
b52ee32440 tests: minor fixes 2018-11-24 22:57:27 +03:00
d2271554a2 tests: minor fixes 2018-11-12 11:51:58 +03:00
12a6dcdd93 PGPRO-1905: check message about system id mismatch 2018-11-09 18:45:29 +03:00
48a8723cf8 tests: test_multithread_page_backup_with_toast added 2018-09-15 13:42:23 +03:00
9191746ce0 tests: minor fixes 2018-09-06 20:46:32 +03:00
24c95417a5 tests: minor fixes for page tests 2018-09-03 18:45:53 +03:00
1222a7002b Detect WAL corruption in parallel page backup.
Improve log messages.
2018-08-16 23:38:57 +03:00
2e9a5b99c9 tests: added test_page_backup_with_alien_wal_segment 2018-08-16 11:54:06 +03:00
6e856bd877 PGPRO-427: added test_page_backup_with_corrupted_wal_segment 2018-08-15 17:38:44 +03:00
76234b1e1d tests: minor fix in test_page_backup_with_lost_wal_segment 2018-08-12 15:15:09 +03:00
bd9311a98f tests: test_page_backup_with_lost_wal_segment added 2018-08-12 15:10:22 +03:00
c7a83af64e We should use paranoia check after full and page restore 2018-08-10 12:33:09 +03:00
3fe942f97b Fix bug: Sometimes we may miss WAL segments and threads 2018-08-09 19:02:38 +03:00
ff739835f3 tests: minor changes 2018-08-09 16:49:23 +03:00
9dde05ebdd tests: page backup in multiple workers 2018-08-09 16:42:51 +03:00
6d912340d6 PGPRO-427: Fix bug in SimpleXLogPageRead() with parallel mode 2018-07-25 14:17:04 +03:00
ee3ce85235 PGPRO-427: Merge with master 2018-07-19 12:15:06 +03:00
64262950c3 PGPRO-427: small fix to tests 2018-07-18 09:45:33 +03:00
b122966a3a PGPRO-427: additional test added 2018-07-18 09:41:45 +03:00
f98c91b3ba tests: add slow_start() method to PostgresNode 2018-07-11 10:50:38 +03:00