|
2 | 2 |
|
3 | 3 | from .importinit_test,merge,option_test,show_test,compatibility, \ |
4 | 4 | backup_test,delete_test,delta,restore_test,validate_test, \ |
5 | | -retention_test,pgpro560,pgpro589,false_positive,replica, \ |
| 5 | +retention_test,pgpro560,pgpro589,pgpro2068,false_positive,replica, \ |
6 | 6 | compression,page,ptrack,archive,exclude,cfs_backup,cfs_restore, \ |
7 | 7 | cfs_validate_backup,auth_test,time_stamp,snapfs,logging, \ |
8 | 8 | locking,remote |
@@ -47,18 +47,8 @@ def load_tests(loader, tests, pattern): |
47 | 47 | # ToDo: |
48 | 48 | # archive: |
49 | 49 | # discrepancy of instance`s SYSTEMID and node`s SYSTEMID should lead to archive-push refusal to work |
50 | | -# replica: |
51 | | -# backup should exit with correct error message if some master* option is missing |
52 | | -# --master* options shoukd not work when backuping master |
53 | 50 | # logging: |
54 | 51 | # https://jira.postgrespro.ru/browse/PGPRO-584 |
55 | 52 | # https://jira.postgrespro.ru/secure/attachment/20420/20420_doc_logging.md |
56 | 53 | # archive: |
57 | 54 | # immediate recovery and full recovery |
58 | | -# backward compatibility: |
59 | | -# previous version catalog must be readable by newer version |
60 | | -# incremental chain from previous version can be continued |
61 | | -# backups from previous version can be restored |
62 | | -# 10vanilla_1.3ptrack + |
63 | | -# 10vanilla+ |
64 | | -# 9.6vanilla_1.3ptrack + |