1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-05 11:00:22 +02:00
Commit Graph

149 Commits

Author SHA1 Message Date
Grigory Smolkin
066bb50274 tests: added tests.ptrack.PtrackTest.test_ptrack_stop_pg 2020-08-19 14:05:55 +03:00
Grigory Smolkin
f3248993c5 [Issue #228] minor fixes in tests 2020-06-22 16:58:24 +03:00
Grigory Smolkin
6f89a53ce0 tests: for basic smoke tests avoid crashish of PostgreSQL cluster when cleaning up test directories 2020-06-19 10:39:29 +03:00
Alexey Kondratov
583ffaaa30 Teach pg_probackup to work with ptrack 2.1 2020-05-21 13:59:44 +03:00
Grigory Smolkin
853d68522f tests: disable autostart 2020-04-29 03:09:57 +03:00
Grigory Smolkin
2927549456 tests: fixes for 2.3.0 2020-04-29 01:26:56 +03:00
Grigory Smolkin
bebdef6c16 tests: fixes 2020-04-22 01:17:06 +03:00
gsmol
498134fe12
Merge pull request #196 from kuzmindb/issue_181
Issue 181
2020-04-21 02:14:36 +03:00
Grigory Smolkin
aa27b53f9d [Issue #177] added test tests.archive.ArchiveTest.test_archive_show_partial_files_handling 2020-04-20 18:49:46 +03:00
Dmitriy Kuzmin
3fd92c629a add probackup_version attribute to tests 2020-04-20 23:47:16 +10:00
Grigory Smolkin
23532e8bac [Issue #183] test coverage 2020-04-20 14:11:20 +03:00
Grigory Smolkin
703d311b4b [Issue #185] archive-get refactoring: multi-threading, batching, prefetchin, retrying and handling of '.partial' files 2020-04-17 03:40:23 +03:00
Grigory Smolkin
a196073944 [Issue #174] archive-push improvements: batching, multi-thread support, checksum computation on remote agent, use O_EXCL flag, --no-sync flag support 2020-03-25 00:19:46 +03:00
Grigory Smolkin
b15c7f1587 [Issue #169] test coverage 2020-02-21 22:19:52 +03:00
Grigory Smolkin
75fefb0858 tests: minor fixes 2019-12-24 15:03:59 +03:00
Alexey Kondratov
64d35c5022 Added support for ptrack 2.0 2019-12-23 18:23:29 +03:00
Grigory Smolkin
9a8285441e [Issue #138] test coverage 2019-10-25 19:59:46 +03:00
Grigory Smolkin
5196fb25ec tests: fixes 2019-10-21 13:46:48 +03:00
Grigory Smolkin
effea35742 tests: support PG12 2019-10-19 09:48:35 +03:00
Grigory Smolkin
23f7e11544 tests: minor fixes 2019-10-09 13:23:14 +03:00
Grigory Smolkin
1d8a654726 [Issue #127] WAL retention 2019-10-08 17:47:41 +03:00
Grigory Smolkin
c4b49c6abb [Issue #68] the backup pinning 2019-10-07 14:28:03 +03:00
Grigory Smolkin
6062362519 tests: fixes 2019-10-04 10:36:56 +03:00
Grigory Smolkin
d34a6a3ad8 [Issue #116] WAL archive information 2019-09-17 17:35:27 +03:00
Grigory Smolkin
2413516389 tests: added set_auto_conf() 2019-09-14 02:49:41 +03:00
Grigory Smolkin
a42ebbff0c tests: minor fixes 2019-09-05 11:12:17 +03:00
Grigory Smolkin
8c570b57f1 tests: detect missing backup in case of using "show" with "--backup-id" option 2019-08-28 20:08:42 +03:00
Grigory Smolkin
8623628839 Merge branch 'master' into issue_79 2019-07-30 16:02:28 +03:00
Grigory Smolkin
cbef806824 tests: minor fix 2019-07-27 05:57:52 +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
69eed7acb5 tests: minor fixes for "archive" module 2019-07-15 19:24:31 +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
cb37bf8ecb Merge branch 'master' into issue_79 2019-06-10 21:00:58 +03:00
Grigory Smolkin
dd2d85d11f tests: added truncate_every_file_in_dir 2019-06-10 20:56:01 +03:00
Grigory Smolkin
a4df3b4178 [Issue #79] added tests for partial restore 2019-06-07 03:18:49 +03:00
Grigory Smolkin
513bc487c2 tests: remove psycopg2 2019-06-01 15:00:32 +03:00
Grigory Smolkin
64d0443057 tests: add property pg_config_version 2019-05-24 00:40:42 +03:00
Grigory Smolkin
aa1812eec1 tests: added tests.delete.DeleteTest.test_delete_wal_between_multiple_timelines 2019-05-18 18:44:05 +03:00
Grigory Smolkin
c88cf22c13 tests: added restore.RestoreTest.test_pg_11_group_access 2019-05-14 02:28:37 +03:00
Grigory Smolkin
87f28e76fd tests: added restore.RestoreTest.test_smart_restore 2019-05-06 16:14:24 +03:00
Grigory Smolkin
10229f710f tests: fix test_restore_external_dir_is_missing and test_restore_external_dir_is_empty and add test_restore_external_dir_string_order 2019-04-28 01:06:15 +03:00
Grigory Smolkin
e0d6c6bfc0 tests: added test_unlink_rotation_file 2019-04-19 15:55:03 +03:00
Grigory Smolkin
d27ab77920 tests: checkdb tests added 2019-04-19 01:52:41 +03:00
Anastasia
6d0059092c Merge branch 'master' into pgpro-2065 2019-04-17 17:20:33 +03:00
Grigory Smolkin
5b4685eb3a tests: fix missing _ptrack fork for 0 sized relations 2019-04-17 02:13:56 +03:00
Anastasia
ce29d91957 Merge master into pgpro-2065. Resolve conflicts.
TODO: review compatibility of checkdb and remote backup
2019-04-16 16:33:03 +03:00
Arthur Zakirov
c440ab0f45 Merge remote-tracking branch 'origin/remote_pull' 2019-04-16 13:24:02 +03:00
Arthur Zakirov
eec03820e4 Merge branch 'pbckp-36' 2019-04-16 11:33:08 +03:00
Grigory Smolkin
97e6182ca1 tests: fix header size for EE versions >= 10 2019-04-15 17:55:13 +03:00