1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-29 09:42:27 +02:00
Commit Graph

34 Commits

Author SHA1 Message Date
Grigory Smolkin
eccd847d30 tests: added delta.DeltaTest.test_delta_pg_resetxlog and page.PageTest.test_page_pg_resetxlog 2019-12-25 17:43:12 +03:00
Alexey Kondratov
64d35c5022 Added support for ptrack 2.0 2019-12-23 18:23:29 +03:00
Grigory Smolkin
effea35742 tests: support PG12 2019-10-19 09:48:35 +03:00
Grigory Smolkin
0deff06912 tests: minor fixes 2019-10-08 14:33:52 +03:00
Grigory Smolkin
d34a6a3ad8 [Issue #116] WAL archive information 2019-09-17 17:35:27 +03:00
Grigory Smolkin
a42ebbff0c tests: minor fixes 2019-09-05 11:12:17 +03:00
Grigory Smolkin
b38692f464 tests: now ptrack tests by default are disabled, they can be enables via PG_PROBACKUP_PTRACK env variable. Multiple fixes, especially for PG 9.5 2019-07-12 18:01:28 +03:00
Grigory Smolkin
513bc487c2 tests: remove psycopg2 2019-06-01 15:00:32 +03:00
Grigory Smolkin
88fed2b424 tests: add suit of basic tests 2019-05-28 12:41:03 +03:00
Grigory Smolkin
64d0443057 tests: add property pg_config_version 2019-05-24 00:40:42 +03:00
Grigory Smolkin
b7a9a20b99 tests: fixes for Windows 2019-04-30 20:18:40 +03:00
Grigory Smolkin
16fff38156 tests: fixes to "external" and "merge" modules 2019-04-28 23:28:35 +03:00
Grigory Smolkin
1eeff19253 tests: fixes for PG 9.5 2019-04-22 20:52:00 +03:00
Grigory Smolkin
fd4ad9d2cb tests: fixes for remote backup and PG11 2019-04-20 03:44:51 +03:00
Grigory Smolkin
4193766317 Merge branch 'master' into remote_pull 2019-04-12 14:05:27 +03:00
Grigory Smolkin
af340b982c tests: added delta.DeltaTest.test_delta_backup_from_past 2019-04-10 23:43:30 +03:00
Grigory Smolkin
f1cd6c23c5 Merge branch 'master' into remote_pull 2019-04-05 01:05:49 +03:00
Grigory Smolkin
9a5c8074db tests: fix test_delta_archive 2019-04-04 14:41:33 +03:00
Grigory Smolkin
a23386e17a tests: fix test_validate_nullified_heap_page_backup and test_delta_nullified_heap_page_backup 2019-03-18 12:04:18 +03:00
Grigory Smolkin
2466e51871 tests: fix gdbobject method continue_execution_until_break() 2019-03-02 02:29:58 +03:00
Grigory Smolkin
20de566010 tests: minor fixes 2019-02-26 21:26:30 +03:00
Grigory Smolkin
b61df02ce1 tests: windows compatibility, cross-platform path for base_dir 2018-12-26 22:59:13 +03:00
Grigory Smolkin
7b66795b8a tests: windows support 2018-12-25 17:48:49 +03:00
Grigory Smolkin
d2271554a2 tests: minor fixes 2018-11-12 11:51:58 +03:00
Grigory Smolkin
a7329d9b81 bugfix: nullified page shouldn`t be skipped by DELTA backup 2018-10-10 11:37:12 +03:00
Grigory Smolkin
f98c91b3ba tests: add slow_start() method to PostgresNode 2018-07-11 10:50:38 +03:00
Grigory Smolkin
191d5e30e9 tests: json format for show command 2018-06-02 20:35:37 +03:00
Grigory Smolkin
448597dc5b tests: remove reliance on implicit immediate recovery target action from tests 2018-05-03 14:12:19 +03:00
Grigory Smolkin
b1f9043564 tests: update tests due to recovery target action been set to "pause" 2018-04-11 19:47:19 +03:00
Grigory Smolkin
541195b597 fix PGPRO-1507: null-sized files were not copied to backup 2018-03-16 11:53:43 +03:00
Grigory Smolkin
83d2fb3061 PGPRO-1457: minor changes proposed by Arthur Zakirov 2018-03-14 18:36:31 +03:00
Grigory Smolkin
e29a5dbe57 PGPRO-1457: new test, minor fixes for tests 2018-03-06 17:08:43 +03:00
Grigory Smolkin
9cdded93ac PGPRO-1457: fix DELTA backup not copiying files created by CREATE DATABASE 2018-03-06 16:10:58 +03:00
Grigory Smolkin
70d7e463bb PGPRO-1457: backup mode DELTA 2018-02-26 17:53:29 +03:00