1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-09 14:45:47 +02:00
Commit Graph

53 Commits

Author SHA1 Message Date
Grigory Smolkin
2e9c55f297 [Issue #240] Handle SIGPIPE. Also when remote agent encounters an error condition during exectuion of asynchronous tasks, the error message is saved in global variable and reported when agent status is checked 2021-01-26 15:02:34 +03:00
Grigory Smolkin
8ec995b4b4 tests: fixes for #280 2021-01-26 02:43:31 +03:00
Grigory Smolkin
4e445024f2 [Issue #280] Expand "--force" flag for incremental restore, now in case of system ID mismatch the destination PGDATA will be deleted; the content of the directory, used as destination for tablespace remapping, is now also deleted. Tablespace map is now validated before reading. 2021-01-22 15:56:14 +03:00
Grigory Smolkin
a261a83492 tests: added tests.restore.RestoreTest.test_concurrent_restore 2020-12-05 12:02:58 +03:00
Grigory Smolkin
84e63979cd tests: minor fixes 2020-12-03 21:31:01 +03:00
Grigory Smolkin
d11e3398f0 [Issue #238] in PG>=12 use postgresql.auto.conf for recovery parameters 2020-12-02 18:32:26 +03:00
Grigory Smolkin
1cf233d3a0 [Issue #281] Non-exclusive locking mode for read-only tasks, such as restore and validate 2020-12-01 12:36:36 +03:00
Grigory Smolkin
3c00972bd4 tests: move to python3 2020-10-30 02:47:06 +03:00
Grigory Smolkin
ff2053be21 [Issue #249] added tests.restore.RestoreTest.test_issue_249 2020-08-31 14:02:11 +03:00
Grigory Smolkin
8b8a79f9dc Merge branch 'release_2_4' into issue_66 2020-06-12 02:10:26 +03:00
Grigory Smolkin
4fd6ba14d0 [Issue #226] fix tests 2020-06-12 02:07:29 +03:00
Grigory Smolkin
783f0163ed tests: fixes 2020-06-03 15:28:20 +03:00
Grigory Smolkin
7d0add5ad6 tests: fixes 2020-05-11 21:23:25 +03:00
Grigory Smolkin
2927549456 tests: fixes for 2.3.0 2020-04-29 01:26:56 +03:00
Grigory Smolkin
c50b0b16f0 [Issue #149] test coverage 2020-03-14 21:42:50 +03:00
Grigory Smolkin
86fd79512a [Issue #172] Optimize remote backup in PAGE and PTRACK modes 2020-03-14 14:35:57 +03:00
Grigory Smolkin
d46e96b808 [Issue #171] test coverage 2020-02-23 22:04:14 +03:00
Grigory Smolkin
385c16b0d2 tests: fix elog messages 2020-02-06 21:35:16 +03:00
Grigory Smolkin
9830b629e7 tests: fixes for 9.5 2020-01-07 21:15:53 +03:00
Grigory Smolkin
b7f69ae206 tests: update comments 2019-12-29 21:41:47 +03:00
Grigory Smolkin
68922f2151 tests: various fixes 2019-12-28 18:53:33 +03:00
Alexey Kondratov
64d35c5022 Added support for ptrack 2.0 2019-12-23 18:23:29 +03:00
Grigory Smolkin
7244ee3b86 [Issue #138] always set "restore_command" in recovery.conf if "--restore-command" option is provided 2019-10-30 18:16:00 +03:00
Grigory Smolkin
9a8285441e [Issue #138] test coverage 2019-10-25 19:59:46 +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
a42ebbff0c tests: minor fixes 2019-09-05 11:12:17 +03:00
Grigory Smolkin
b278a2fbf5 tests: minor fixes 2019-08-29 23:05:53 +03:00
Grigory Smolkin
454eeac8f8 tests: added validate.ValidateTest.test_partial_validate_exclude and validate.ValidateTest.test_partial_validate_include 2019-08-09 20:40:01 +03:00
Grigory Smolkin
79f6733469 Merge branch 'master' into issue_79 2019-07-24 00:36:03 +03:00
Grigory Smolkin
db73f84057 [Issue #101] Multiple spelling fixes. Reported by Alexander Lakhin 2019-07-23 20:11:11 +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
ae19a99893 [Issue #79] minor fixes 2019-06-11 09:55:05 +03:00
Grigory Smolkin
e58cf5b776 tests: more tests for partial restore 2019-06-10 21:03:34 +03:00
Grigory Smolkin
a4df3b4178 [Issue #79] added tests for partial restore 2019-06-07 03:18:49 +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
5cf1556984 tests: added restore.RestoreTest.test_lost_non_data_file 2019-05-22 22:15:40 +03:00
Grigory Smolkin
486cdc274b tests: added restore.RestoreTest.test_restore_concurrent_drop_table 2019-05-21 19:29:49 +03:00
Grigory Smolkin
92a73d1ce2 tests: added restore.RestoreTest.test_pg_10_waldir 2019-05-21 19:28:00 +03:00
Grigory Smolkin
c88cf22c13 tests: added restore.RestoreTest.test_pg_11_group_access 2019-05-14 02:28:37 +03:00
Grigory Smolkin
16dca32efd tests minor cleanup 2019-05-07 00:09:27 +03:00
Grigory Smolkin
1e1daa0079 tests: added tests.external.ExternalTest.test_smart_restore_externals 2019-05-06 21:22:16 +03:00
Grigory Smolkin
87f28e76fd tests: added restore.RestoreTest.test_smart_restore 2019-05-06 16:14:24 +03:00
Grigory Smolkin
04af42c241 tests: changes in "init" and "restore" modules for Windows 2019-05-01 02:08:51 +03:00
Grigory Smolkin
6e0d087eb5 tests: minor fixes 2019-04-24 23:39:11 +03:00
Grigory Smolkin
a480a5d275 tests: add more "not empty" tests for tablespaces and externals, remapping included 2019-04-23 17:55:04 +03:00
Grigory Smolkin
1eeff19253 tests: fixes for PG 9.5 2019-04-22 20:52:00 +03:00
Grigory Smolkin
e208e7f191 tests: add more comments in restore module 2019-04-15 19:53:38 +03:00
Grigory Smolkin
4406539528 tests: added restore.RestoreTest.test_restore_target_new_options 2019-04-15 19:02:07 +03:00