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

1593 Commits

Author SHA1 Message Date
Grigory Smolkin
941b9c4267 add TODO to restore comments 2019-03-26 11:32:15 +03:00
Grigory Smolkin
081a0b317c tests: add pgpro2068 2019-03-26 00:55:30 +03:00
Grigory Smolkin
a27cf5911f minor changes to --help about --external-dirs option 2019-03-26 00:54:21 +03:00
Grigory Smolkin
092771792d tests: for pgpro-2573 2019-03-25 17:15:46 +03:00
Arthur Zakirov
55c4ef034c Merge branch 'PGPRO-421' 2019-03-25 16:55:06 +03:00
Grigory Smolkin
87b6b9012a tests: added test_retention_interleaved_incremental_chains 2019-03-25 16:40:41 +03:00
Grigory Smolkin
1923560fd9 tests: rename module retention_test to retention 2019-03-25 16:40:41 +03:00
Grigory Smolkin
038ffd6ace help: update help about --compress option 2019-03-25 16:40:41 +03:00
Grigory Smolkin
7acb351338 tests: added retention.RetentionTest.test_retention_window_4 2019-03-25 16:40:41 +03:00
Arthur Zakirov
afa0081a41 Make parsexlog messages using capital letter 2019-03-25 16:40:41 +03:00
Grigory Smolkin
be3b04b728 tests: minor fixes in page module 2019-03-25 16:40:41 +03:00
Arthur Zakirov
95f4f50c86 PGPRO-1973: Improve XLogWaitForConsistency() verbose message 2019-03-25 16:40:41 +03:00
Arthur Zakirov
a0fa72eeca PGPRO-1973: Report about absent or corrupted WALs only once 2019-03-25 16:40:41 +03:00
Arthur Zakirov
791837627b PGPRO-1973: Add more parallel tests 2019-03-25 16:40:41 +03:00
Arthur Zakirov
1e87dce591 PGPRO-1973: Fix a bug, improve validate tests 2019-03-25 16:40:41 +03:00
Arthur Zakirov
62a2850de0 PGPRO-1973: Add support pthreads for VALIDATE command 2019-03-25 16:40:41 +03:00
Grigory Smolkin
001c0c2670 tests: added test_continue_failed_merge_3(), author Ilya Skvortsov 2019-03-25 16:40:41 +03:00
Grigory Smolkin
db365f1d85 tests: minor fix for test_delete_backup_with_empty_control_file 2019-03-25 16:40:41 +03:00
Arthur Zakirov
012904b1f0 PGPRO-2523: Allow to delete single FULL backup 2019-03-25 16:40:41 +03:00
Arthur Zakirov
2ae1cf0007 PGPRO-2521: Allow to delete backups without or emtpy .control file 2019-03-25 16:40:41 +03:00
Grigory Smolkin
b888f6bdcd tests: added tests.retention_test.RetentionTest.test_retention_window_3 2019-03-25 16:40:41 +03:00
Grigory Smolkin
c02892217f tests: minor fixes for merge module 2019-03-25 16:40:41 +03:00
Grigory Smolkin
58de0dbd35 tests: added tests.merge.MergeTest.test_crash_after_opening_backup_control_2 2019-03-25 16:40:41 +03:00
Grigory Smolkin
596f82faa2 tests: added tests.merge.MergeTest.test_crash_after_opening_backup_control 2019-03-25 16:40:41 +03:00
Grigory Smolkin
385246c49c tests: added delete_test.DeleteTest.test_delete_backup_with_empty_control_file() 2019-03-25 16:40:41 +03:00
Arthur Zakirov
50f11a1fff PGPRO-2079: Use .partial file to write backup configuration files backup.control and backup_content.control 2019-03-25 16:40:41 +03:00
Anastasia
7acccb4220 PGPRO-2413. Use PG_LIBS_INTERNAL instead of PG_LIBS to link with libpq library within build tree 2019-03-25 16:40:41 +03:00
Arthur Zakirov
0253845a35 tests: update help test 2019-03-25 16:40:41 +03:00
Arthur Zakirov
6db82d0bd9 Inherit WAL mode from the PAGE backup 2019-03-25 16:40:41 +03:00
Grigory Smolkin
6f0d7beb9b tests: add test_merge_different_wal_modes 2019-03-25 16:40:41 +03:00
Grigory Smolkin
a8be5ff277 tests: fix gdbobject method continue_execution_until_break() 2019-03-25 16:40:41 +03:00
Arthur Zakirov
5509a4bbe1 PGPRO-421: Use strdup() call 2019-03-25 16:40:41 +03:00
Sergey Cherkashin
d48d4e8abe Fix connection value in check_external_for_tablespaces() 2019-03-25 16:37:53 +03:00
Grigory Smolkin
d1722ea172 tests: added test_retention_interleaved_incremental_chains 2019-03-23 02:16:42 +03:00
Grigory Smolkin
aaf19f3ea3 tests: rename module retention_test to retention 2019-03-22 22:14:58 +03:00
Sergey Cherkashin
fc1ae6fba0 Check if external directory contains tablespace 2019-03-19 19:19:50 +03:00
Grigory Smolkin
3ace1e7392 help: update help about --compress option 2019-03-16 15:38:13 +03:00
Grigory Smolkin
8949abb278 tests: added retention.RetentionTest.test_retention_window_4 2019-03-15 18:26:02 +03:00
Arthur Zakirov
202c88b8a1 Merge branch 'pgpro-1973' 2019-03-15 11:45:41 +03:00
Arthur Zakirov
e9c92c24e8 Make parsexlog messages using capital letter 2019-03-14 18:59:31 +03:00
Grigory Smolkin
fa625dba02 tests: minor fixes in page module 2019-03-14 17:55:46 +03:00
Arthur Zakirov
a8dcbbf04f PGPRO-1973: Improve XLogWaitForConsistency() verbose message 2019-03-14 14:24:18 +03:00
Grigory Smolkin
89366b3fe8 tests: added test_external_backward_compatibility_merge* tests 2019-03-13 18:38:42 +03:00
Arthur Zakirov
98dba08d52 PGPRO-1973: Report about absent or corrupted WALs only once 2019-03-13 17:16:05 +03:00
Grigory Smolkin
78a6ede9f0 tests: minor fix in external.ExternalTest.test_external_simple 2019-03-13 16:57:04 +03:00
Grigory Smolkin
1f2760c1f7 tests: added tests.external.ExternalTest.test_external_dir_is_tablespace 2019-03-12 22:16:58 +03:00
Grigory Smolkin
25d9ce9d76 tests: added test_continue_failed_merge_3(), author Ilya Skvortsov 2019-03-12 21:44:40 +03:00
Grigory Smolkin
ea270f6f96 tests: minor fix for test_delete_backup_with_empty_control_file 2019-03-12 17:46:30 +03:00
Arthur Zakirov
c2936e95b7 PGPRO-2523: Allow to delete single FULL backup 2019-03-12 14:58:00 +03:00
Arthur Zakirov
182fc7dfe1 PGPRO-2521: Allow to delete backups without or emtpy .control file 2019-03-12 13:57:40 +03:00