1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m py.test tests
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
7 collecting ... collected 1400 items
9 tests/storage/test_file_stats.py::TestFileStats::test_file_exists_false PASSED
10 tests/storage/test_local_file_manager.py::TestLocalFileManager::test_file_exists_false PASSED
11 tests/storage/test_local_file_manager.py::TestLocalFileManager::test_file_exist_true PASSED
12 tests/storage/test_local_file_manager.py::TestLocalFileManager::test_get_file_stats_file_not_found PASSED
13 tests/storage/test_local_file_manager.py::TestLocalFileManager::test_get_file_stats PASSED
14 tests/storage/test_local_file_manager.py::TestLocalFileManager::test_get_file_list PASSED
15 tests/storage/test_local_file_manager.py::TestLocalFileManager::test_get_file_content_string_mode PASSED
16 tests/storage/test_local_file_manager.py::TestLocalFileManager::test_get_file_content_binary_mode PASSED
17 tests/storage/test_local_file_manager.py::TestLocalFileManager::test_save_content_to_file_string_mode PASSED
18 tests/storage/test_local_file_manager.py::TestLocalFileManager::test_save_content_to_file_binary_mode PASSED
19 tests/test_annotations.py::TestAnnotationManagerFile::test_get_annotation_missing_backup PASSED
20 tests/test_annotations.py::TestAnnotationManagerFile::test_get_annotation_missing_annotation PASSED
21 tests/test_annotations.py::TestAnnotationManagerFile::test_get_annotation PASSED
22 tests/test_annotations.py::TestAnnotationManagerFile::test_get_one_of_many_annotation PASSED
23 tests/test_annotations.py::TestAnnotationManagerFile::test_put_annotation PASSED
24 tests/test_annotations.py::TestAnnotationManagerFile::test_put_annotation_is_idempotent PASSED
25 tests/test_annotations.py::TestAnnotationManagerFile::test_put_annotation_overwrite PASSED
26 tests/test_annotations.py::TestAnnotationManagerFile::test_put_multiple_annotations PASSED
27 tests/test_annotations.py::TestAnnotationManagerFile::test_put_annotation_for_missing_backup PASSED
28 tests/test_annotations.py::TestAnnotationManagerFile::test_delete_annotation PASSED
29 tests/test_annotations.py::TestAnnotationManagerFile::test_delete_one_of_many_annotations SKIPPED
30 tests/test_annotations.py::TestAnnotationManagerFile::test_delete_is_idempotent PASSED
31 tests/test_annotations.py::TestAnnotationManagerCloud::test__get_annotation_path PASSED
32 tests/test_annotations.py::TestAnnotationManagerCloud::test__get_annotation_path_with_cloud_interface_path PASSED
33 tests/test_annotations.py::TestAnnotationManagerCloud::test_get_missing_annotation PASSED
34 tests/test_annotations.py::TestAnnotationManagerCloud::test_get_missing_annotation_cache_optimisation PASSED
35 tests/test_annotations.py::TestAnnotationManagerCloud::test_get_missing_annotation_bypass_cache_optimisation PASSED
36 tests/test_annotations.py::TestAnnotationManagerCloud::test_get_annotation PASSED
37 tests/test_annotations.py::TestAnnotationManagerCloud::test_put_annotation PASSED
38 tests/test_annotations.py::TestAnnotationManagerCloud::test_delete_annotation PASSED
39 tests/test_annotations.py::TestKeepManagerMixin::test_file_backend PASSED
40 tests/test_annotations.py::TestKeepManagerMixin::test_cloud_backend PASSED
41 tests/test_annotations.py::TestKeepManagerMixin::test_should_keep_backup_false PASSED
42 tests/test_annotations.py::TestKeepManagerMixin::test_should_keep_backup_true PASSED
43 tests/test_annotations.py::TestKeepManagerMixin::test_get_keep_missing PASSED
44 tests/test_annotations.py::TestKeepManagerMixin::test_get_keep_target_standalone PASSED
45 tests/test_annotations.py::TestKeepManagerMixin::test_get_keep_target_full PASSED
46 tests/test_annotations.py::TestKeepManagerMixin::test_get_keep_target_unsupported PASSED
47 tests/test_annotations.py::TestKeepManagerMixin::test_release_keep PASSED
48 tests/test_annotations.py::TestKeepManagerMixin::test_release_when_no_keep PASSED
49 tests/test_annotations.py::TestKeepManagerMixinCloud::test_should_keep_backup_passes_use_cache_option PASSED
50 tests/test_annotations.py::TestKeepManagerMixinCloud::test_get_keep_target_passes_use_cache_option PASSED
51 tests/test_backup.py::TestBackup::test_backup_maximum_age PASSED
52 tests/test_backup.py::TestBackup::test_keyboard_interrupt PASSED
53 tests/test_backup.py::TestBackup::test_dateutil_parser PASSED
54 tests/test_backup.py::TestBackup::test_delete_backup PASSED
55 tests/test_backup.py::TestBackup::test_set_backup_sizes[True] PASSED
56 tests/test_backup.py::TestBackup::test_set_backup_sizes[False] PASSED
57 tests/test_backup.py::TestBackup::test_available_backups PASSED
58 tests/test_backup.py::TestBackup::test_load_backup_cache PASSED
59 tests/test_backup.py::TestBackup::test_backup_cache_add PASSED
60 tests/test_backup.py::TestBackup::test_backup_cache_remove PASSED
61 tests/test_backup.py::TestBackup::test_get_backup PASSED
62 tests/test_backup.py::TestBackup::test_check_redundancy PASSED
63 tests/test_backup.py::TestBackup::test_get_latest_archived_wals_info PASSED
64 tests/test_backup.py::TestBackup::test_backup_manager_has_keep_manager_capability PASSED
65 tests/test_backup.py::TestBackup::test_cron_retention_only_deletes_OBSOLETE_backups PASSED
66 tests/test_backup.py::TestBackup::test_cron_retention_skip_OBSOLETE_backups_if_lock PASSED
67 tests/test_backup.py::TestBackup::test_cron_retention_obsoletes_backups_with_delete_annotation PASSED
68 tests/test_backup.py::TestBackup::test_cron_retention_orphan_backup_warning PASSED
69 tests/test_backup.py::TestBackup::test_backup_with_name[True] PASSED
70 tests/test_backup.py::TestBackup::test_backup_with_name[False] PASSED
71 tests/test_backup.py::TestBackup::test_backup_without_name[True] PASSED
72 tests/test_backup.py::TestBackup::test_backup_without_name[False] PASSED
73 tests/test_backup.py::TestBackup::test_backup_without_parent_backup_id PASSED
74 tests/test_backup.py::TestBackup::test_backup_with_parent_backup_id PASSED
75 tests/test_backup.py::TestBackup::test_validate_backup_args PASSED
76 tests/test_backup.py::TestBackup::test_validate_incremental_backup_configs_pg_version PASSED
77 tests/test_backup.py::TestBackup::test_validate_incremental_backup_configs_summarize_wal PASSED
78 tests/test_backup.py::TestBackup::test_validate_incremental_backup_configs_backup_compression[gzip-gzip] PASSED
79 tests/test_backup.py::TestBackup::test_validate_incremental_backup_configs_backup_compression[gzip-None] PASSED
80 tests/test_backup.py::TestBackup::test_validate_incremental_backup_configs_backup_compression[None-gzip] PASSED
81 tests/test_backup.py::TestBackup::test_validate_incremental_backup_configs_backup_compression[None-None] PASSED
82 tests/test_backup.py::TestBackup::test_get_last_full_backup_id PASSED
83 tests/test_backup.py::TestBackup::test_backup_fsync_and_set_sizes PASSED
84 tests/test_backup.py::TestWalCleanup::test_delete_no_wal_cleanup_if_not_oldest_backup PASSED
85 tests/test_backup.py::TestWalCleanup::test_delete_wal_cleanup PASSED
86 tests/test_backup.py::TestWalCleanup::test_delete_wal_cleanup_last_backup PASSED
87 tests/test_backup.py::TestWalCleanup::test_delete_wal_cleanup_preserves_history_files PASSED
88 tests/test_backup.py::TestWalCleanup::test_delete_no_wal_cleanup_if_oldest_is_keep_full PASSED
89 tests/test_backup.py::TestWalCleanup::test_delete_no_wal_cleanup_if_oldest_remaining_is_keep_standalone PASSED
90 tests/test_backup.py::TestWalCleanup::test_delete_by_retention_wal_cleanup_if_oldest_is_keep_standalone PASSED
91 tests/test_backup.py::TestWalCleanup::test_delete_by_retention_wal_cleanup_if_all_oldest_are_keep_standalone PASSED
92 tests/test_backup.py::TestWalCleanup::test_delete_wal_cleanup_if_oldest_two_nokeep_and_standalone PASSED
93 tests/test_backup.py::TestWalCleanup::test_delete_no_wal_cleanup_if_oldest_two_full_and_standalone PASSED
94 tests/test_backup.py::TestWalCleanup::test_delete_by_retention_wal_cleanup_preserves_backup_wal PASSED
95 tests/test_backup.py::TestVerifyBackup::test_verify_backup_nominal PASSED
96 tests/test_backup.py::TestVerifyBackup::test_verify_backup_exec_not_found PASSED
97 tests/test_backup.py::TestVerifyBackup::test_verify_backup_failed_cmd PASSED
98 tests/test_backup.py::TestSnapshotBackup::test_snapshot_backup_method PASSED
99 tests/test_backup.py::TestSnapshotBackup::test_snapshot_delete PASSED
100 tests/test_backup_manifest.py::TestFileIdentity::test_get_relative_path[test_case0] PASSED
101 tests/test_backup_manifest.py::TestFileIdentity::test_get_relative_path[test_case1] PASSED
102 tests/test_backup_manifest.py::TestFileIdentity::test_get_relative_path[test_case2] PASSED
103 tests/test_backup_manifest.py::TestFileIdentity::test_get_relative_path_error PASSED
104 tests/test_backup_manifest.py::TestFileIdentity::test_get_value PASSED
105 tests/test_backup_manifest.py::TestBackupManifest::test_get_manifest_file_path PASSED
106 tests/test_backup_manifest.py::TestBackupManifest::test_create_files_metadata PASSED
107 tests/test_backup_manifest.py::TestBackupManifest::test_create_backup_manifest PASSED
108 tests/test_backup_manifest.py::TestBackupManifest::test_manifest_already_exist PASSED
109 tests/test_backup_manifest.py::TestBackupManifest::test_auto_backup_manifest PASSED
110 tests/test_backup_manifest.py::TestBackupManifest::test_auto_backup_manifest_disabled PASSED
111 tests/test_backup_strategy.py::TestPostgresBackupStrategy::test_stop_backup_sets_backup_info[None-tar-False] PASSED
112 tests/test_backup_strategy.py::TestPostgresBackupStrategy::test_stop_backup_sets_backup_info[None-plain-False] PASSED
113 tests/test_backup_strategy.py::TestPostgresBackupStrategy::test_stop_backup_sets_backup_info[gzip-tar-True] PASSED
114 tests/test_backup_strategy.py::TestPostgresBackupStrategy::test_stop_backup_sets_backup_info[gzip-plain-False] PASSED
115 tests/test_backup_strategy.py::TestPostgresBackupStrategy::test_read_backup_label_from_compressed_backup PASSED
116 tests/test_backup_strategy.py::TestPostgresBackupStrategy::test_read_backup_label_from_compressed_backup_not_found PASSED
117 tests/test_backup_strategy.py::TestPostgresBackupStrategy::test_read_backup_label_from_uncompressed_backup PASSED
118 tests/test_barman_cloud_backup.py::TestCloudBackup::test_uses_postgres_backup_uploader[barman_cloud_args0-107374182400-None-None] PASSED
119 tests/test_barman_cloud_backup.py::TestCloudBackup::test_uses_postgres_backup_uploader[barman_cloud_args1-10737418240-None-None] PASSED
120 tests/test_barman_cloud_backup.py::TestCloudBackup::test_uses_postgres_backup_uploader[barman_cloud_args2-107374182400-52428800-None] PASSED
121 tests/test_barman_cloud_backup.py::TestCloudBackup::test_uses_postgres_backup_uploader[barman_cloud_args3-10737418240-52428800-None] PASSED
122 tests/test_barman_cloud_backup.py::TestCloudBackup::test_uses_postgres_backup_uploader[barman_cloud_args4-107374182400-None-83886080] PASSED
123 tests/test_barman_cloud_backup.py::TestCloudBackup::test_uses_postgres_backup_uploader[barman_cloud_args5-10737418240-52428800-83886080] PASSED
124 tests/test_barman_cloud_backup.py::TestCloudBackup::test_name_option_success PASSED
125 tests/test_barman_cloud_backup.py::TestCloudBackup::test_name_option_validation_failure[latest-reserved word] PASSED
126 tests/test_barman_cloud_backup.py::TestCloudBackup::test_name_option_validation_failure[last-reserved word] PASSED
127 tests/test_barman_cloud_backup.py::TestCloudBackup::test_name_option_validation_failure[oldest-reserved word] PASSED
128 tests/test_barman_cloud_backup.py::TestCloudBackup::test_name_option_validation_failure[first-reserved word] PASSED
129 tests/test_barman_cloud_backup.py::TestCloudBackup::test_name_option_validation_failure[last-failed-reserved word] PASSED
130 tests/test_barman_cloud_backup.py::TestCloudBackup::test_name_option_validation_failure[20201110T120000-backup ID] PASSED
131 tests/test_barman_cloud_backup.py::TestCloudBackup::test_unsupported_snapshot_args[snapshot_args0-Incomplete options for snapshot backup - missing: gcp_zone] SKIPPED
132 tests/test_barman_cloud_backup.py::TestCloudBackup::test_unsupported_snapshot_args[snapshot_args1-Incomplete options for snapshot backup - missing: snapshot_disks] SKIPPED
133 tests/test_barman_cloud_backup.py::TestCloudBackup::test_unsupported_snapshot_args[snapshot_args2-Incomplete options for snapshot backup - missing: snapshot_instance] SKIPPED
134 tests/test_barman_cloud_backup.py::TestCloudBackup::test_unsupported_snapshot_args[snapshot_args3-Compression options cannot be used with snapshot backups] SKIPPED
135 tests/test_barman_cloud_backup.py::TestCloudBackup::test_unsupported_snapshot_args[snapshot_args4---gcp-project option must be set for snapshot backups when cloud provider is google-cloud-storage] SKIPPED
136 tests/test_barman_cloud_backup.py::TestCloudBackup::test_unsupported_snapshot_args[snapshot_args5---azure-subscription-id option must be set for snapshot backups when cloud provider is azure-blob-storage] SKIPPED
137 tests/test_barman_cloud_backup.py::TestCloudBackup::test_unsupported_snapshot_args[snapshot_args6-Incomplete options for snapshot backup - missing: azure_resource_group] SKIPPED
138 tests/test_barman_cloud_backup.py::TestCloudBackup::test_uses_snapshot_backup_uploader PASSED
139 tests/test_barman_cloud_backup.py::TestCloudBackup::test_aws_encryption_args[aws_cli_args0-expected_cloud_interface_kwargs0] SKIPPED
140 tests/test_barman_cloud_backup.py::TestCloudBackup::test_aws_encryption_args[aws_cli_args1-expected_cloud_interface_kwargs1] SKIPPED
141 tests/test_barman_cloud_backup.py::TestCloudBackup::test_gcp_encryption_args[gcp_cli_args0-expected_cloud_interface_kwargs0] SKIPPED
142 tests/test_barman_cloud_backup.py::TestCloudBackup::test_gcp_encryption_args[gcp_cli_args1-expected_cloud_interface_kwargs1] SKIPPED
143 tests/test_barman_cloud_backup.py::TestCloudBackupHookScript::test_uses_barman_backup_uploader_when_running_as_hook[barman_cloud_args0-107374182400-None-None] PASSED
144 tests/test_barman_cloud_backup.py::TestCloudBackupHookScript::test_uses_barman_backup_uploader_when_running_as_hook[barman_cloud_args1-10737418240-None-None] PASSED
145 tests/test_barman_cloud_backup.py::TestCloudBackupHookScript::test_uses_barman_backup_uploader_when_running_as_hook[barman_cloud_args2-107374182400-52428800-None] PASSED
146 tests/test_barman_cloud_backup.py::TestCloudBackupHookScript::test_uses_barman_backup_uploader_when_running_as_hook[barman_cloud_args3-10737418240-52428800-None] PASSED
147 tests/test_barman_cloud_backup.py::TestCloudBackupHookScript::test_uses_barman_backup_uploader_when_running_as_hook[barman_cloud_args4-107374182400-None-83886080] PASSED
148 tests/test_barman_cloud_backup.py::TestCloudBackupHookScript::test_uses_barman_backup_uploader_when_running_as_hook[barman_cloud_args5-10737418240-52428800-83886080] PASSED
149 tests/test_barman_cloud_backup.py::TestCloudBackupHookScript::test_uses_barman_backup_uploader_when_running_as_retry_hook PASSED
150 tests/test_barman_cloud_backup.py::TestCloudBackupHookScript::test_error_if_backup_dir_not_provided PASSED
151 tests/test_barman_cloud_backup.py::TestCloudBackupHookScript::test_error_if_backup_id_not_provided PASSED
152 tests/test_barman_cloud_backup.py::TestCloudBackupHookScript::test_error_if_running_as_unsupported_phase PASSED
153 tests/test_barman_cloud_backup.py::TestCloudBackupHookScript::test_error_if_running_as_unsupported_hook PASSED
154 tests/test_barman_cloud_backup.py::TestCloudBackupHookScript::test_error_if_backup_status_is_not_DONE PASSED
155 tests/test_barman_cloud_backup.py::TestCloudBackupHookScript::test_error_if_backup_name_set_when_hook_script PASSED
156 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDeleteArguments::test_fails_if_no_backup_id_or_policy_is_provided PASSED
157 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDeleteArguments::test_exits_on_connectivity_test PASSED
158 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_fails_on_connectivity_test_failure PASSED
159 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_fails_if_bucket_not_found PASSED
160 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_single_backup[20210723T095432] PASSED
161 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_single_backup[backup name] PASSED
162 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_keep_single_backup_minimum_redundancy PASSED
163 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_by_recovery_window_policy_with_redundancy[0-3] PASSED
164 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_by_recovery_window_policy_with_redundancy[1-3] PASSED
165 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_by_recovery_window_policy_with_redundancy[2-2] PASSED
166 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_by_recovery_window_policy_with_redundancy[3-1] PASSED
167 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_by_recovery_window_policy_with_redundancy[4-0] PASSED
168 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_by_redundancy_policy_with_minimum_redundancy[0-3] PASSED
169 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_by_redundancy_policy_with_minimum_redundancy[1-3] PASSED
170 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_by_redundancy_policy_with_minimum_redundancy[2-2] PASSED
171 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_by_redundancy_policy_with_minimum_redundancy[3-1] PASSED
172 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_by_redundancy_policy_with_minimum_redundancy[4-0] PASSED
173 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_snapshot_backup PASSED
174 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_snapshot_backup_dry_run PASSED
175 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_archival_backup[20210723T095432] PASSED
176 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_archival_backup[backup name] PASSED
177 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_missing_files[20210723T095432] PASSED
178 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_missing_files[backup name] PASSED
179 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_missing_files_with_additional_files[20210723T095432] PASSED
180 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_missing_files_with_additional_files[backup name] PASSED
181 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_additional_files[20210723T095432] PASSED
182 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_additional_files[backup name] PASSED
183 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_one_of_multiple_backups[20210723T095432] PASSED
184 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_one_of_multiple_backups[backup name] PASSED
185 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_deletion_of_missing_backup PASSED
186 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_by_redundancy_policy PASSED
187 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_by_redundancy_policy_preserves_archival_backups PASSED
188 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_by_recovery_window_policy PASSED
189 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_by_recovery_window_policy_preserves_archival_backups PASSED
190 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_by_redundancy_policy_no_obsolete_backups PASSED
191 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_delete_by_unsupported_redundancy_policy PASSED
192 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_error_on_delete PASSED
193 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_error_when_listing_backups PASSED
194 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_no_wal_cleanup_when_older_backups_left PASSED
195 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wals_cleaned_up_after_deleting_only_backup PASSED
196 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wals_cleaned_up_after_deleting_oldest_backup PASSED
197 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_history_files_preserved_when_cleaning_up_wals PASSED
198 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_no_backups_or_wals_deleted_when_dry_run_set PASSED
199 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wals_cleaned_up_after_deleting_by_retention_policy PASSED
200 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wals_on_other_timelines_are_preserved PASSED
201 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wals_are_preserved_if_older_backup_exists_on_alt_timeline PASSED
202 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wals_on_timelines_with_no_backups_are_deleted PASSED
203 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_no_wal_cleanup_when_oldest_is_keep_full PASSED
204 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_no_wal_cleanup_when_oldest_is_keep_standalone PASSED
205 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wals_cleanup_when_oldest_is_keep_standalone_deletion_by_retention PASSED
206 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wals_cleanup_when_all_oldest_are_keep_standalone_deletion_by_retention PASSED
207 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wals_cleanup_when_oldest_two_nokeep_and_standalone_deletion_by_retention PASSED
208 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_no_wal_cleanup_when_oldest_two_full_and_standalone PASSED
209 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_backup_wal_preserved_when_oldest_is_keep_standalone_deletion_by_retention PASSED
210 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_error_on_delete_wal PASSED
211 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_error_on_list_wal PASSED
212 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wal_prefix_bulk_deletion[wal_catalog0-backups0-delete_args0-expected_backup_deletions0-expected_prefix_deletions0-expected_wal_deletions0] PASSED
213 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wal_prefix_bulk_deletion[wal_catalog1-backups1-delete_args1-expected_backup_deletions1-expected_prefix_deletions1-expected_wal_deletions1] PASSED
214 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wal_prefix_bulk_deletion[wal_catalog2-backups2-delete_args2-expected_backup_deletions2-expected_prefix_deletions2-expected_wal_deletions2] PASSED
215 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wal_prefix_bulk_deletion[wal_catalog3-backups3-delete_args3-expected_backup_deletions3-expected_prefix_deletions3-expected_wal_deletions3] PASSED
216 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wal_prefix_bulk_deletion[wal_catalog4-backups4-delete_args4-expected_backup_deletions4-expected_prefix_deletions4-expected_wal_deletions4] PASSED
217 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wal_prefix_bulk_deletion[wal_catalog5-backups5-delete_args5-expected_backup_deletions5-expected_prefix_deletions5-expected_wal_deletions5] PASSED
218 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wal_prefix_bulk_deletion[wal_catalog6-backups6-delete_args6-expected_backup_deletions6-expected_prefix_deletions6-expected_wal_deletions6] PASSED
219 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wal_prefix_bulk_deletion[wal_catalog7-backups7-delete_args7-expected_backup_deletions7-expected_prefix_deletions7-expected_wal_deletions7] PASSED
220 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wal_prefix_bulk_deletion_not_implemented PASSED
221 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wal_prefix_deletion_failure[0000000100000000] PASSED
222 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wal_prefix_deletion_failure[wals/00000000100000000/] PASSED
223 tests/test_barman_cloud_backup_delete.py::TestCloudBackupDelete::test_wal_prefix_deletion_failure[wals/notevenclose/] PASSED
224 tests/test_barman_cloud_backup_keep.py::TestCloudBackupKeepArguments::test_fails_if_no_backup_id_provided PASSED
225 tests/test_barman_cloud_backup_keep.py::TestCloudBackupKeepArguments::test_add_keep_fails_if_no_target_release_or_status_is_provided PASSED
226 tests/test_barman_cloud_backup_keep.py::TestCloudBackupKeepArguments::test_exits_on_connectivity_test PASSED
227 tests/test_barman_cloud_backup_keep.py::TestCloudBackupKeepArguments::test_exits_on_unsupported_target PASSED
228 tests/test_barman_cloud_backup_keep.py::TestCloudBackupKeep::test_fails_on_connectivity_test_failure PASSED
229 tests/test_barman_cloud_backup_keep.py::TestCloudBackupKeep::test_fails_if_bucket_not_found PASSED
230 tests/test_barman_cloud_backup_keep.py::TestCloudBackupKeep::test_barman_keep_target PASSED
231 tests/test_barman_cloud_backup_keep.py::TestCloudBackupKeep::test_barman_keep_backup_name PASSED
232 tests/test_barman_cloud_backup_keep.py::TestCloudBackupKeep::test_barman_keep_fails_if_backup_status_not_done PASSED
233 tests/test_barman_cloud_backup_keep.py::TestCloudBackupKeep::test_barman_keep_release PASSED
234 tests/test_barman_cloud_backup_keep.py::TestCloudBackupKeep::test_barman_keep_status PASSED
235 tests/test_barman_cloud_backup_keep.py::TestCloudBackupKeep::test_barman_keep_status_nokeep PASSED
236 tests/test_barman_cloud_backup_list.py::TestCloudBackupList::test_cloud_backup_list PASSED
237 tests/test_barman_cloud_check_wal_archive.py::TestCloudCheckWalArchive::test_exits_on_connectivity_test PASSED
238 tests/test_barman_cloud_check_wal_archive.py::TestCloudCheckWalArchive::test_check_wal_archive_no_args PASSED
239 tests/test_barman_cloud_check_wal_archive.py::TestCloudCheckWalArchive::test_check_wal_archive_missing_bucket PASSED
240 tests/test_barman_cloud_check_wal_archive.py::TestCloudCheckWalArchive::test_check_wal_archive_args PASSED
241 tests/test_barman_cloud_check_wal_archive.py::TestCloudCheckWalArchive::test_check_wal_archive_content_error PASSED
242 tests/test_barman_cloud_check_wal_archive.py::TestCloudCheckWalArchive::test_check_wal_archive_exception PASSED
243 tests/test_barman_cloud_check_wal_archive.py::TestCloudCheckWalArchive::test_check_wal_archive_failed_connectivity PASSED
244 tests/test_barman_cloud_restore.py::TestCloudRestore::test_cloud_backup_restore_missing_backup PASSED
245 tests/test_barman_cloud_restore.py::TestCloudRestore::test_restore_calls_backup_downloader_with_parsed_id[20201110T120000-20201110T120000] PASSED
246 tests/test_barman_cloud_restore.py::TestCloudRestore::test_restore_calls_backup_downloader_with_parsed_id[backup name-20201110T120000] PASSED
247 tests/test_barman_cloud_restore.py::TestCloudRestore::test_unsupported_snapshot_args[gcp-snapshot_args0-Incomplete options for snapshot restore - missing: snapshot_recovery_instance, gcp_zone] SKIPPED
248 tests/test_barman_cloud_restore.py::TestCloudRestore::test_unsupported_snapshot_args[gcp-snapshot_args1-Incomplete options for snapshot restore - missing: gcp_zone] SKIPPED
249 tests/test_barman_cloud_restore.py::TestCloudRestore::test_unsupported_snapshot_args[gcp-snapshot_args2-Incomplete options for snapshot restore - missing: snapshot_recovery_instance] SKIPPED
250 tests/test_barman_cloud_restore.py::TestCloudRestore::test_unsupported_snapshot_args[azure-snapshot_args3-Incomplete options for snapshot restore - missing: snapshot_recovery_instance, azure_resource_group] SKIPPED
251 tests/test_barman_cloud_restore.py::TestCloudRestore::test_unsupported_snapshot_args[azure-snapshot_args4-Incomplete options for snapshot restore - missing: azure_resource_group] SKIPPED
252 tests/test_barman_cloud_restore.py::TestCloudRestore::test_unsupported_snapshot_args[azure-snapshot_args5-Incomplete options for snapshot restore - missing: snapshot_recovery_instance] SKIPPED
253 tests/test_barman_cloud_restore.py::TestCloudRestore::test_unsupported_snapshot_args[gcp-snapshot_args6-Backup {backup_id} is a snapshot backup therefore tablespace relocation rules cannot be used.] SKIPPED
254 tests/test_barman_cloud_restore.py::TestCloudRestore::test_unsupported_snapshot_args[azure-snapshot_args7-Backup {backup_id} is a snapshot backup therefore tablespace relocation rules cannot be used.] SKIPPED
255 tests/test_barman_cloud_restore.py::TestCloudRestore::test_unsupported_snapshot_args[aws-snapshot_args8-Backup {backup_id} is a snapshot backup therefore tablespace relocation rules cannot be used.] SKIPPED
256 tests/test_barman_cloud_restore.py::TestCloudRestore::test_restore_snapshots_backup[gcp-provider_args0] PASSED
257 tests/test_barman_cloud_restore.py::TestCloudRestore::test_restore_snapshots_backup[azure-provider_args1] PASSED
258 tests/test_barman_cloud_restore.py::TestCloudRestore::test_restore_snapshots_backup[aws-provider_args2] PASSED
259 tests/test_barman_cloud_restore.py::TestCloudBackupDownloaderObjectStore::test_download_backup PASSED
260 tests/test_barman_cloud_restore.py::TestCloudBackupDownloaderObjectStore::test_download_backup_recovery_dir_exists PASSED
261 tests/test_barman_cloud_restore.py::TestCloudBackupDownloaderSnapshot::test_download_backup PASSED
262 tests/test_barman_cloud_restore.py::TestCloudBackupDownloaderSnapshot::test_download_backup_preconditions_failed[None-None-None-None-The following snapshots are not attached to recovery instance {recovery_instance}: {snapshot_name}] PASSED
263 tests/test_barman_cloud_restore.py::TestCloudBackupDownloaderSnapshot::test_download_backup_preconditions_failed[snapshot0-/opt/disk1-rw,noatime-None-Error checking mount points: Disk {disk_name} cloned from snapshot {snapshot_name} is mounted at /opt/disk1 but {mount_point} was expected.] PASSED
264 tests/test_barman_cloud_restore.py::TestCloudBackupDownloaderSnapshot::test_download_backup_preconditions_failed[snapshot0-/opt/disk0-rw,noatime-False-Recovery directory '{recovery_dir}' does not exist on the recovery instance. Check all required disks have been created, attached and mounted.] PASSED
265 tests/test_barman_cloud_wal_restore.py::TestMain::test_fails_on_connectivity_test_failure PASSED
266 tests/test_barman_cloud_wal_restore.py::TestMain::test_succeeds_if_wal_is_found PASSED
267 tests/test_barman_cloud_wal_restore.py::TestMain::test_succeeds_if_wal_is_found_partial PASSED
268 tests/test_barman_cloud_wal_restore.py::TestMain::test_fails_if_wal_is_found_partial_but_nopartial PASSED
269 tests/test_barman_cloud_wal_restore.py::TestMain::test_fails_if_wal_not_found PASSED
270 tests/test_barman_cloud_wal_restore.py::TestMain::test_fails_if_bucket_not_found PASSED
271 tests/test_barman_cloud_wal_restore.py::TestMain::test_fails_on_invalid_wal_name PASSED
272 tests/test_barman_cloud_wal_restore.py::TestMain::test_fails_on_download_exception PASSED
273 tests/test_barman_wal_archive.py::TestMain::test_ok[sha256-SHA256SUMS-] PASSED
274 tests/test_barman_wal_archive.py::TestMain::test_ok[md5-MD5SUMS---md5] PASSED
275 tests/test_barman_wal_archive.py::TestMain::test_ssh_port PASSED
276 tests/test_barman_wal_archive.py::TestMain::test_error_dir PASSED
277 tests/test_barman_wal_archive.py::TestMain::test_error_io PASSED
278 tests/test_barman_wal_archive.py::TestMain::test_error_ssh PASSED
279 tests/test_barman_wal_archive.py::TestMain::test_error_barman PASSED
280 tests/test_barman_wal_archive.py::TestMain::test_connectivity_test_returns_subprocess_output PASSED
281 tests/test_barman_wal_archive.py::TestMain::test_connectivity_test_error PASSED
282 tests/test_barman_wal_archive.py::TestRemotePutWal::test_str_source_file[md5-MD5SUMS-True] PASSED
283 tests/test_barman_wal_archive.py::TestRemotePutWal::test_str_source_file[sha256-SHA256SUMS-False] PASSED
284 tests/test_barman_wal_archive.py::TestRemotePutWal::test_error PASSED
285 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_tar[sha256-SHA256SUMS] PASSED
286 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_tar[md5-MD5SUMS] PASSED
287 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[sha256-0-0] PASSED
288 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[sha256-10-None] PASSED
289 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[sha256-10-0] PASSED
290 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[sha256-10-1] PASSED
291 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[sha256-10--5] PASSED
292 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[sha256-16384-0] PASSED
293 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[sha256-32767--1] PASSED
294 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[sha256-32767-0] PASSED
295 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[sha256-32767-1] PASSED
296 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[md5-0-0] PASSED
297 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[md5-10-None] PASSED
298 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[md5-10-0] PASSED
299 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[md5-10-1] PASSED
300 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[md5-10--5] PASSED
301 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[md5-16384-0] PASSED
302 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[md5-32767--1] PASSED
303 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[md5-32767-0] PASSED
304 tests/test_barman_wal_archive.py::TestChecksumTarFile::test_hashCopyfileobj[md5-32767-1] PASSED
305 tests/test_barman_wal_restore.py::TestRemoteGetWal::test_string_dest_file PASSED
306 tests/test_barman_wal_restore.py::TestRemoteGetWal::test_connectivity_test_ok PASSED
307 tests/test_barman_wal_restore.py::TestRemoteGetWal::test_connectivity_test_error PASSED
308 tests/test_barman_wal_restore.py::TestRemoteGetWal::test_ssh_port PASSED
309 tests/test_barman_wal_restore.py::TestRemoteGetWal::test_ssh_connectivity_error PASSED
310 tests/test_barman_wal_restore.py::TestRemoteGetWal::test_ssh_exit_code_is_passed_through PASSED
311 tests/test_barman_wal_restore.py::TestRemoteGetWal::test_exit_code_if_wal_dest_is_dir PASSED
312 tests/test_barman_wal_restore.py::TestRemoteGetWal::test_exit_code_if_wal_dest_not_writable PASSED
313 tests/test_barman_wal_restore.py::TestRemoteGetWal::test_decompression PASSED
314 tests/test_cli.py::TestCli::test_get_server PASSED
315 tests/test_cli.py::TestCli::test_get_server_with_conflicts PASSED
316 tests/test_cli.py::TestCli::test_get_server_inactive PASSED
317 tests/test_cli.py::TestCli::test_get_server_wal_streaming[False-ws_conninfo-w_conninfo-s_conninfo-conninfo] PASSED
318 tests/test_cli.py::TestCli::test_get_server_wal_streaming[True-None-None-s_conninfo-conninfo] PASSED
319 tests/test_cli.py::TestCli::test_get_server_wal_streaming[True-ws_conninfo-w_conninfo-ws_conninfo-w_conninfo] PASSED
320 tests/test_cli.py::TestCli::test_get_server_wal_streaming[True-ws_conninfo-None-ws_conninfo-ws_conninfo] PASSED
321 tests/test_cli.py::TestCli::test_get_server_wal_streaming[True-None-w_conninfo-s_conninfo-w_conninfo] PASSED
322 tests/test_cli.py::TestCli::test_manage_server_command PASSED
323 tests/test_cli.py::TestCli::test_get_server_global_error_list PASSED
324 tests/test_cli.py::TestCli::test_get_server_list PASSED
325 tests/test_cli.py::TestCli::test_get_server_list_global_error_continue PASSED
326 tests/test_cli.py::TestCli::test_get_server_list_wal_streaming[False-ws_conninfo-w_conninfo-s_conninfo-conninfo] PASSED
327 tests/test_cli.py::TestCli::test_get_server_list_wal_streaming[True-None-None-s_conninfo-conninfo] PASSED
328 tests/test_cli.py::TestCli::test_get_server_list_wal_streaming[True-ws_conninfo-w_conninfo-ws_conninfo-w_conninfo] PASSED
329 tests/test_cli.py::TestCli::test_get_server_list_wal_streaming[True-ws_conninfo-None-ws_conninfo-ws_conninfo] PASSED
330 tests/test_cli.py::TestCli::test_get_server_list_wal_streaming[True-None-w_conninfo-s_conninfo-w_conninfo] PASSED
331 tests/test_cli.py::TestCli::test_get_model PASSED
332 tests/test_cli.py::TestCli::test_manage_model_command[None] PASSED
333 tests/test_cli.py::TestCli::test_manage_model_command[model1] PASSED
334 tests/test_cli.py::TestCli::test_get_models_list_invalid_args PASSED
335 tests/test_cli.py::TestCli::test_get_models_list_none_args PASSED
336 tests/test_cli.py::TestCli::test_get_models_list_valid_args PASSED
337 tests/test_cli.py::TestCli::test_restore_multiple_targets PASSED
338 tests/test_cli.py::TestCli::test_restore_one_target PASSED
339 tests/test_cli.py::TestCli::test_restore_default_target PASSED
340 tests/test_cli.py::TestCli::test_restore_get_wal[-False-False-False] PASSED
341 tests/test_cli.py::TestCli::test_restore_get_wal[-False-True-False] PASSED
342 tests/test_cli.py::TestCli::test_restore_get_wal[-True-False-True] PASSED
343 tests/test_cli.py::TestCli::test_restore_get_wal[get-wal-False-False-True] PASSED
344 tests/test_cli.py::TestCli::test_restore_get_wal[get-wal-False-True-False] PASSED
345 tests/test_cli.py::TestCli::test_restore_get_wal[get-wal-True-False-True] PASSED
346 tests/test_cli.py::TestCli::test_restore_recovery_staging_path[False-None-None-None-False-None] PASSED
347 tests/test_cli.py::TestCli::test_restore_recovery_staging_path[True-None-None-None-True-backup is compressed with gzip compression but no recovery staging path is provided.] PASSED
348 tests/test_cli.py::TestCli::test_restore_recovery_staging_path[True-/from/arg-None-/from/arg-False-None] PASSED
349 tests/test_cli.py::TestCli::test_restore_recovery_staging_path[True-from/arg-None-None-True-Cannot parse recovery staging path: Invalid value : 'from/arg' (must be an absolute path)] PASSED
350 tests/test_cli.py::TestCli::test_restore_recovery_staging_path[True-None-/from/conf-/from/conf-False-None] PASSED
351 tests/test_cli.py::TestCli::test_restore_recovery_staging_path[True-/from/arg-/from/conf-/from/arg-False-None] PASSED
352 tests/test_cli.py::TestCli::test_restore_local_staging_path[False-None-None-None-False-None] PASSED
353 tests/test_cli.py::TestCli::test_restore_local_staging_path[True-None-None-None-True-backup will be combined with pg_combinebackup in the barman host but no local staging path is provided.] PASSED
354 tests/test_cli.py::TestCli::test_restore_local_staging_path[True-/from/arg-None-/from/arg-False-None] PASSED
355 tests/test_cli.py::TestCli::test_restore_local_staging_path[True-from/arg-None-None-True-Cannot parse local staging path: Invalid value : 'from/arg' (must be an absolute path)] PASSED
356 tests/test_cli.py::TestCli::test_restore_local_staging_path[True-None-/from/conf-/from/conf-False-None] PASSED
357 tests/test_cli.py::TestCli::test_restore_local_staging_path[True-/from/arg-/from/conf-/from/arg-False-None] PASSED
358 tests/test_cli.py::TestCli::test_restore_backup_status[DONE-False] PASSED
359 tests/test_cli.py::TestCli::test_restore_backup_status[WAITING_FOR_WALS-False] PASSED
360 tests/test_cli.py::TestCli::test_restore_backup_status[FAILED-True] PASSED
361 tests/test_cli.py::TestCli::test_restore_backup_status[EMPTY-True] PASSED
362 tests/test_cli.py::TestCli::test_restore_backup_status[SYNCING-True] PASSED
363 tests/test_cli.py::TestCli::test_restore_backup_status[STARTED-True] PASSED
364 tests/test_cli.py::TestCli::test_restore_snapshots[None-snapshot_recovery_args0-extra_recovery_args0-Backup backup_id is not a snapshot backup but the following snapshot arguments have been used: --snapshot-recovery-instance] PASSED
365 tests/test_cli.py::TestCli::test_restore_snapshots[snapshots_info1-snapshot_recovery_args1-extra_recovery_args1-Backup backup_id is a snapshot backup and the following required arguments have not been provided: --snapshot-recovery-instance] PASSED
366 tests/test_cli.py::TestCli::test_restore_snapshots[snapshots_info2-snapshot_recovery_args2-extra_recovery_args2-Backup backup_id is a snapshot backup therefore tablespace relocation rules cannot be used] PASSED
367 tests/test_cli.py::TestCli::test_restore_snapshots[snapshots_info3-snapshot_recovery_args3-extra_recovery_args3-None] PASSED
368 tests/test_cli.py::TestCli::test_restore_recovery_instance_kwarg_not_passed PASSED
369 tests/test_cli.py::TestCli::test_restore_snapshot_provider_args[gcp_zone-snapshot_recovery_zone] PASSED
370 tests/test_cli.py::TestCli::test_restore_snapshot_provider_args[azure_resource_group-None] PASSED
371 tests/test_cli.py::TestCli::test_restore_snapshot_provider_args[aws_region-None] PASSED
372 tests/test_cli.py::TestCli::test_check_target_action PASSED
373 tests/test_cli.py::TestCli::test_backup_immediate_checkpoint[False-None-False] PASSED
374 tests/test_cli.py::TestCli::test_backup_immediate_checkpoint[True-None-True] PASSED
375 tests/test_cli.py::TestCli::test_backup_immediate_checkpoint[False-False-False] PASSED
376 tests/test_cli.py::TestCli::test_backup_immediate_checkpoint[True-False-False] PASSED
377 tests/test_cli.py::TestCli::test_backup_immediate_checkpoint[False-True-True] PASSED
378 tests/test_cli.py::TestCli::test_backup_immediate_checkpoint[True-True-True] PASSED
379 tests/test_cli.py::TestCli::test_generate_manifest PASSED
380 tests/test_cli.py::TestCli::test_receive_wal_inactive_server[None-receive_wal] PASSED
381 tests/test_cli.py::TestCli::test_receive_wal_inactive_server[create_slot-create_physical_repslot] PASSED
382 tests/test_cli.py::TestCli::test_receive_wal_inactive_server[drop_slot-drop_repslot] PASSED
383 tests/test_cli.py::TestCli::test_receive_wal_inactive_server[reset-receive_wal] PASSED
384 tests/test_cli.py::TestCli::test_receive_wal_inactive_server[stop-kill] PASSED
385 tests/test_cli.py::TestCli::test_parse_backup_id[latest-20221110T120000] PASSED
386 tests/test_cli.py::TestCli::test_parse_backup_id[last-20221110T120000] PASSED
387 tests/test_cli.py::TestCli::test_parse_backup_id[oldest-20221106T120000] PASSED
388 tests/test_cli.py::TestCli::test_parse_backup_id[first-20221106T120000] PASSED
389 tests/test_cli.py::TestCli::test_parse_backup_id[last-failed-20221108T120000] PASSED
390 tests/test_cli.py::TestCli::test_parse_backup_id[named backup-20221107T120000] PASSED
391 tests/test_cli.py::TestCli::test_parse_backup_id[20221109T120000-20221109T120000] PASSED
392 tests/test_cli.py::TestCli::test_parse_backup_id_no_match[backup_infos0-20221109T120000] PASSED
393 tests/test_cli.py::TestCli::test_parse_backup_id_no_match[backup_infos1-no-matching name] PASSED
394 tests/test_cli.py::TestCli::test_parse_backup_id_no_match[backup_infos2-] PASSED
395 tests/test_cli.py::TestCli::test_parse_backup_id_no_match[backup_infos3-20221109T120000] PASSED
396 tests/test_cli.py::TestCli::test_parse_backup_id_no_match[backup_infos4-no-matching name] PASSED
397 tests/test_cli.py::TestCli::test_parse_backup_id_no_match[backup_infos5-latest] PASSED
398 tests/test_cli.py::TestCli::test_parse_backup_id_no_match[backup_infos6-last] PASSED
399 tests/test_cli.py::TestCli::test_parse_backup_id_no_match[backup_infos7-oldest] PASSED
400 tests/test_cli.py::TestCli::test_parse_backup_id_no_match[backup_infos8-first] PASSED
401 tests/test_cli.py::TestCli::test_parse_backup_id_no_match[backup_infos9-last-failed] PASSED
402 tests/test_cli.py::TestCli::test_replication_status PASSED
403 tests/test_cli.py::TestCli::test_replication_status_source[backup-host-False] PASSED
404 tests/test_cli.py::TestCli::test_replication_status_source[wal-host-True] PASSED
405 tests/test_cli.py::TestKeepCli::test_barman_keep PASSED
406 tests/test_cli.py::TestKeepCli::test_barman_keep_fails_if_no_target_release_or_status_provided PASSED
407 tests/test_cli.py::TestKeepCli::test_barman_keep_backup_not_done PASSED
408 tests/test_cli.py::TestKeepCli::test_barman_keep_release PASSED
409 tests/test_cli.py::TestKeepCli::test_barman_keep_status PASSED
410 tests/test_cli.py::TestKeepCli::test_barman_keep_status_nokeep PASSED
411 tests/test_cli.py::TestKeepCli::test_barman_keep_incremental_backup PASSED
412 tests/test_cli.py::TestKeepCli::test_barman_keep_full_backup PASSED
413 tests/test_cli.py::TestCliHelp::test_help_output PASSED
414 tests/test_cli.py::TestCheckWalArchiveCli::test_barman_check_wal_archive_no_args PASSED
415 tests/test_cli.py::TestCheckWalArchiveCli::test_barman_check_wal_archive_args PASSED
416 tests/test_cli.py::TestCheckWalArchiveCli::test_barman_check_wal_archive_content_error PASSED
417 tests/test_cli.py::TestShowServersCli::test_show_servers_plain[True-False-] PASSED
418 tests/test_cli.py::TestShowServersCli::test_show_servers_plain[False-False- (inactive)] PASSED
419 tests/test_cli.py::TestShowServersCli::test_show_servers_plain[True-True- (WARNING: disabled)] PASSED
420 tests/test_cli.py::TestShowServersCli::test_show_servers_json[True-False-None] PASSED
421 tests/test_cli.py::TestShowServersCli::test_show_servers_json[False-False-(inactive)] PASSED
422 tests/test_cli.py::TestShowServersCli::test_show_servers_json[True-True-(WARNING: disabled)] PASSED
423 tests/test_cli.py::TestConfigSwitchCli::test_config_switch_invalid_args PASSED
424 tests/test_cli.py::TestConfigSwitchCli::test_config_switch_no_server PASSED
425 tests/test_cli.py::TestConfigSwitchCli::test_config_switch_model_apply_model_no_model PASSED
426 tests/test_cli.py::TestConfigSwitchCli::test_config_switch_model_apply_model_ok PASSED
427 tests/test_cli.py::TestConfigSwitchCli::test_config_switch_model_reset_model PASSED
428 tests/test_command_wrappers.py::TestCommand::test_simple_invocation PASSED
429 tests/test_command_wrappers.py::TestCommand::test_simple_encoding PASSED
430 tests/test_command_wrappers.py::TestCommand::test_multiline_output PASSED
431 tests/test_command_wrappers.py::TestCommand::test_failed_invocation PASSED
432 tests/test_command_wrappers.py::TestCommand::test_check_failed_invocation PASSED
433 tests/test_command_wrappers.py::TestCommand::test_shell_invocation PASSED
434 tests/test_command_wrappers.py::TestCommand::test_declaration_args_invocation PASSED
435 tests/test_command_wrappers.py::TestCommand::test_call_args_invocation PASSED
436 tests/test_command_wrappers.py::TestCommand::test_both_args_invocation PASSED
437 tests/test_command_wrappers.py::TestCommand::test_env_invocation PASSED
438 tests/test_command_wrappers.py::TestCommand::test_path_invocation PASSED
439 tests/test_command_wrappers.py::TestCommand::test_env_path_invocation PASSED
440 tests/test_command_wrappers.py::TestCommand::test_get_output_invocation PASSED
441 tests/test_command_wrappers.py::TestCommand::test_get_output_handlers PASSED
442 tests/test_command_wrappers.py::TestCommand::test_execute_invocation PASSED
443 tests/test_command_wrappers.py::TestCommand::test_execute_invocation_multiline PASSED
444 tests/test_command_wrappers.py::TestCommand::test_execute_check_failed_invocation PASSED
445 tests/test_command_wrappers.py::TestCommand::test_handlers_multiline PASSED
446 tests/test_command_wrappers.py::TestCommand::test_execute_handlers PASSED
447 tests/test_command_wrappers.py::TestCommand::test_retry PASSED
448 tests/test_command_wrappers.py::TestCommandPipeProcessorLoop::test_ppl PASSED
449 tests/test_command_wrappers.py::TestCommandPipeProcessorLoop::test_ppl_select_failure PASSED
450 tests/test_command_wrappers.py::TestRsync::test_simple_invocation PASSED
451 tests/test_command_wrappers.py::TestRsync::test_args_invocation PASSED
452 tests/test_command_wrappers.py::TestRsync::test_custom_ssh_invocation PASSED
453 tests/test_command_wrappers.py::TestRsync::test_rsync_build_failure PASSED
454 tests/test_command_wrappers.py::TestRsync::test_protect_ssh_invocation PASSED
455 tests/test_command_wrappers.py::TestRsync::test_bwlimit_ssh_invocation PASSED
456 tests/test_command_wrappers.py::TestRsync::test_from_file_list_ssh_invocation PASSED
457 tests/test_command_wrappers.py::TestRsyncPgdata::test_simple_invocation PASSED
458 tests/test_command_wrappers.py::TestRsyncPgdata::test_args_invocation PASSED
459 tests/test_command_wrappers.py::TestPgBaseBackup::test_init_simple PASSED
460 tests/test_command_wrappers.py::TestPgBaseBackup::test_init_args PASSED
461 tests/test_command_wrappers.py::TestPgBaseBackup::test_pg_basebackup10_no_wals PASSED
462 tests/test_command_wrappers.py::TestPgBaseBackup::test_simple_invocation PASSED
463 tests/test_command_wrappers.py::TestPgBaseBackup::test_incremental_backup_arg[/path/to/backup_manifest/file---incremental=/path/to/backup_manifest/file-None] PASSED
464 tests/test_command_wrappers.py::TestPgBaseBackup::test_incremental_backup_arg[None-None---incremental] PASSED
465 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_pre_15[None-expected_args0-unexpected_args0] PASSED
466 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_pre_15[compression_config1-expected_args1-unexpected_args1] PASSED
467 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_pre_15[compression_config2-expected_args2-unexpected_args2] PASSED
468 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_pre_15[compression_config3-expected_args3-unexpected_args3] PASSED
469 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_pre_15[compression_config4-expected_args4-unexpected_args4] PASSED
470 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_pre_15[compression_config5-expected_args5-unexpected_args5] PASSED
471 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_algo_version_gte_15[None-expected_args0-unexpected_args0] PASSED
472 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_algo_version_gte_15[compression_config1-expected_args1-unexpected_args1] PASSED
473 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_algo_version_gte_15[compression_config2-expected_args2-unexpected_args2] PASSED
474 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_algo_version_gte_15[compression_config3-expected_args3-unexpected_args3] PASSED
475 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_algo_version_gte_15[compression_config4-expected_args4-unexpected_args4] PASSED
476 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_algo_version_gte_15[compression_config5-expected_args5-unexpected_args5] PASSED
477 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_algo_version_gte_15[compression_config6-expected_args6-unexpected_args6] PASSED
478 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_algo_version_gte_15[compression_config7-expected_args7-unexpected_args7] PASSED
479 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_algo_version_gte_15[compression_config8-expected_args8-unexpected_args8] PASSED
480 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_algo_version_gte_15[compression_config9-expected_args9-unexpected_args9] PASSED
481 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_algo_version_gte_15[compression_config10-expected_args10-unexpected_args10] PASSED
482 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_algo_version_gte_15[compression_config11-expected_args11-unexpected_args11] PASSED
483 tests/test_command_wrappers.py::TestPgBaseBackup::test_compression_algo_version_gte_15[compression_config12-expected_args12-unexpected_args12] PASSED
484 tests/test_command_wrappers.py::TestReceiveXlog::test_init_simple PASSED
485 tests/test_command_wrappers.py::TestReceiveXlog::test_init_args PASSED
486 tests/test_command_wrappers.py::TestReceiveXlog::test_simple_invocation PASSED
487 tests/test_command_wrappers.py::TestReceiveXlog::test_find_command PASSED
488 tests/test_command_wrappers.py::TestReceiveXlog::test_get_version_info PASSED
489 tests/test_command_wrappers.py::TestPgVerifyBackup::test_init_simple PASSED
490 tests/test_command_wrappers.py::TestPgCombineBackup::test_init_simple PASSED
491 tests/test_command_wrappers.py::TestPgCombineBackup::test_init_args PASSED
492 tests/test_command_wrappers.py::TestPgCombineBackup::test_simple_invocation PASSED
493 tests/test_command_wrappers.py::TestPgCombineBackup::test_tablespace_mapping[tbs_mapping0-expected_args0] PASSED
494 tests/test_command_wrappers.py::TestPgCombineBackup::test_tablespace_mapping[tbs_mapping1-expected_args1] PASSED
495 tests/test_command_wrappers.py::TestBarmanSubProcess::test_init_minimal_cmd PASSED
496 tests/test_command_wrappers.py::TestBarmanSubProcess::test_init_args PASSED
497 tests/test_command_wrappers.py::TestBarmanSubProcess::test_simple_invocation PASSED
498 tests/test_command_wrappers.py::test_shell_quote PASSED
499 tests/test_command_wrappers.py::test_full_command_quote PASSED
500 tests/test_compressor.py::TestCompressionManager::test_compression_manager_creation PASSED
501 tests/test_compressor.py::TestCompressionManager::test_check_compression_none PASSED
502 tests/test_compressor.py::TestCompressionManager::test_check_with_compression PASSED
503 tests/test_compressor.py::TestCompressionManager::test_get_compressor_custom PASSED
504 tests/test_compressor.py::TestCompressionManager::test_get_compressor_custom_nomagic PASSED
505 tests/test_compressor.py::TestCompressionManager::test_get_compressor_gzip PASSED
506 tests/test_compressor.py::TestCompressionManager::test_get_compressor_bzip2 PASSED
507 tests/test_compressor.py::TestCompressionManager::test_get_compressor_xz PASSED
508 tests/test_compressor.py::TestCompressionManager::test_get_compressor_zstd PASSED
509 tests/test_compressor.py::TestCompressionManager::test_get_compressor_lz4 PASSED
510 tests/test_compressor.py::TestCompressionManager::test_get_compressor_invalid PASSED
511 tests/test_compressor.py::TestCompressionManager::test_identify_compression PASSED
512 tests/test_compressor.py::TestCompressor::test_validate[BZh-BZh-True] PASSED
513 tests/test_compressor.py::TestCompressor::test_validate[BZh-BZh\xff\x12\x00-True] PASSED
514 tests/test_compressor.py::TestCompressor::test_validate[BZh-B[h\xff\x12\x00-False] PASSED
515 tests/test_compressor.py::TestCompressor::test_validate[B-B[h\xff\x12\x00-True] PASSED
516 tests/test_compressor.py::TestCompressor::test_validate[B--False] PASSED
517 tests/test_compressor.py::TestCommandCompressors::test_creation PASSED
518 tests/test_compressor.py::TestCommandCompressors::test_build_command PASSED
519 tests/test_compressor.py::TestCommandCompressors::test_gzip PASSED
520 tests/test_compressor.py::TestCommandCompressors::test_bzip2 PASSED
521 tests/test_compressor.py::TestInternalCompressors::test_gzip PASSED
522 tests/test_compressor.py::TestInternalCompressors::test_bzip2 PASSED
523 tests/test_compressor.py::TestInternalCompressors::test_xz PASSED
524 tests/test_compressor.py::TestInternalCompressors::test_zstd PASSED
525 tests/test_compressor.py::TestInternalCompressors::test_lz4 PASSED
526 tests/test_compressor.py::TestCustomCompressor::test_custom_compressor_creation PASSED
527 tests/test_compressor.py::TestPgBaseBackupCompression::test_get_pg_basebackup_compression[None-NoneType-None-None] PASSED
528 tests/test_compressor.py::TestPgBaseBackupCompression::test_get_pg_basebackup_compression[gzip-PgBaseBackupCompression-GZipPgBaseBackupCompressionOption-GZipCompression] PASSED
529 tests/test_compressor.py::TestPgBaseBackupCompression::test_get_pg_basebackup_compression[lz4-PgBaseBackupCompression-LZ4PgBaseBackupCompressionOption-LZ4Compression] PASSED
530 tests/test_compressor.py::TestPgBaseBackupCompression::test_get_pg_basebackup_compression[zstd-PgBaseBackupCompression-ZSTDPgBaseBackupCompressionOption-ZSTDCompression] PASSED
531 tests/test_compressor.py::TestPgBaseBackupCompression::test_get_pg_basebackup_compression[none-PgBaseBackupCompression-NonePgBaseBackupCompressionOption-NoneCompression] PASSED
532 tests/test_compressor.py::TestPgBaseBackupCompression::test_get_pg_basebackup_compression_not_supported PASSED
533 tests/test_compressor.py::TestPgBaseBackupCompression::test_with_suffix PASSED
534 tests/test_compressor.py::TestPgBaseBackupCompressionOption::test_validate[14-140000-compression_options0-expected_errors0] PASSED
535 tests/test_compressor.py::TestPgBaseBackupCompressionOption::test_validate[14-150000-compression_options1-expected_errors1] PASSED
536 tests/test_compressor.py::TestPgBaseBackupCompressionOption::test_validate[14-140000-compression_options2-expected_errors2] PASSED
537 tests/test_compressor.py::TestPgBaseBackupCompressionOption::test_validate[14-150000-compression_options3-expected_errors3] PASSED
538 tests/test_compressor.py::TestPgBaseBackupCompressionOption::test_validate[15-140000-compression_options4-expected_errors4] PASSED
539 tests/test_compressor.py::TestPgBaseBackupCompressionOption::test_validate[15-150000-compression_options5-expected_errors5] PASSED
540 tests/test_compressor.py::TestPgBaseBackupCompressionOption::test_validate[15-150000-compression_options6-expected_errors6] PASSED
541 tests/test_compressor.py::TestPgBaseBackupCompressionOption::test_validate[15-150000-compression_options7-expected_errors7] PASSED
542 tests/test_compressor.py::TestPgBaseBackupCompressionOption::test_validate[15-150000-compression_options8-expected_errors8] PASSED
543 tests/test_compressor.py::TestPgBaseBackupCompressionOption::test_validate[15-150000-compression_options9-expected_errors9] PASSED
544 tests/test_compressor.py::TestPgBaseBackupCompressionOption::test_validate[15-150000-compression_options10-expected_errors10] PASSED
545 tests/test_compressor.py::TestGZipPgBaseBackupCompressionOption::test_validate[13-14000-compression_options0-expected_errors0] PASSED
546 tests/test_compressor.py::TestGZipPgBaseBackupCompressionOption::test_validate[13-14000-compression_options1-expected_errors1] PASSED
547 tests/test_compressor.py::TestGZipPgBaseBackupCompressionOption::test_validate[13-14000-compression_options2-expected_errors2] PASSED
548 tests/test_compressor.py::TestGZipPgBaseBackupCompressionOption::test_validate[13-14000-compression_options3-expected_errors3] PASSED
549 tests/test_compressor.py::TestGZipPgBaseBackupCompressionOption::test_validate[15-15000-compression_options4-expected_errors4] PASSED
550 tests/test_compressor.py::TestGZipPgBaseBackupCompressionOption::test_validate[15-15000-compression_options5-expected_errors5] PASSED
551 tests/test_compressor.py::TestGZipPgBaseBackupCompressionOption::test_validate[15-15000-compression_options6-expected_errors6] PASSED
552 tests/test_compressor.py::TestGZipPgBaseBackupCompressionOption::test_validate[15-15000-compression_options7-expected_errors7] PASSED
553 tests/test_compressor.py::TestGZipPgBaseBackupCompressionOption::test_validate[15-15000-compression_options8-expected_errors8] PASSED
554 tests/test_compressor.py::TestGZipPgBaseBackupCompressionOption::test_validate[15-15000-compression_options9-expected_errors9] PASSED
555 tests/test_compressor.py::TestLZ4PgBaseBackupCompressionOption::test_validate[15-15000-compression_options0-expected_errors0] PASSED
556 tests/test_compressor.py::TestLZ4PgBaseBackupCompressionOption::test_validate[15-14000-compression_options1-expected_errors1] PASSED
557 tests/test_compressor.py::TestLZ4PgBaseBackupCompressionOption::test_validate[15-15000-compression_options2-expected_errors2] PASSED
558 tests/test_compressor.py::TestLZ4PgBaseBackupCompressionOption::test_validate[15-15000-compression_options3-expected_errors3] PASSED
559 tests/test_compressor.py::TestLZ4PgBaseBackupCompressionOption::test_validate[15-15000-compression_options4-expected_errors4] PASSED
560 tests/test_compressor.py::TestLZ4PgBaseBackupCompressionOption::test_validate[14-15000-compression_options5-expected_errors5] PASSED
561 tests/test_compressor.py::TestLZ4PgBaseBackupCompressionOption::test_validate[15-14000-compression_options6-expected_errors6] PASSED
562 tests/test_compressor.py::TestZSTDPgBaseBackupCompressionOption::test_validate[15-15000-compression_options0-expected_errors0] PASSED
563 tests/test_compressor.py::TestZSTDPgBaseBackupCompressionOption::test_validate[15-14000-compression_options1-expected_errors1] PASSED
564 tests/test_compressor.py::TestZSTDPgBaseBackupCompressionOption::test_validate[15-14000-compression_options2-expected_errors2] PASSED
565 tests/test_compressor.py::TestZSTDPgBaseBackupCompressionOption::test_validate[15-15000-compression_options3-expected_errors3] PASSED
566 tests/test_compressor.py::TestZSTDPgBaseBackupCompressionOption::test_validate[15-15000-compression_options4-expected_errors4] PASSED
567 tests/test_compressor.py::TestZSTDPgBaseBackupCompressionOption::test_validate[14-15000-compression_options5-expected_errors5] PASSED
568 tests/test_compressor.py::TestZSTDPgBaseBackupCompressionOption::test_validate[14-15000-compression_options6-expected_errors6] PASSED
569 tests/test_compressor.py::TestNonePgBaseBackupCompressionOption::test_validate[15-15000-compression_options0-expected_errors0] PASSED
570 tests/test_compressor.py::TestNonePgBaseBackupCompressionOption::test_validate[15-15000-compression_options1-expected_errors1] PASSED
571 tests/test_compressor.py::TestNonePgBaseBackupCompressionOption::test_validate[14-14000-compression_options2-expected_errors2] PASSED
572 tests/test_compressor.py::TestNonePgBaseBackupCompressionOption::test_validate[14-14000-compression_options3-expected_errors3] PASSED
573 tests/test_compressor.py::TestNonePgBaseBackupCompressionOption::test_validate[14-14000-compression_options4-expected_errors4] PASSED
574 tests/test_compressor.py::TestGZipCompression::test_uncompress[/path/to/source-/path/to/dest-None-None-None] PASSED
575 tests/test_compressor.py::TestGZipCompression::test_uncompress[-/path/to/dest-None-None-ValueError] PASSED
576 tests/test_compressor.py::TestGZipCompression::test_uncompress[None-/path/to/dest-None-None-ValueError] PASSED
577 tests/test_compressor.py::TestGZipCompression::test_uncompress[/path/to/src--None-None-ValueError] PASSED
578 tests/test_compressor.py::TestGZipCompression::test_uncompress[/path/to/src-None-None-None-ValueError] PASSED
579 tests/test_compressor.py::TestGZipCompression::test_uncompress[/path/to/source-/path/to/dest-exclude5-None-None] PASSED
580 tests/test_compressor.py::TestGZipCompression::test_uncompress[/path/to/source-/path/to/dest-None-include6-None] PASSED
581 tests/test_compressor.py::TestGZipCompression::test_uncompress[/path/to/source-/path/to/dest-exclude7-include7-None] PASSED
582 tests/test_compressor.py::TestGZipCompression::test_tar_failure_raises_exception PASSED
583 tests/test_compressor.py::TestGZipCompression::test_get_file_content PASSED
584 tests/test_compressor.py::TestGZipCompression::test_get_file_content_file_not_found PASSED
585 tests/test_compressor.py::TestLZ4Compression::test_uncompress[/path/to/source-/path/to/dest-None-None-None] PASSED
586 tests/test_compressor.py::TestLZ4Compression::test_uncompress[-/path/to/dest-None-None-ValueError] PASSED
587 tests/test_compressor.py::TestLZ4Compression::test_uncompress[None-/path/to/dest-None-None-ValueError] PASSED
588 tests/test_compressor.py::TestLZ4Compression::test_uncompress[/path/to/src--None-None-ValueError] PASSED
589 tests/test_compressor.py::TestLZ4Compression::test_uncompress[/path/to/src-None-None-None-ValueError] PASSED
590 tests/test_compressor.py::TestLZ4Compression::test_uncompress[/path/to/source-/path/to/dest-exclude5-None-None] PASSED
591 tests/test_compressor.py::TestLZ4Compression::test_uncompress[/path/to/source-/path/to/dest-None-include6-None] PASSED
592 tests/test_compressor.py::TestLZ4Compression::test_uncompress[/path/to/source-/path/to/dest-exclude7-include7-None] PASSED
593 tests/test_compressor.py::TestLZ4Compression::test_tar_failure_raises_exception PASSED
594 tests/test_compressor.py::TestLZ4Compression::test_get_file_content PASSED
595 tests/test_compressor.py::TestLZ4Compression::test_get_file_content_file_not_found PASSED
596 tests/test_compressor.py::TestZSTDCompression::test_uncompress[/path/to/source-/path/to/dest-None-None-None] PASSED
597 tests/test_compressor.py::TestZSTDCompression::test_uncompress[-/path/to/dest-None-None-ValueError] PASSED
598 tests/test_compressor.py::TestZSTDCompression::test_uncompress[None-/path/to/dest-None-None-ValueError] PASSED
599 tests/test_compressor.py::TestZSTDCompression::test_uncompress[/path/to/src--None-None-ValueError] PASSED
600 tests/test_compressor.py::TestZSTDCompression::test_uncompress[/path/to/src-None-None-None-ValueError] PASSED
601 tests/test_compressor.py::TestZSTDCompression::test_uncompress[/path/to/source-/path/to/dest-exclude5-None-None] PASSED
602 tests/test_compressor.py::TestZSTDCompression::test_uncompress[/path/to/source-/path/to/dest-None-include6-None] PASSED
603 tests/test_compressor.py::TestZSTDCompression::test_uncompress[/path/to/source-/path/to/dest-exclude7-include7-None] PASSED
604 tests/test_compressor.py::TestZSTDCompression::test_tar_failure_raises_exception PASSED
605 tests/test_compressor.py::TestZSTDCompression::test_get_file_content PASSED
606 tests/test_compressor.py::TestZSTDCompression::test_get_file_content_file_not_found PASSED
607 tests/test_compressor.py::TestNoneCompression::test_uncompress[/path/to/source-/path/to/dest-None-None-None] PASSED
608 tests/test_compressor.py::TestNoneCompression::test_uncompress[-/path/to/dest-None-None-ValueError] PASSED
609 tests/test_compressor.py::TestNoneCompression::test_uncompress[None-/path/to/dest-None-None-ValueError] PASSED
610 tests/test_compressor.py::TestNoneCompression::test_uncompress[/path/to/src--None-None-ValueError] PASSED
611 tests/test_compressor.py::TestNoneCompression::test_uncompress[/path/to/src-None-None-None-ValueError] PASSED
612 tests/test_compressor.py::TestNoneCompression::test_uncompress[/path/to/source-/path/to/dest-exclude5-None-None] PASSED
613 tests/test_compressor.py::TestNoneCompression::test_uncompress[/path/to/source-/path/to/dest-None-include6-None] PASSED
614 tests/test_compressor.py::TestNoneCompression::test_uncompress[/path/to/source-/path/to/dest-exclude7-include7-None] PASSED
615 tests/test_compressor.py::TestNoneCompression::test_tar_failure_raises_exception PASSED
616 tests/test_compressor.py::TestNoneCompression::test_get_file_content PASSED
617 tests/test_compressor.py::TestNoneCompression::test_get_file_content_file_not_found PASSED
618 tests/test_config.py::TestConfigMapping::test_read_config_config_parser PASSED
619 tests/test_config.py::TestConfigMapping::test_read_config_mapping PASSED
620 tests/test_config.py::TestConfig::test_server_list PASSED
621 tests/test_config.py::TestConfig::test_config_file_existence PASSED
622 tests/test_config.py::TestConfig::test_missing_barman_home PASSED
623 tests/test_config.py::TestConfig::test_config PASSED
624 tests/test_config.py::TestConfig::test_quotes PASSED
625 tests/test_config.py::TestConfig::test_interpolation PASSED
626 tests/test_config.py::TestConfig::test_parse_time_interval PASSED
627 tests/test_config.py::TestConfig::test_primary_ssh_command PASSED
628 tests/test_config.py::TestConfig::test_parse_si_suffix PASSED
629 tests/test_config.py::TestConfig::test_server_conflict_paths PASSED
630 tests/test_config.py::TestConfig::test_populate_servers_and_models PASSED
631 tests/test_config.py::TestConfig::test_populate_servers_and_models_following_symlink PASSED
632 tests/test_config.py::TestConfig::test_parse_staging_path PASSED
633 tests/test_config.py::TestConfig::test_parse_slot_name PASSED
634 tests/test_config.py::TestConfig::test_parse_snapshot_disks[disk0-True] PASSED
635 tests/test_config.py::TestConfig::test_parse_snapshot_disks[disk0,disk1-True] PASSED
636 tests/test_config.py::TestConfig::test_parse_snapshot_disks[disk0,disk1,disk2-True] PASSED
637 tests/test_config.py::TestConfig::test_parse_snapshot_disks[disk0,,disk2-False] PASSED
638 tests/test_config.py::TestConfig::test_parse_snapshot_disks[-False] PASSED
639 tests/test_config.py::TestConfig::test_parse_backup_compression[gzip-True] PASSED
640 tests/test_config.py::TestConfig::test_parse_backup_compression[lz4-True] PASSED
641 tests/test_config.py::TestConfig::test_parse_backup_compression[zstd-True] PASSED
642 tests/test_config.py::TestConfig::test_parse_backup_compression[none-True] PASSED
643 tests/test_config.py::TestConfig::test_parse_backup_compression[lizard-False] PASSED
644 tests/test_config.py::TestConfig::test_parse_backup_compression[1-False] PASSED
645 tests/test_config.py::TestConfig::test_parse_backup_compression_location[client-True] PASSED
646 tests/test_config.py::TestConfig::test_parse_backup_compression_location[server-True] PASSED
647 tests/test_config.py::TestConfig::test_parse_backup_compression_location[lizard-False] PASSED
648 tests/test_config.py::TestConfig::test_parse_backup_compression_location[1-False] PASSED
649 tests/test_config.py::TestConfig::test_parse_backup_compression_format[tar-True] PASSED
650 tests/test_config.py::TestConfig::test_parse_backup_compression_format[plain-True] PASSED
651 tests/test_config.py::TestConfig::test_parse_backup_compression_format[lizard-False] PASSED
652 tests/test_config.py::TestConfig::test_parse_backup_compression_format[1-False] PASSED
653 tests/test_config.py::TestConfig::test_global_config_to_json PASSED
654 tests/test_config.py::TestConfig::test_get_config_source PASSED
655 tests/test_config.py::TestConfig::test__is_model_missing_model PASSED
656 tests/test_config.py::TestConfig::test__is_model_not_model PASSED
657 tests/test_config.py::TestConfig::test__is_model_ok PASSED
658 tests/test_config.py::TestConfig::test__is_model_exception PASSED
659 tests/test_config.py::TestConfig::test__apply_models_file_not_found PASSED
660 tests/test_config.py::TestConfig::test__apply_models_file_with_bogus_content PASSED
661 tests/test_config.py::TestConfig::test__apply_models_model_does_not_exist PASSED
662 tests/test_config.py::TestConfig::test__apply_models_model_ok PASSED
663 tests/test_config.py::TestServerConfig::test_update_msg_list_and_disable_server PASSED
664 tests/test_config.py::TestServerConfig::test_to_json PASSED
665 tests/test_config.py::TestServerConfig::test_apply_model_cluster_mismatch PASSED
666 tests/test_config.py::TestServerConfig::test_apply_model_already_active[False] PASSED
667 tests/test_config.py::TestServerConfig::test_apply_model_already_active[True] PASSED
668 tests/test_config.py::TestServerConfig::test_apply_model_ok[False] PASSED
669 tests/test_config.py::TestServerConfig::test_apply_model_ok[True] PASSED
670 tests/test_config.py::TestServerConfig::test_reset_model[None-False] PASSED
671 tests/test_config.py::TestServerConfig::test_reset_model[None-True] PASSED
672 tests/test_config.py::TestServerConfig::test_reset_model[mock_model-False] PASSED
673 tests/test_config.py::TestServerConfig::test_reset_model[mock_model-True] PASSED
674 tests/test_config.py::TestModelConfig::test_get_override_options[None-None-None-None-None] PASSED
675 tests/test_config.py::TestModelConfig::test_get_override_options[None-None-None-None-SOME_MODEL] PASSED
676 tests/test_config.py::TestModelConfig::test_get_override_options[None-None-None-SOME_CLUSTER-None] PASSED
677 tests/test_config.py::TestModelConfig::test_get_override_options[None-None-None-SOME_CLUSTER-SOME_MODEL] PASSED
678 tests/test_config.py::TestModelConfig::test_get_override_options[None-None-SOME_CONNINFO-None-None] PASSED
679 tests/test_config.py::TestModelConfig::test_get_override_options[None-None-SOME_CONNINFO-None-SOME_MODEL] PASSED
680 tests/test_config.py::TestModelConfig::test_get_override_options[None-None-SOME_CONNINFO-SOME_CLUSTER-None] PASSED
681 tests/test_config.py::TestModelConfig::test_get_override_options[None-None-SOME_CONNINFO-SOME_CLUSTER-SOME_MODEL] PASSED
682 tests/test_config.py::TestModelConfig::test_get_override_options[None-SOME_PRIMARY_CONNINFO-None-None-None] PASSED
683 tests/test_config.py::TestModelConfig::test_get_override_options[None-SOME_PRIMARY_CONNINFO-None-None-SOME_MODEL] PASSED
684 tests/test_config.py::TestModelConfig::test_get_override_options[None-SOME_PRIMARY_CONNINFO-None-SOME_CLUSTER-None] PASSED
685 tests/test_config.py::TestModelConfig::test_get_override_options[None-SOME_PRIMARY_CONNINFO-None-SOME_CLUSTER-SOME_MODEL] PASSED
686 tests/test_config.py::TestModelConfig::test_get_override_options[None-SOME_PRIMARY_CONNINFO-SOME_CONNINFO-None-None] PASSED
687 tests/test_config.py::TestModelConfig::test_get_override_options[None-SOME_PRIMARY_CONNINFO-SOME_CONNINFO-None-SOME_MODEL] PASSED
688 tests/test_config.py::TestModelConfig::test_get_override_options[None-SOME_PRIMARY_CONNINFO-SOME_CONNINFO-SOME_CLUSTER-None] PASSED
689 tests/test_config.py::TestModelConfig::test_get_override_options[None-SOME_PRIMARY_CONNINFO-SOME_CONNINFO-SOME_CLUSTER-SOME_MODEL] PASSED
690 tests/test_config.py::TestModelConfig::test_get_override_options[SOME_STREAMING_CONNINFO-None-None-None-None] PASSED
691 tests/test_config.py::TestModelConfig::test_get_override_options[SOME_STREAMING_CONNINFO-None-None-None-SOME_MODEL] PASSED
692 tests/test_config.py::TestModelConfig::test_get_override_options[SOME_STREAMING_CONNINFO-None-None-SOME_CLUSTER-None] PASSED
693 tests/test_config.py::TestModelConfig::test_get_override_options[SOME_STREAMING_CONNINFO-None-None-SOME_CLUSTER-SOME_MODEL] PASSED
694 tests/test_config.py::TestModelConfig::test_get_override_options[SOME_STREAMING_CONNINFO-None-SOME_CONNINFO-None-None] PASSED
695 tests/test_config.py::TestModelConfig::test_get_override_options[SOME_STREAMING_CONNINFO-None-SOME_CONNINFO-None-SOME_MODEL] PASSED
696 tests/test_config.py::TestModelConfig::test_get_override_options[SOME_STREAMING_CONNINFO-None-SOME_CONNINFO-SOME_CLUSTER-None] PASSED
697 tests/test_config.py::TestModelConfig::test_get_override_options[SOME_STREAMING_CONNINFO-None-SOME_CONNINFO-SOME_CLUSTER-SOME_MODEL] PASSED
698 tests/test_config.py::TestModelConfig::test_get_override_options[SOME_STREAMING_CONNINFO-SOME_PRIMARY_CONNINFO-None-None-None] PASSED
699 tests/test_config.py::TestModelConfig::test_get_override_options[SOME_STREAMING_CONNINFO-SOME_PRIMARY_CONNINFO-None-None-SOME_MODEL] PASSED
700 tests/test_config.py::TestModelConfig::test_get_override_options[SOME_STREAMING_CONNINFO-SOME_PRIMARY_CONNINFO-None-SOME_CLUSTER-None] PASSED
701 tests/test_config.py::TestModelConfig::test_get_override_options[SOME_STREAMING_CONNINFO-SOME_PRIMARY_CONNINFO-None-SOME_CLUSTER-SOME_MODEL] PASSED
702 tests/test_config.py::TestModelConfig::test_get_override_options[SOME_STREAMING_CONNINFO-SOME_PRIMARY_CONNINFO-SOME_CONNINFO-None-None] PASSED
703 tests/test_config.py::TestModelConfig::test_get_override_options[SOME_STREAMING_CONNINFO-SOME_PRIMARY_CONNINFO-SOME_CONNINFO-None-SOME_MODEL] PASSED
704 tests/test_config.py::TestModelConfig::test_get_override_options[SOME_STREAMING_CONNINFO-SOME_PRIMARY_CONNINFO-SOME_CONNINFO-SOME_CLUSTER-None] PASSED
705 tests/test_config.py::TestModelConfig::test_get_override_options[SOME_STREAMING_CONNINFO-SOME_PRIMARY_CONNINFO-SOME_CONNINFO-SOME_CLUSTER-SOME_MODEL] PASSED
706 tests/test_config.py::TestModelConfig::test_to_json PASSED
707 tests/test_config.py::TestModelConfig::test_to_json_with_config_source PASSED
708 tests/test_config.py::TestModelConfig::test_get_wal_conninfo[None-None-expected_response0] PASSED
709 tests/test_config.py::TestModelConfig::test_get_wal_conninfo[None-w_conninfo-expected_response1] PASSED
710 tests/test_config.py::TestModelConfig::test_get_wal_conninfo[ws_conninfo-None-expected_response2] PASSED
711 tests/test_config.py::TestModelConfig::test_get_wal_conninfo[ws_conninfo-w_conninfo-expected_response3] PASSED
712 tests/test_config.py::TestCsvParsing::test_csv_values_global_exclusive PASSED
713 tests/test_config.py::TestCsvParsing::test_csv_values_global_conflict PASSED
714 tests/test_config.py::TestCsvParsing::test_csv_values_invalid_server_value PASSED
715 tests/test_config.py::TestCsvParsing::test_csv_values_multikey_invalid_server_value PASSED
716 tests/test_config.py::TestCsvParsing::test_csv_values_global_concurrent PASSED
717 tests/test_config.py::TestCsvParsing::test_backup_option_parser PASSED
718 tests/test_config.py::TestCsvParsing::test_csv_values_recovery_options PASSED
719 tests/test_config.py::TestCsvParsing::test_recovery_option_parser PASSED
720 tests/test_config.py::TestCsvParsing::test_invalid_option_output PASSED
721 tests/test_config.py::TestBaseConfig::test_invoke_parser_no_new_value PASSED
722 tests/test_config.py::TestBaseConfig::test_invoke_parser_csv_option_parser_ok PASSED
723 tests/test_config.py::TestBaseConfig::test_invoke_parser_csv_option_parser_exception PASSED
724 tests/test_config.py::TestBaseConfig::test_invoke_parser_func_parser_ok PASSED
725 tests/test_config.py::TestBaseConfig::test_invoke_parser_func_parser_exception PASSED
726 tests/test_config.py::TestConfigChangesProcessor::test_receive_config_changes_existing_config PASSED
727 tests/test_config.py::TestConfigChangesProcessor::test_receive_config_changes_warnings PASSED
728 tests/test_config.py::TestConfigChangesProcessor::test_receive_config_changes_with_empty_or_malformed_queue_file PASSED
729 tests/test_config.py::TestConfigChangesProcessor::test_process_conf_changes_queue PASSED
730 tests/test_config.py::TestConfigChangeQueue::test_config_changes_queue PASSED
731 tests/test_config.py::TestConfigChangeQueue::test_config_changes_queue_with_empty_or_malformed_queue_file PASSED
732 tests/test_config.py::TestConfigChangeSet::test_config_change_set_from_dict PASSED
733 tests/test_config.py::TestConfigChange::test_init PASSED
734 tests/test_config.py::TestConfigChange::test_from_dict_valid PASSED
735 tests/test_config.py::TestConfigChange::test_from_dict_invalid PASSED
736 tests/test_copy_controller.py::TestRsyncCopyController::test_rsync_backup_executor_init PASSED
737 tests/test_copy_controller.py::TestRsyncCopyController::test_reuse_args PASSED
738 tests/test_copy_controller.py::TestRsyncCopyController::test_full_copy PASSED
739 tests/test_copy_controller.py::TestRsyncCopyController::test_list_files PASSED
740 tests/test_copy_controller.py::TestRsyncCopyController::test_fill_buckets PASSED
741 tests/test_copy_controller.py::TestRsyncCopyController::test_apply_rate_limit[10-1-generation_history0-times0-expected_return_value0-None] PASSED
742 tests/test_copy_controller.py::TestRsyncCopyController::test_apply_rate_limit[2-0.5-generation_history1-times1-expected_return_value1-None] PASSED
743 tests/test_copy_controller.py::TestRsyncCopyController::test_apply_rate_limit[1-2-generation_history2-times2-expected_return_value2-None] PASSED
744 tests/test_copy_controller.py::TestRsyncCopyController::test_apply_rate_limit[10-1-generation_history3-times3-expected_return_value3-None] PASSED
745 tests/test_copy_controller.py::TestRsyncCopyController::test_apply_rate_limit[2-0.5-generation_history4-times4-expected_return_value4-None] PASSED
746 tests/test_copy_controller.py::TestRsyncCopyController::test_apply_rate_limit[10-1-generation_history5-times5-expected_return_value5-None] PASSED
747 tests/test_copy_controller.py::TestRsyncCopyController::test_apply_rate_limit[2-0.5-generation_history6-times6-expected_return_value6-None] PASSED
748 tests/test_copy_controller.py::TestRsyncCopyController::test_apply_rate_limit[5-1-generation_history7-times7-expected_return_value7-0.1] PASSED
749 tests/test_copy_controller.py::TestRsyncCopyController::test_apply_rate_limit[2-0.5-generation_history8-times8-expected_return_value8-0.25] PASSED
750 tests/test_copy_controller.py::TestRsyncCopyController::test_apply_rate_limit[1-5-generation_history9-times9-expected_return_value9-3] PASSED
751 tests/test_copy_controller.py::TestRsyncCopyController::test_apply_rate_limit[2-0.5-generation_history10-times10-expected_return_value10-None] PASSED
752 tests/test_copy_controller.py::TestRsyncCopyController::test_apply_rate_limit[1-5-generation_history11-times11-expected_return_value11-None] PASSED
753 tests/test_copy_controller.py::TestRsyncCopyController::test_job_generator_rate_limit[copy_item_types0] PASSED
754 tests/test_copy_controller.py::TestRsyncCopyController::test_job_generator_rate_limit[copy_item_types1] PASSED
755 tests/test_copy_controller.py::TestRsyncCopyController::test_job_generator_rate_limit[copy_item_types2] PASSED
756 tests/test_copy_controller.py::TestRsyncCopyController::test_job_generator_rate_limit[copy_item_types3] PASSED
757 tests/test_copy_controller.py::TestRsyncCopyController::test_analyze_directory PASSED
758 tests/test_copy_controller.py::TestRsyncCopyController::test_analyze_directory_empty_dst PASSED
759 tests/test_copy_controller.py::TestRsyncCopyController::test_create_dir_and_purge PASSED
760 tests/test_copy_controller.py::TestRsyncCopyController::test_copy PASSED
761 tests/test_copy_controller.py::TestRsyncCopyController::test_rsync_ignore_vanished_files PASSED
762 tests/test_copy_controller.py::TestRsyncCopyController::test_statistics[1] PASSED
763 tests/test_copy_controller.py::TestRsyncCopyController::test_statistics[4] PASSED
764 tests/test_copy_controller.py::TestRsyncCopyController::test_statistics[16] PASSED
765 tests/test_copy_controller.py::TestRsyncCopyController::test_rsync_copy_item_class PASSED
766 tests/test_diagnose.py::TestDiagnose::test_diagnose_json PASSED
767 tests/test_diagnose.py::TestDiagnose::test_diagnose_json_with_password PASSED
768 tests/test_diagnose.py::TestDiagnose::test_diagnose_rerun PASSED
769 tests/test_diagnose.py::TestDiagnose::test_diagnose_json_with_models PASSED
770 tests/test_executor.py::TestRsyncBackupExecutor::test_rsync_backup_executor_init PASSED
771 tests/test_executor.py::TestRsyncBackupExecutor::test_reuse_path PASSED
772 tests/test_executor.py::TestRsyncBackupExecutor::test_check PASSED
773 tests/test_executor.py::TestRsyncBackupExecutor::test_backup PASSED
774 tests/test_executor.py::TestRsyncBackupExecutor::test_backup_copy PASSED
775 tests/test_executor.py::TestRsyncBackupExecutor::test_backup_copy_tablespaces_in_datadir PASSED
776 tests/test_executor.py::TestRsyncBackupExecutor::test_backup_copy_with_included_files PASSED
777 tests/test_executor.py::TestRsyncBackupExecutor::test_backup_copy_with_included_files_nowarning PASSED
778 tests/test_executor.py::TestRsyncBackupExecutor::test_validate_config_compression PASSED
779 tests/test_executor.py::TestStrategy::test_exclusive_start_backup PASSED
780 tests/test_executor.py::TestStrategy::test_start_backup_for_old_pg PASSED
781 tests/test_executor.py::TestStrategy::test_concurrent_start_backup PASSED
782 tests/test_executor.py::TestStrategy::test_exclusive_stop_backup PASSED
783 tests/test_executor.py::TestStrategy::test_stop_backup_for_old_pg PASSED
784 tests/test_executor.py::TestStrategy::test_concurrent_stop_backup PASSED
785 tests/test_executor.py::TestStrategy::test_exclusive_check[140000-] PASSED
786 tests/test_executor.py::TestStrategy::test_exclusive_check[150000-exclusive backups not supported on PostgreSQL 15] PASSED
787 tests/test_executor.py::TestStrategy::test__pg_get_metadata[160000-None] PASSED
788 tests/test_executor.py::TestStrategy::test__pg_get_metadata[170000-on] PASSED
789 tests/test_executor.py::TestPostgresBackupExecutor::test_postgres_backup_executor_init PASSED
790 tests/test_executor.py::TestPostgresBackupExecutor::test_backup PASSED
791 tests/test_executor.py::TestPostgresBackupExecutor::test_check PASSED
792 tests/test_executor.py::TestPostgresBackupExecutor::test_fetch_remote_status PASSED
793 tests/test_executor.py::TestPostgresBackupExecutor::test_backup_copy PASSED
794 tests/test_executor.py::TestPostgresBackupExecutor::test_postgres_start_backup PASSED
795 tests/test_executor.py::TestPostgresBackupExecutor::test_backup_compression_gzip PASSED
796 tests/test_executor.py::TestPostgresBackupExecutor::test_no_backup_compression PASSED
797 tests/test_executor.py::TestPostgresBackupExecutor::test_validate_config_bandwidth_limit_closes_server_conn PASSED
798 tests/test_executor.py::TestPostgresBackupExecutor::test_validate_config_compression PASSED
799 tests/test_executor.py::TestPostgresBackupExecutor::test_postgres_connection_error_validating_compression PASSED
800 tests/test_executor.py::TestPostgresBackupExecutor::test_err_handler[None-regular stderr log-False] PASSED
801 tests/test_executor.py::TestPostgresBackupExecutor::test_err_handler[None-waiting for required WAL segments to be archived-False] PASSED
802 tests/test_executor.py::TestPostgresBackupExecutor::test_err_handler[db=primary-regular stderr log-False] PASSED
803 tests/test_executor.py::TestPostgresBackupExecutor::test_err_handler[db=primary-waiting for required WAL segments to be archived-True] PASSED
804 tests/test_executor.py::TestSnapshotBackupExecutor::test_snapshot_backup_executor_init[additional_options0] PASSED
805 tests/test_executor.py::TestSnapshotBackupExecutor::test_snapshot_backup_executor_init[additional_options1] PASSED
806 tests/test_executor.py::TestSnapshotBackupExecutor::test_snapshot_backup_executor_init_bad_snapshot_interface PASSED
807 tests/test_executor.py::TestSnapshotBackupExecutor::test_snapshot_backup_executor_init_unexpected_options[additional_options0] PASSED
808 tests/test_executor.py::TestSnapshotBackupExecutor::test_snapshot_backup_executor_init_unexpected_options[additional_options1] PASSED
809 tests/test_executor.py::TestSnapshotBackupExecutor::test_snapshot_backup_executor_init_unexpected_options[additional_options2] PASSED
810 tests/test_executor.py::TestSnapshotBackupExecutor::test_snapshot_backup_executor_init_missing_options[snapshot_disks] PASSED
811 tests/test_executor.py::TestSnapshotBackupExecutor::test_snapshot_backup_executor_init_missing_options[snapshot_instance] PASSED
812 tests/test_executor.py::TestSnapshotBackupExecutor::test_snapshot_backup_executor_init_missing_options[snapshot_provider] PASSED
813 tests/test_executor.py::TestSnapshotBackupExecutor::test_add_mount_data_to_volume_metadata PASSED
814 tests/test_executor.py::TestSnapshotBackupExecutor::test_backup_copy PASSED
815 tests/test_executor.py::TestSnapshotBackupExecutor::test_backup_copy_records_copy_stats PASSED
816 tests/test_executor.py::TestSnapshotBackupExecutor::test_find_missing_and_unmounted_disks[expected_missing_disks0-expected_unmounted_disks0-expected_mounted_disks0] PASSED
817 tests/test_executor.py::TestSnapshotBackupExecutor::test_find_missing_and_unmounted_disks[expected_missing_disks1-expected_unmounted_disks1-expected_mounted_disks1] PASSED
818 tests/test_executor.py::TestSnapshotBackupExecutor::test_find_missing_and_unmounted_disks[expected_missing_disks2-expected_unmounted_disks2-expected_mounted_disks2] PASSED
819 tests/test_executor.py::TestSnapshotBackupExecutor::test_find_missing_and_unmounted_disks[expected_missing_disks3-expected_unmounted_disks3-expected_mounted_disks3] PASSED
820 tests/test_executor.py::TestSnapshotBackupExecutor::test_find_missing_and_unmounted_disks[expected_missing_disks4-expected_unmounted_disks4-expected_mounted_disks4] PASSED
821 tests/test_executor.py::TestSnapshotBackupExecutor::test_find_missing_and_unmounted_disks[expected_missing_disks5-expected_unmounted_disks5-expected_mounted_disks5] PASSED
822 tests/test_executor.py::TestSnapshotBackupExecutor::test_find_missing_and_unmounted_disks[expected_missing_disks6-expected_unmounted_disks6-expected_mounted_disks6] PASSED
823 tests/test_executor.py::TestSnapshotBackupExecutor::test_find_missing_and_unmounted_disks[expected_missing_disks7-expected_unmounted_disks7-expected_mounted_disks7] PASSED
824 tests/test_executor.py::TestSnapshotBackupExecutor::test_find_missing_and_unmounted_disks_resolve_exception PASSED
825 tests/test_executor.py::TestSnapshotBackupExecutor::test_check_skipped_if_server_disabled SKIPPED
826 tests/test_executor.py::TestSnapshotBackupExecutor::test_check_success PASSED
827 tests/test_executor.py::TestSnapshotBackupExecutor::test_check_failure[snapshot instance exists-False-missing_disks0-unmounted_disks0-cannot find compute instance {snapshot_instance}] PASSED
828 tests/test_executor.py::TestSnapshotBackupExecutor::test_check_failure[snapshot disks attached to instance-True-missing_disks1-unmounted_disks1-cannot find snapshot disks attached to instance {snapshot_instance}: disk1, disk2] PASSED
829 tests/test_executor.py::TestSnapshotBackupExecutor::test_check_failure[snapshot disks mounted on instance-True-missing_disks2-unmounted_disks2-cannot find snapshot disks mounted on instance {snapshot_instance}: disk1, disk2] PASSED
830 tests/test_fs.py::TestUnixLocalCommand::test_cmd PASSED
831 tests/test_fs.py::TestUnixLocalCommand::test_cmd_path PASSED
832 tests/test_fs.py::TestUnixLocalCommand::test_get_last_output PASSED
833 tests/test_fs.py::TestUnixLocalCommand::test_move PASSED
834 tests/test_fs.py::TestUnixLocalCommand::test_dir_if_not_exists PASSED
835 tests/test_fs.py::TestUnixLocalCommand::test_delete_if_exists PASSED
836 tests/test_fs.py::TestUnixLocalCommand::test_check_directory_exists PASSED
837 tests/test_fs.py::TestUnixLocalCommand::test_get_file_mode PASSED
838 tests/test_fs.py::TestUnixLocalCommand::test_check_write_permission PASSED
839 tests/test_fs.py::TestUnixLocalCommand::test_create_symbolic_link PASSED
840 tests/test_fs.py::TestUnixLocalCommand::test_get_file_content PASSED
841 tests/test_fs.py::TestUnixLocalCommand::test_ping PASSED
842 tests/test_fs.py::TestUnixLocalCommand::test_list_dir_content PASSED
843 tests/test_fs.py::TestUnixLocalCommand::test_findmnt[/opt/mount0 rw,noatime-expected_return_value0] PASSED
844 tests/test_fs.py::TestUnixLocalCommand::test_findmnt[-expected_return_value1] PASSED
845 tests/test_fs.py::TestUnixLocalCommand::test_findmnt_unexpected_output[some unexpected output] PASSED
846 tests/test_fs.py::TestUnixLocalCommand::test_findmnt_unexpected_output[unexpected] PASSED
847 tests/test_fs.py::TestUnixLocalCommand::test_findmnt_unexpected_output[ ] PASSED
848 tests/test_fs.py::TestUnixLocalCommand::test_get_system_info PASSED
849 tests/test_fs.py::TestUnixLocalCommand::test_get_system_info_release_cases PASSED
850 tests/test_fs.py::TestFileMatchingRules::test_match_dirs_not_anchored PASSED
851 tests/test_fs.py::TestFileMatchingRules::test_match_dirs_anchored PASSED
852 tests/test_fs.py::TestFileMatchingRules::test_match_files_not_anchored PASSED
853 tests/test_fs.py::TestFileMatchingRules::test_match_files_anchored PASSED
854 tests/test_fs.py::TestFileMatchingRules::test_match_multiple_rules PASSED
855 tests/test_fs.py::TestFileMatchingRules::test_match_wildcards PASSED
856 tests/test_fs.py::TestExcludeIncludeRules::test_include_rules PASSED
857 tests/test_fs.py::TestExcludeIncludeRules::test_exclude_rules PASSED
858 tests/test_fs.py::TestExcludeIncludeRules::test_both_include_exclude_rules PASSED
859 tests/test_fs.py::TestExcludeIncludeRules::test_no_matching_rules PASSED
860 tests/test_fs.py::TestExcludeIncludeRules::test_only_exclude_rules PASSED
861 tests/test_fs.py::TestExcludeIncludeRules::test_only_include_rules PASSED
862 tests/test_fs.py::TestWildcardMatch::test_exact_match PASSED
863 tests/test_fs.py::TestWildcardMatch::test_question_mark PASSED
864 tests/test_fs.py::TestWildcardMatch::test_asterisk PASSED
865 tests/test_fs.py::TestWildcardMatch::test_asterisk_without_slash PASSED
866 tests/test_fs.py::TestWildcardMatch::test_two_asterisks PASSED
867 tests/test_fs.py::TestTranslate::test_empty_pattern PASSED
868 tests/test_fs.py::TestTranslate::test_one_star_pattern PASSED
869 tests/test_fs.py::TestTranslate::test_two_stars_pattern PASSED
870 tests/test_fs.py::TestTranslate::test_question_mark_pattern PASSED
871 tests/test_hooks.py::TestHooks::test_general PASSED
872 tests/test_hooks.py::TestHooks::test_general_error PASSED
873 tests/test_hooks.py::TestHooks::test_general_no_phase PASSED
874 tests/test_hooks.py::TestHooks::test_missing_config PASSED
875 tests/test_hooks.py::TestHooks::test_no_exception PASSED
876 tests/test_hooks.py::TestHooks::test_backup_info PASSED
877 tests/test_hooks.py::TestHooks::test_backup_info_corner_cases PASSED
878 tests/test_hooks.py::TestHooks::test_backup_info_exception PASSED
879 tests/test_hooks.py::TestHooks::test_wal_info PASSED
880 tests/test_hooks.py::TestHooks::test_wal_info_corner_cases PASSED
881 tests/test_hooks.py::TestHooks::test_retry_hooks PASSED
882 tests/test_hooks.py::TestHooks::test_retry_hooks_with_retry PASSED
883 tests/test_hooks.py::TestHooks::test_retry_hook_abort PASSED
884 tests/test_hooks.py::TestHooks::test_delete_pre_script PASSED
885 tests/test_hooks.py::TestHooks::test_delete_post_script PASSED
886 tests/test_hooks.py::TestHooks::test_pre_wal_delete PASSED
887 tests/test_hooks.py::TestHooks::test_post_wal_delete PASSED
888 tests/test_hooks.py::TestHooks::test_recovery_pre_script PASSED
889 tests/test_hooks.py::TestHooks::test_recovery_post_script PASSED
890 tests/test_lockfile.py::TestLockFileBehavior::test_raise PASSED
891 tests/test_lockfile.py::TestLockFileBehavior::test_wait PASSED
892 tests/test_lockfile.py::TestLockFileBehavior::test_acquire PASSED
893 tests/test_lockfile.py::TestLockFileBehavior::test_release PASSED
894 tests/test_lockfile.py::TestLockFileBehavior::test_owner_pid PASSED
895 tests/test_lockfile.py::TestLockFile::test_init_with_minimal_params PASSED
896 tests/test_lockfile.py::TestLockFile::test_init_with_raise PASSED
897 tests/test_lockfile.py::TestLockFile::test_init_with_wait PASSED
898 tests/test_lockfile.py::TestLockFile::test_context_manager_implementation PASSED
899 tests/test_lockfile.py::TestLockFile::test_acquire PASSED
900 tests/test_lockfile.py::TestLockFileSubclasses::test_global_cron_lock PASSED
901 tests/test_lockfile.py::TestLockFileSubclasses::test_server_backup_lock PASSED
902 tests/test_lockfile.py::TestLockFileSubclasses::test_server_cron_lock PASSED
903 tests/test_lockfile.py::TestLockFileSubclasses::test_server_xlogdb_lock PASSED
904 tests/test_lockfile.py::TestLockFileSubclasses::test_server_wal_receive_lock PASSED
905 tests/test_lockfile.py::TestLockFileSubclasses::test_server_backup_sync_lock PASSED
906 tests/test_lockfile.py::TestLockFileSubclasses::test_server_wal_sync_lock PASSED
907 tests/test_postgres.py::TestPostgres::test_connection_error PASSED
908 tests/test_postgres.py::TestPostgres::test_connect_and_close PASSED
909 tests/test_postgres.py::TestPostgres::test_connect_error PASSED
910 tests/test_postgres.py::TestPostgres::test_server_txt_version PASSED
911 tests/test_postgres.py::TestPostgres::test_server_txt_version_epas PASSED
912 tests/test_postgres.py::TestPostgres::test_int_version_to_string_version[90600-9.6.0] PASSED
913 tests/test_postgres.py::TestPostgres::test_int_version_to_string_version[102200-10.0] PASSED
914 tests/test_postgres.py::TestPostgres::test_int_version_to_string_version[140000-14.0] PASSED
915 tests/test_postgres.py::TestPostgres::test_int_version_to_string_version[150000-15.0] PASSED
916 tests/test_postgres.py::TestPostgres::test_create_restore_point PASSED
917 tests/test_postgres.py::TestPostgres::test_stop_exclusive_backup PASSED
918 tests/test_postgres.py::TestPostgres::test_stop_concurrent_backup[130000-pg_stop_backup(FALSE)] PASSED
919 tests/test_postgres.py::TestPostgres::test_stop_concurrent_backup[140000-pg_stop_backup(FALSE)] PASSED
920 tests/test_postgres.py::TestPostgres::test_stop_concurrent_backup[150000-pg_backup_stop()] PASSED
921 tests/test_postgres.py::TestPostgres::test_start_exclusive_backup PASSED
922 tests/test_postgres.py::TestPostgres::test_start_concurrent_backup[130000-pg_start_backup-%s, %s, FALSE] PASSED
923 tests/test_postgres.py::TestPostgres::test_start_concurrent_backup[140000-pg_start_backup-%s, %s, FALSE] PASSED
924 tests/test_postgres.py::TestPostgres::test_start_concurrent_backup[150000-pg_backup_start-%s, %s] PASSED
925 tests/test_postgres.py::TestPostgres::test_is_minimal_postgres_version[90600-True] PASSED
926 tests/test_postgres.py::TestPostgres::test_is_minimal_postgres_version[100000-True] PASSED
927 tests/test_postgres.py::TestPostgres::test_is_minimal_postgres_version[90500-False] PASSED
928 tests/test_postgres.py::TestPostgres::test_get_setting PASSED
929 tests/test_postgres.py::TestPostgres::test_get_systemid PASSED
930 tests/test_postgres.py::TestPostgres::test_get_tablespaces PASSED
931 tests/test_postgres.py::TestPostgres::test_get_archiver_stats PASSED
932 tests/test_postgres.py::TestPostgres::test_get_configuration_files PASSED
933 tests/test_postgres.py::TestPostgres::test_is_in_recovery PASSED
934 tests/test_postgres.py::TestPostgres::test_current_xlog_info PASSED
935 tests/test_postgres.py::TestPostgres::test_current_xlog_file_name PASSED
936 tests/test_postgres.py::TestPostgres::test_get_remote_status PASSED
937 tests/test_postgres.py::TestPostgres::test_has_checkpoint_privileges PASSED
938 tests/test_postgres.py::TestPostgres::test_checkpoint PASSED
939 tests/test_postgres.py::TestPostgres::test_switch_wal PASSED
940 tests/test_postgres.py::TestPostgres::test_get_replication_stats PASSED
941 tests/test_postgres.py::TestPostgres::test_get_replication_slot PASSED
942 tests/test_postgres.py::TestPostgres::test_get_synchronous_standby_names PASSED
943 tests/test_postgres.py::TestPostgres::test_xlog_segment_size PASSED
944 tests/test_postgres.py::TestPostgres::test_xlog_segment_size_10 PASSED
945 tests/test_postgres.py::TestPostgres::test_name_map PASSED
946 tests/test_postgres.py::TestPostgres::test_switch_wal_function PASSED
947 tests/test_postgres.py::TestPostgres::test_xlogfile_name_function PASSED
948 tests/test_postgres.py::TestPostgres::test_xlogfile_name_offset_function PASSED
949 tests/test_postgres.py::TestPostgres::test_xlog_directory PASSED
950 tests/test_postgres.py::TestPostgres::test_last_xlog_replay_location_function PASSED
951 tests/test_postgres.py::TestPostgres::test_current_xlog_location_function PASSED
952 tests/test_postgres.py::TestPostgres::test_current_xlog_insert_location_function PASSED
953 tests/test_postgres.py::TestPostgres::test_last_xlog_receive_location_function PASSED
954 tests/test_postgres.py::TestPostgres::test_has_monitoring_privileges[True-query_response0-True] PASSED
955 tests/test_postgres.py::TestPostgres::test_has_monitoring_privileges[True-query_response1-True] PASSED
956 tests/test_postgres.py::TestPostgres::test_has_monitoring_privileges[False-query_response2-False] PASSED
957 tests/test_postgres.py::TestPostgres::test_has_monitoring_privileges[False-query_response3-True] PASSED
958 tests/test_postgres.py::TestPostgres::test_has_monitoring_privileges_exception PASSED
959 tests/test_postgres.py::TestPostgres::test_current_size[False-None-False] PASSED
960 tests/test_postgres.py::TestPostgres::test_current_size[True-2048-True] PASSED
961 tests/test_postgres.py::TestPostgres::test_current_size_error[Error] PASSED
962 tests/test_postgres.py::TestPostgres::test_current_size_error[PostgresConnectionError] PASSED
963 tests/test_postgres.py::TestPostgres::test_send_heartbeat_query PASSED
964 tests/test_postgres.py::TestStreamingConnection::test_connection_error PASSED
965 tests/test_postgres.py::TestStreamingConnection::test_fetch_remote_status_for_unsupported_pg_version[90100] PASSED
966 tests/test_postgres.py::TestStreamingConnection::test_fetch_remote_status_for_unsupported_pg_version[90200] PASSED
967 tests/test_postgres.py::TestStreamingConnection::test_fetch_remote_status_for_unsupported_pg_version[90300] PASSED
968 tests/test_postgres.py::TestStreamingConnection::test_fetch_remote_status_for_unsupported_pg_version[90500] PASSED
969 tests/test_postgres.py::TestStreamingConnection::test_fetch_remote_status PASSED
970 tests/test_postgres.py::TestStreamingConnection::test_streaming_server_txt_version PASSED
971 tests/test_postgres.py::TestStreamingConnection::test_streaming_create_repslot PASSED
972 tests/test_postgres.py::TestStreamingConnection::test_streaming_drop_repslot PASSED
973 tests/test_postgres.py::TestStandbyPostgreSQLConnection::test_close PASSED
974 tests/test_postgres.py::TestStandbyPostgreSQLConnection::test_switch_wal PASSED
975 tests/test_postgres.py::TestStandbyPostgreSQLConnection::test_switch_wal_in_background PASSED
976 tests/test_postgres.py::TestStandbyPostgreSQLConnection::test_switch_wal_in_background_short_circuits PASSED
977 tests/test_postgres.py::TestStandbyPostgreSQLConnection::test_switch_wal_in_background_stops_when_asked PASSED
978 tests/test_postgres.py::TestStandbyPostgreSQLConnection::test_switch_wal_in_background_calls_checkpoint PASSED
979 tests/test_postgres.py::TestStandbyPostgreSQLConnection::test_stop_backup[stop_concurrent_backup] PASSED
980 tests/test_postgres.py::TestStandbyPostgreSQLConnection::test_stop_backup[stop_exclusive_backup] PASSED
981 tests/test_postgres.py::TestPostgresKeepAlive::test_keepalive_runs_successfully PASSED
982 tests/test_postgres.py::TestPostgresKeepAlive::test_do_nothing_if_interval_less_or_equal_zero PASSED
983 tests/test_postgres.py::TestPostgresKeepAlive::test_wait_connection_open_to_send_queries PASSED
984 tests/test_postgres.py::TestPostgresKeepAlive::test_raise_exception_when_needed PASSED
985 tests/test_postgres.py::TestPostgresKeepAlive::test_thread_is_always_terminated PASSED
986 tests/test_postgres_plumbing.py::TestFunctionNameMap::test_null_server_version PASSED
987 tests/test_postgres_plumbing.py::TestFunctionNameMap::test_postgresql_10 PASSED
988 tests/test_postgres_plumbing.py::TestFunctionNameMap::test_postgresql_9 PASSED
989 tests/test_process.py::TestProcessInfo::test_init PASSED
990 tests/test_process.py::TestProcessManager::test_init PASSED
991 tests/test_process.py::TestProcessManager::test_list PASSED
992 tests/test_process.py::TestProcessManager::test_kill PASSED
993 tests/test_recovery_executor.py::TestRecoveryExecutor::test_rsync_backup_executor_init PASSED
994 tests/test_recovery_executor.py::TestRecoveryExecutor::test_analyse_temporary_config_files[postgresql.auto.conf] PASSED
995 tests/test_recovery_executor.py::TestRecoveryExecutor::test_analyse_temporary_config_files[custom.recovery.conf] PASSED
996 tests/test_recovery_executor.py::TestRecoveryExecutor::test_map_temporary_config_files PASSED
997 tests/test_recovery_executor.py::TestRecoveryExecutor::test_map_temporary_config_files_recovery_configuration_file[None-destination_path-postgresql.auto.conf] PASSED
998 tests/test_recovery_executor.py::TestRecoveryExecutor::test_map_temporary_config_files_recovery_configuration_file[mock_remote_command-tempdir-postgresql.auto.conf] PASSED
999 tests/test_recovery_executor.py::TestRecoveryExecutor::test_map_temporary_config_files_recovery_configuration_file[None-destination_path-custom.recovery.conf] PASSED
1000 tests/test_recovery_executor.py::TestRecoveryExecutor::test_map_temporary_config_files_recovery_configuration_file[mock_remote_command-tempdir-custom.recovery.conf] PASSED
1001 tests/test_recovery_executor.py::TestRecoveryExecutor::test_setup PASSED
1002 tests/test_recovery_executor.py::TestRecoveryExecutor::test_setup_recovery_configuration_file[110000-None-recovery.conf-False] PASSED
1003 tests/test_recovery_executor.py::TestRecoveryExecutor::test_setup_recovery_configuration_file[110000-custom.recovery.conf-custom.recovery.conf-False] PASSED
1004 tests/test_recovery_executor.py::TestRecoveryExecutor::test_setup_recovery_configuration_file[120000-None-postgresql.auto.conf-True] PASSED
1005 tests/test_recovery_executor.py::TestRecoveryExecutor::test_setup_recovery_configuration_file[120000-custom.recovery.conf-custom.recovery.conf-False] PASSED
1006 tests/test_recovery_executor.py::TestRecoveryExecutor::test_set_pitr_targets PASSED
1007 tests/test_recovery_executor.py::TestRecoveryExecutor::test_set_pitr_targets_with_target_tli[None-False-None] PASSED
1008 tests/test_recovery_executor.py::TestRecoveryExecutor::test_set_pitr_targets_with_target_tli[2-False-None] PASSED
1009 tests/test_recovery_executor.py::TestRecoveryExecutor::test_set_pitr_targets_with_target_tli[3-True-3] PASSED
1010 tests/test_recovery_executor.py::TestRecoveryExecutor::test_set_pitr_targets_with_target_tli[current-False-None] PASSED
1011 tests/test_recovery_executor.py::TestRecoveryExecutor::test_set_pitr_targets_with_target_tli[latest-True-10] PASSED
1012 tests/test_recovery_executor.py::TestRecoveryExecutor::test_generate_recovery_conf_pre12 PASSED
1013 tests/test_recovery_executor.py::TestRecoveryExecutor::test_generate_recovery_conf PASSED
1014 tests/test_recovery_executor.py::TestRecoveryExecutor::test_recover_backup_copy PASSED
1015 tests/test_recovery_executor.py::TestRecoveryExecutor::test_recover_xlog PASSED
1016 tests/test_recovery_executor.py::TestRecoveryExecutor::test_prepare_tablespaces PASSED
1017 tests/test_recovery_executor.py::TestRecoveryExecutor::test_recovery PASSED
1018 tests/test_recovery_executor.py::TestRecoveryExecutor::test_recover_standby_mode PASSED
1019 tests/test_recovery_executor.py::TestRecoveryExecutor::test_recover_rename_manifest[False] PASSED
1020 tests/test_recovery_executor.py::TestRecoveryExecutor::test_recover_rename_manifest[True] PASSED
1021 tests/test_recovery_executor.py::TestRecoveryExecutor::test_recover_waiting_for_wals PASSED
1022 tests/test_recovery_executor.py::TestRecoveryExecutor::test_copy_temporary_config_files[conf_files0-temp_conf_files0-expected_file_list0] PASSED
1023 tests/test_recovery_executor.py::TestRecoveryExecutor::test_copy_temporary_config_files[conf_files1-temp_conf_files1-expected_file_list1] PASSED
1024 tests/test_recovery_executor.py::TestRemoteConfigRecoveryExecutor::test_conf_files_exist PASSED
1025 tests/test_recovery_executor.py::TestRemoteConfigRecoveryExecutor::test_copy_conf_files_to_tempdir PASSED
1026 tests/test_recovery_executor.py::TestTarballRecoveryExecutor::test_recover_backup_copy PASSED
1027 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_recover_success PASSED
1028 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_recover_failure[attached_volumes0-None-None-True] PASSED
1029 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_recover_failure[attached_volumes1-resolved_mount_info1-None-True] PASSED
1030 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_recover_failure[attached_volumes2-resolved_mount_info2-False-True] PASSED
1031 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_recover_failure[attached_volumes3-resolved_mount_info3-True-False] PASSED
1032 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_backup_copy PASSED
1033 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_backup_copy_command_failure PASSED
1034 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_check_recovery_dir_exists PASSED
1035 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_check_recovery_dir_exists_faiure PASSED
1036 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_get_attached_volumes_for_backup[attached_volumes0-snapshots_info0-expected_missing0] PASSED
1037 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_get_attached_volumes_for_backup[attached_volumes1-snapshots_info1-expected_missing1] PASSED
1038 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_get_attached_volumes_for_backup[attached_volumes2-snapshots_info2-expected_missing2] PASSED
1039 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_get_attached_volumes_for_backup[attached_volumes3-snapshots_info3-expected_missing3] PASSED
1040 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_get_attached_volumes_for_backup_no_snapshots_info PASSED
1041 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_check_mount_points[resolved_mount_info0-None] PASSED
1042 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_check_mount_points[resolved_mount_info1-Error checking mount points: Error finding mount point for disk disk0: ssh error, Error finding mount point for disk disk1: ssh error] PASSED
1043 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_check_mount_points[resolved_mount_info2-Error checking mount points: Could not find disk disk0 at any mount point, Could not find disk disk1 at any mount point] PASSED
1044 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_check_mount_points[resolved_mount_info3-Error checking mount points: Disk disk0 cloned from snapshot snapshot0 is mounted at /opt/disk2 but /opt/disk0 was expected., Disk disk1 cloned from snapshot snapshot1 is mounted at /opt/disk3 but /opt/disk1 was expected.] PASSED
1045 tests/test_recovery_executor.py::TestSnapshotRecoveryExecutor::test_check_mount_points[resolved_mount_info4-Error checking mount options: Disk disk0 cloned from snapshot snapshot0 is mounted with rw but rw,noatime was expected., Disk disk1 cloned from snapshot snapshot1 is mounted with rw,noatime but rw was expected.] PASSED
1046 tests/test_recovery_executor.py::TestRecoveryExecutorFactory::test_recovery_executor_factory[None-False-RecoveryExecutor-None-False] PASSED
1047 tests/test_recovery_executor.py::TestRecoveryExecutorFactory::test_recovery_executor_factory[gzip-False-TarballRecoveryExecutor-None-False] PASSED
1048 tests/test_recovery_executor.py::TestRecoveryExecutorFactory::test_recovery_executor_factory[snappy-False-None-None-True] PASSED
1049 tests/test_recovery_executor.py::TestRecoveryExecutorFactory::test_recovery_executor_factory[None-False-SnapshotRecoveryExecutor-snapshots_info3-False] PASSED
1050 tests/test_recovery_executor.py::TestRecoveryExecutorFactory::test_recovery_executor_factory[None-True-IncrementalRecoveryExecutor-None-False] PASSED
1051 tests/test_recovery_executor.py::TestConfigurationFileMangeler::test_simple_file_mangeling PASSED
1052 tests/test_recovery_executor.py::TestIncrementalRecoveryExecutor::test_recover PASSED
1053 tests/test_recovery_executor.py::TestIncrementalRecoveryExecutor::test__combine_backups PASSED
1054 tests/test_recovery_executor.py::TestIncrementalRecoveryExecutor::test__backup_copy_no_tablespaces PASSED
1055 tests/test_recovery_executor.py::TestIncrementalRecoveryExecutor::test__backup_copy_with_tablespaces PASSED
1056 tests/test_recovery_executor.py::TestIncrementalRecoveryExecutor::test__backup_copy_remote PASSED
1057 tests/test_recovery_executor.py::TestIncrementalRecoveryExecutor::test__get_backup_chain_paths PASSED
1058 tests/test_recovery_executor.py::TestIncrementalRecoveryExecutor::test__fetch_remote_status PASSED
1059 tests/test_recovery_executor.py::TestIncrementalRecoveryExecutor::test__prepare_destination PASSED
1060 tests/test_recovery_executor.py::TestIncrementalRecoveryExecutor::test__move_to_destination PASSED
1061 tests/test_recovery_executor.py::TestIncrementalRecoveryExecutor::test__move_to_destination_exclude_path PASSED
1062 tests/test_recovery_executor.py::TestIncrementalRecoveryExecutor::test__move_to_destination_error PASSED
1063 tests/test_recovery_executor.py::TestIncrementalRecoveryExecutor::test__retry_handler PASSED
1064 tests/test_recovery_executor.py::TestIncrementalRecoveryExecutor::test__start_message PASSED
1065 tests/test_recovery_executor.py::TestIncrementalRecoveryExecutor::test__end_message PASSED
1066 tests/test_retention_policies.py::TestRetentionPolicies::test_redundancy_report PASSED
1067 tests/test_retention_policies.py::TestRetentionPolicies::test_recovery_window_report PASSED
1068 tests/test_retention_policies.py::TestRetentionPolicies::test_backup_status PASSED
1069 tests/test_retention_policies.py::TestRetentionPolicies::test_first_backup PASSED
1070 tests/test_retention_policies.py::TestRetentionPolicies::test__propagate_retention_status_to_children PASSED
1071 tests/test_retention_policies.py::TestRedundancyRetentionPolicyWithKeepAnnotation::test_keep_standalone_within_policy PASSED
1072 tests/test_retention_policies.py::TestRedundancyRetentionPolicyWithKeepAnnotation::test_keep_standalone_with_incrementals PASSED
1073 tests/test_retention_policies.py::TestRedundancyRetentionPolicyWithKeepAnnotation::test_keep_full_within_policy PASSED
1074 tests/test_retention_policies.py::TestRedundancyRetentionPolicyWithKeepAnnotation::test_keep_full_with_incrementals PASSED
1075 tests/test_retention_policies.py::TestRedundancyRetentionPolicyWithKeepAnnotation::test_keep_standalone_out_of_policy PASSED
1076 tests/test_retention_policies.py::TestRedundancyRetentionPolicyWithKeepAnnotation::test_keep_full_out_of_policy PASSED
1077 tests/test_retention_policies.py::TestRedundancyRetentionPolicyWithKeepAnnotation::test_keep_unknown_recovery_target PASSED
1078 tests/test_retention_policies.py::TestRecoveryWindowRetentionPolicyWithKeepAnnotation::test_keep_standalone_within_policy PASSED
1079 tests/test_retention_policies.py::TestRecoveryWindowRetentionPolicyWithKeepAnnotation::test_keep_standalone_with_incrementals PASSED
1080 tests/test_retention_policies.py::TestRecoveryWindowRetentionPolicyWithKeepAnnotation::test_keep_full_within_policy PASSED
1081 tests/test_retention_policies.py::TestRecoveryWindowRetentionPolicyWithKeepAnnotation::test_keep_full_with_incrementals PASSED
1082 tests/test_retention_policies.py::TestRecoveryWindowRetentionPolicyWithKeepAnnotation::test_keep_standalone_out_of_policy PASSED
1083 tests/test_retention_policies.py::TestRecoveryWindowRetentionPolicyWithKeepAnnotation::test_keep_full_out_of_policy PASSED
1084 tests/test_retention_policies.py::TestRecoveryWindowRetentionPolicyWithKeepAnnotation::test_keep_standalone_minimum_redundancy PASSED
1085 tests/test_retention_policies.py::TestRecoveryWindowRetentionPolicyWithKeepAnnotation::test_keep_full_minimum_redundancy PASSED
1086 tests/test_retention_policies.py::TestRecoveryWindowRetentionPolicyWithKeepAnnotation::test_keep_unknown_recovery_target PASSED
1087 tests/test_server.py::TestServer::test_init PASSED
1088 tests/test_server.py::TestServer::test_rerun_init PASSED
1089 tests/test_server.py::TestServer::test_bad_init PASSED
1090 tests/test_server.py::TestServer::test_primary_init PASSED
1091 tests/test_server.py::TestServer::test_standby_init PASSED
1092 tests/test_server.py::TestServer::test_check_config_missing PASSED
1093 tests/test_server.py::TestServer::test_xlogdb_with_exception PASSED
1094 tests/test_server.py::TestServer::test_xlogdb PASSED
1095 tests/test_server.py::TestServer::test_get_wal_full_path PASSED
1096 tests/test_server.py::TestServer::test_get_required_xlog_files[wal_info_files0-target_tlis0-None-None-None-False-expected_indices0] PASSED
1097 tests/test_server.py::TestServer::test_get_required_xlog_files[wal_info_files1-target_tlis1-None-None-None-False-expected_indices1] PASSED
1098 tests/test_server.py::TestServer::test_get_required_xlog_files[wal_info_files2-target_tlis2-44-None-None-False-expected_indices2] PASSED
1099 tests/test_server.py::TestServer::test_get_required_xlog_files[wal_info_files3-target_tlis3-None-None-None-False-expected_indices3] PASSED
1100 tests/test_server.py::TestServer::test_get_required_xlog_files[wal_info_files4-target_tlis4-None-100-None-False-expected_indices4] PASSED
1101 tests/test_server.py::TestServer::test_get_required_xlog_files[wal_info_files5-target_tlis5-None-None-0/07000000-False-expected_indices5] PASSED
1102 tests/test_server.py::TestServer::test_get_required_xlog_files[wal_info_files6-target_tlis6-None-None-None-True-expected_indices6] PASSED
1103 tests/test_server.py::TestServer::test_get_wal_until_next_backup[wal_info_files0-expected_indices0] PASSED
1104 tests/test_server.py::TestServer::test_get_wal_until_next_backup[wal_info_files1-expected_indices1] PASSED
1105 tests/test_server.py::TestServer::test_pg_stat_archiver_show PASSED
1106 tests/test_server.py::TestServer::test_pg_stat_archiver_status PASSED
1107 tests/test_server.py::TestServer::test_check_postgres_too_old PASSED
1108 tests/test_server.py::TestServer::test_check_postgres PASSED
1109 tests/test_server.py::TestServer::test_check_wal_streaming PASSED
1110 tests/test_server.py::TestServer::test_check_wal_streaming_with_different_connections[pg_remote_status0-streaming_remote_status0-None] PASSED
1111 tests/test_server.py::TestServer::test_check_wal_streaming_with_different_connections[pg_remote_status1-streaming_remote_status1-no access to monitoring functions: FAILED (privileges for PostgreSQL monitoring functions are required (see documentation))] PASSED
1112 tests/test_server.py::TestServer::test_check_wal_streaming_with_different_connections[pg_remote_status2-streaming_remote_status2-PostgreSQL streaming (WAL streaming): FAILED] PASSED
1113 tests/test_server.py::TestServer::test_check_wal_streaming_with_different_connections[pg_remote_status3-streaming_remote_status3-PostgreSQL streaming (WAL streaming): FAILED (test error)] PASSED
1114 tests/test_server.py::TestServer::test_check_wal_streaming_with_different_connections[pg_remote_status4-streaming_remote_status4-wal_level (WAL streaming): FAILED (please set it to a higher level than 'minimal')] PASSED
1115 tests/test_server.py::TestServer::test_check_wal_streaming_with_different_connections[pg_remote_status5-streaming_remote_status5-systemid coherence (WAL streaming): FAILED (is the streaming DSN targeting the same server of the PostgreSQL connection string?)] PASSED
1116 tests/test_server.py::TestServer::test_check_wal_streaming_with_different_connections[pg_remote_status6-streaming_remote_status6-systemid coherence (WAL streaming): FAILED (is the streaming DSN targeting the same server of the PostgreSQL connection string?)] PASSED
1117 tests/test_server.py::TestServer::test_check_wal_streaming_with_different_connections[pg_remote_status7-streaming_remote_status7-replication slot (WAL streaming): FAILED (slot 'test_slot' not initialised: is 'receive-wal' running?)] PASSED
1118 tests/test_server.py::TestServer::test_check_wal_streaming_with_different_connections[pg_remote_status8-streaming_remote_status8-replication slot (WAL streaming): FAILED (slot 'test_slot' not active: is 'receive-wal' running?)] PASSED
1119 tests/test_server.py::TestServer::test_check_standby[None-None-None-None-None-None] PASSED
1120 tests/test_server.py::TestServer::test_check_standby[db=primary-False-True-fake_id-fake_id-None] PASSED
1121 tests/test_server.py::TestServer::test_check_standby[db=primary-True-True-fake_id-fake_id-primary_conninfo should point to a primary server, not a standby] PASSED
1122 tests/test_server.py::TestServer::test_check_standby[db=primary-False-False-fake_id-fake_id-conninfo should point to a standby server if primary_conninfo is set] PASSED
1123 tests/test_server.py::TestServer::test_check_standby[db=primary-False-True-fake_id_primary-fake_id_standby-primary_conninfo and conninfo should point to primary and standby servers which share the same system identifier] PASSED
1124 tests/test_server.py::TestServer::test_check_replication_slot PASSED
1125 tests/test_server.py::TestServer::test_get_wal_info PASSED
1126 tests/test_server.py::TestServer::test_backup PASSED
1127 tests/test_server.py::TestServer::test_cannot_delete_keep_backup PASSED
1128 tests/test_server.py::TestServer::test_cannot_delete_backup_due_to_minimum_redundancy PASSED
1129 tests/test_server.py::TestServer::test_delete_running_backup PASSED
1130 tests/test_server.py::TestServer::test_delete_backup_with_children PASSED
1131 tests/test_server.py::TestServer::test_archive_wal_lock_acquisition PASSED
1132 tests/test_server.py::TestServer::test_cron_lock_acquisition PASSED
1133 tests/test_server.py::TestServer::test_kill PASSED
1134 tests/test_server.py::TestServer::test_check_archiver_errors PASSED
1135 tests/test_server.py::TestServer::test_switch_wal PASSED
1136 tests/test_server.py::TestServer::test_check_archive PASSED
1137 tests/test_server.py::TestServer::test_incoming_thresholds[incoming-archiver] PASSED
1138 tests/test_server.py::TestServer::test_incoming_thresholds[streaming-streaming_archiver] PASSED
1139 tests/test_server.py::TestServer::test_replication_status PASSED
1140 tests/test_server.py::TestServer::test_timeline_has_children PASSED
1141 tests/test_server.py::TestServer::test_xlogdb_file_name PASSED
1142 tests/test_server.py::TestServer::test_create_physical_repslot PASSED
1143 tests/test_server.py::TestServer::test_drop_repslot PASSED
1144 tests/test_server.py::TestServer::test_receive_wal_checks[remote_status0-None] PASSED
1145 tests/test_server.py::TestServer::test_receive_wal_checks[remote_status1-Check 'no access to monitoring functions' failed for server 'main'] PASSED
1146 tests/test_server.py::TestServer::test_receive_wal_checks[remote_status2-Check 'PostgreSQL streaming (WAL streaming)' failed for server 'main'] PASSED
1147 tests/test_server.py::TestServer::test_receive_wal_checks[remote_status3-Check 'PostgreSQL streaming (WAL streaming)' failed for server 'main'] PASSED
1148 tests/test_server.py::TestServer::test_receive_wal_checks[remote_status4-Check 'wal_level (WAL streaming)' failed for server 'main'] PASSED
1149 tests/test_server.py::TestServer::test_receive_wal_checks[remote_status5-Check 'systemid coherence (WAL streaming)' failed for server 'main'] PASSED
1150 tests/test_server.py::TestServer::test_receive_wal_checks[remote_status6-Check 'systemid coherence (WAL streaming)' failed for server 'main'] PASSED
1151 tests/test_server.py::TestServer::test_check_backup PASSED
1152 tests/test_server.py::TestServer::test_wait_for_wal PASSED
1153 tests/test_server.py::TestServer::test_get_wal_sendfile_uncompress_fail PASSED
1154 tests/test_server.py::TestServer::test_get_wal_keep_compression PASSED
1155 tests/test_server.py::TestServer::test_put_wal[obj0-MD5SUMS-md5-34743e1e454e967eb76a16c66372b0ef-plain-True-None] PASSED
1156 tests/test_server.py::TestServer::test_put_wal[obj1-MD5SUMS-md5-34743e1e454e967eb76a16c66372b0ef-relative-True-None] PASSED
1157 tests/test_server.py::TestServer::test_put_wal[obj2-MD5SUMS-md5-34743e1e454e967eb76a16c66372b0ef-bad_sum_line-True-Bad checksum line] PASSED
1158 tests/test_server.py::TestServer::test_put_wal[obj3-MD5SUMS-md5-34743e1e454e967eb76a16c66372b0ef-bad_file_type-False-Unsupported file type] PASSED
1159 tests/test_server.py::TestServer::test_put_wal[obj4-MD5SUMS-md5-34743e1e454e967eb76a16c66372b0ef-subdir-False-Unsupported filename] PASSED
1160 tests/test_server.py::TestServer::test_put_wal[obj5-SHA256SUMS-sha256-2432a5281590f6c17323a8dc9c5442757e79fdc4d2028ae36bcb0010410dfc64-plain-True-None] PASSED
1161 tests/test_server.py::TestServer::test_put_wal[obj6-SHA256SUMS-sha256-2432a5281590f6c17323a8dc9c5442757e79fdc4d2028ae36bcb0010410dfc64-relative-True-None] PASSED
1162 tests/test_server.py::TestServer::test_put_wal[obj7-SHA256SUMS-sha256-2432a5281590f6c17323a8dc9c5442757e79fdc4d2028ae36bcb0010410dfc64-bad_sum_line-True-Bad checksum line] PASSED
1163 tests/test_server.py::TestServer::test_put_wal[obj8-SHA256SUMS-sha256-2432a5281590f6c17323a8dc9c5442757e79fdc4d2028ae36bcb0010410dfc64-bad_file_type-False-Unsupported file type] PASSED
1164 tests/test_server.py::TestServer::test_put_wal[obj9-SHA256SUMS-sha256-2432a5281590f6c17323a8dc9c5442757e79fdc4d2028ae36bcb0010410dfc64-subdir-False-Unsupported filename] PASSED
1165 tests/test_server.py::TestServer::test_put_wal_fail[MD5SUMS-md5-file_absent-Checksum without corresponding file] PASSED
1166 tests/test_server.py::TestServer::test_put_wal_fail[MD5SUMS-md5-sum_absent-Missing checksum for file] PASSED
1167 tests/test_server.py::TestServer::test_put_wal_fail[MD5SUMS-md5-sum_mismatch-Bad file checksum] PASSED
1168 tests/test_server.py::TestServer::test_put_wal_fail[MD5SUMS-md5-dest_exists-Impossible to write already existing] PASSED
1169 tests/test_server.py::TestServer::test_put_wal_fail[SHA256SUMS-sha256-file_absent-Checksum without corresponding file] PASSED
1170 tests/test_server.py::TestServer::test_put_wal_fail[SHA256SUMS-sha256-sum_absent-Missing checksum for file] PASSED
1171 tests/test_server.py::TestServer::test_put_wal_fail[SHA256SUMS-sha256-sum_mismatch-Bad file checksum] PASSED
1172 tests/test_server.py::TestServer::test_put_wal_fail[SHA256SUMS-sha256-dest_exists-Impossible to write already existing] PASSED
1173 tests/test_server.py::TestServer::test_put_wal_fsync[obj0-MD5SUMS-md5-34743e1e454e967eb76a16c66372b0ef] PASSED
1174 tests/test_server.py::TestServer::test_put_wal_fsync[obj1-SHA256SUMS-sha256-2432a5281590f6c17323a8dc9c5442757e79fdc4d2028ae36bcb0010410dfc64] PASSED
1175 tests/test_server.py::TestServer::test_get_systemid_file_path PASSED
1176 tests/test_server.py::TestServer::test_write_systemid_file PASSED
1177 tests/test_server.py::TestServer::test_check_systemid PASSED
1178 tests/test_server.py::TestServer::test_check_wal_validity_no_wals PASSED
1179 tests/test_server.py::TestServer::test_check_wal_validity_within_maximum_age PASSED
1180 tests/test_server.py::TestServer::test_check_wal_validity_exceeds_maximum_age PASSED
1181 tests/test_server.py::TestServer::test_check_wal_validity_no_maximum_age PASSED
1182 tests/test_server.py::TestServer::test_check_wal_validity_size PASSED
1183 tests/test_server.py::TestServer::test_check_backup_validity_no_minimum_age_or_size PASSED
1184 tests/test_server.py::TestServer::test_check_backup_validity_within_minimum_age PASSED
1185 tests/test_server.py::TestServer::test_check_backup_validity_exceeds_minimum_age PASSED
1186 tests/test_server.py::TestServer::test_check_backup_validity_exceeds_minimum_size PASSED
1187 tests/test_server.py::TestServer::test_check_backup_validity_under_minimum_size PASSED
1188 tests/test_server.py::TestServer::test_get_backup_ext_info PASSED
1189 tests/test_server.py::TestCheckStrategy::test_check_output_strategy PASSED
1190 tests/test_server.py::TestCheckStrategy::test_check_output_strategy_log PASSED
1191 tests/test_server.py::TestCheckStrategy::test_check_strategy PASSED
1192 tests/test_server.py::TestCheckStrategy::test_check_strategy_log PASSED
1193 tests/test_sync.py::TestSync::test_set_starting_point PASSED
1194 tests/test_sync.py::TestSync::test_status PASSED
1195 tests/test_sync.py::TestSync::test_check_sync_required PASSED
1196 tests/test_sync.py::TestSync::test_sync_backup PASSED
1197 tests/test_sync.py::TestSync::test_sync_backup_tablespaces PASSED
1198 tests/test_sync.py::TestSync::test_sync_backup_no_tablespaces PASSED
1199 tests/test_sync.py::TestSync::test_sync_wals PASSED
1200 tests/test_sync.py::TestSync::test_passive_node_cron PASSED
1201 tests/test_sync.py::TestSync::test_passive_node_forward_config_path PASSED
1202 tests/test_utils.py::TestDropPrivileges::test_change_user PASSED
1203 tests/test_utils.py::TestDropPrivileges::test_same_user PASSED
1204 tests/test_utils.py::TestParseLogLevel::test_int_to_int PASSED
1205 tests/test_utils.py::TestParseLogLevel::test_str_to_int PASSED
1206 tests/test_utils.py::TestParseLogLevel::test_symbolic_to_int PASSED
1207 tests/test_utils.py::TestParseLogLevel::test_symbolic_case_to_int PASSED
1208 tests/test_utils.py::TestParseLogLevel::test_unknown PASSED
1209 tests/test_utils.py::TestGetLogLevels::test_get_log_levels PASSED
1210 tests/test_utils.py::TestMkpath::test_path_exists PASSED
1211 tests/test_utils.py::TestMkpath::test_path_not_exists PASSED
1212 tests/test_utils.py::TestMkpath::test_path_error PASSED
1213 tests/test_utils.py::TestConfigureLogging::test_simple_call PASSED
1214 tests/test_utils.py::TestConfigureLogging::test_file_call PASSED
1215 tests/test_utils.py::TestConfigureLogging::test_file_level_call PASSED
1216 tests/test_utils.py::TestConfigureLogging::test_file_format_call PASSED
1217 tests/test_utils.py::TestConfigureLogging::test_file_error_mkdir PASSED
1218 tests/test_utils.py::TestConfigureLogging::test_file_error_file PASSED
1219 tests/test_utils.py::TestPrettySize::test_1000 PASSED
1220 tests/test_utils.py::TestPrettySize::test_1024 PASSED
1221 tests/test_utils.py::TestPrettySize::test_negative_1000 PASSED
1222 tests/test_utils.py::TestPrettySize::test_negative_1024 PASSED
1223 tests/test_utils.py::TestPrettySize::test_float PASSED
1224 tests/test_utils.py::TestHumanReadableDelta::test_one_day PASSED
1225 tests/test_utils.py::TestHumanReadableDelta::test_two_days PASSED
1226 tests/test_utils.py::TestHumanReadableDelta::test_one_hour PASSED
1227 tests/test_utils.py::TestHumanReadableDelta::test_two_hours PASSED
1228 tests/test_utils.py::TestHumanReadableDelta::test_one_minute PASSED
1229 tests/test_utils.py::TestHumanReadableDelta::test_two_minutes PASSED
1230 tests/test_utils.py::TestHumanReadableDelta::test_one_hour_two_mins PASSED
1231 tests/test_utils.py::TestHumanReadableDelta::test_one_day_three_hour_two_mins PASSED
1232 tests/test_utils.py::TestHumanReadableDelta::test_180_days_three_hour_4_mins PASSED
1233 tests/test_utils.py::TestHumanReadableDelta::test_seven_days PASSED
1234 tests/test_utils.py::TestBarmanEncoder::test_complex_objects PASSED
1235 tests/test_utils.py::TestBarmanEncoder::test_against_zero_values PASSED
1236 tests/test_utils.py::TestBarmanEncoder::test_simple_objects PASSED
1237 tests/test_utils.py::TestBarmanEncoder::test_version_objects PASSED
1238 tests/test_utils.py::TestBarmanEncoderV2::test_datetime_object_from_py36 PASSED
1239 tests/test_utils.py::TestBarmanEncoderV2::test_datetime_object_before_py36 SKIPPED
1240 tests/test_utils.py::TestBarmanEncoderV2::test_complex_objects PASSED
1241 tests/test_utils.py::TestBarmanEncoderV2::test_simple_objects PASSED
1242 tests/test_utils.py::TestBarmanEncoderV2::test_version_objects PASSED
1243 tests/test_utils.py::TestTimeout::test_timeout_enter PASSED
1244 tests/test_utils.py::TestTimeout::test_timeout_exit PASSED
1245 tests/test_utils.py::TestSimplifyVersion::test_normal_releases PASSED
1246 tests/test_utils.py::TestSimplifyVersion::test_dev_releases PASSED
1247 tests/test_utils.py::TestSimplifyVersion::test_rc_releases PASSED
1248 tests/test_utils.py::TestSimplifyVersion::test_beta_releases PASSED
1249 tests/test_utils.py::TestPowerOfTwo::test_zero PASSED
1250 tests/test_utils.py::TestPowerOfTwo::test_power_of_two PASSED
1251 tests/test_utils.py::TestPowerOfTwo::test_not_power_of_two PASSED
1252 tests/test_utils.py::TestPowerOfTwo::test_none PASSED
1253 tests/test_utils.py::TestForceText::test_force_text PASSED
1254 tests/test_utils.py::TestForceText::test_force_text_exception PASSED
1255 tests/test_utils.py::TestCheckSize::test_parse[12345-12345] PASSED
1256 tests/test_utils.py::TestCheckSize::test_parse[4321B-4321] PASSED
1257 tests/test_utils.py::TestCheckSize::test_parse[12kB-12288] PASSED
1258 tests/test_utils.py::TestCheckSize::test_parse[300MB-314572800] PASSED
1259 tests/test_utils.py::TestCheckSize::test_parse[20GB-21474836480] PASSED
1260 tests/test_utils.py::TestCheckSize::test_parse[1TB-1099511627776] PASSED
1261 tests/test_utils.py::TestCheckSize::test_parse[12kiB-12000] PASSED
1262 tests/test_utils.py::TestCheckSize::test_parse[300MiB-300000000] PASSED
1263 tests/test_utils.py::TestCheckSize::test_parse[20GiB-20000000000] PASSED
1264 tests/test_utils.py::TestCheckSize::test_parse[1TiB-1000000000000] PASSED
1265 tests/test_utils.py::TestCheckSize::test_parse_error PASSED
1266 tests/test_utils.py::TestCheckSize::test_negative_size PASSED
1267 tests/test_utils.py::TestCheckSize::test_none PASSED
1268 tests/test_utils.py::TestLocksCleanup::test_locks_cleanup PASSED
1269 tests/test_utils.py::TestLocksCleanup::test_busy_lock_skip PASSED
1270 tests/test_utils.py::TestLocksCleanup::test_auto_clean_disabled PASSED
1271 tests/test_utils.py::TestCheckTli::test_parse[1] PASSED
1272 tests/test_utils.py::TestCheckTli::test_parse[2] PASSED
1273 tests/test_utils.py::TestCheckTli::test_parse[current] PASSED
1274 tests/test_utils.py::TestCheckTli::test_parse[latest] PASSED
1275 tests/test_utils.py::TestCheckTli::test_parse_error[0] PASSED
1276 tests/test_utils.py::TestCheckTli::test_parse_error[-1] PASSED
1277 tests/test_utils.py::TestCheckTli::test_parse_error[newest] PASSED
1278 tests/test_utils.py::TestSHA256::test_get_name PASSED
1279 tests/test_utils.py::TestSHA256::test_checksum PASSED
1280 tests/test_utils.py::TestSHA256::test_checksum_from_str PASSED
1281 tests/test_utils.py::TestCheckBackupNames::test_is_backup_id[19700101T000000-True] PASSED
1282 tests/test_utils.py::TestCheckBackupNames::test_is_backup_id[20380119T031408-True] PASSED
1283 tests/test_utils.py::TestCheckBackupNames::test_is_backup_id[2038011T031408-False] PASSED
1284 tests/test_utils.py::TestCheckBackupNames::test_is_backup_id[20380119T03140-False] PASSED
1285 tests/test_utils.py::TestCheckBackupNames::test_is_backup_id[20201109t065300-False] PASSED
1286 tests/test_utils.py::TestCheckBackupNames::test_is_backup_id[a name not an ID-False] PASSED
1287 tests/test_utils.py::TestCheckBackupNames::test_check_backup_name_failure[None-Backup name cannot be None] PASSED
1288 tests/test_utils.py::TestCheckBackupNames::test_check_backup_name_failure[-Backup name cannot be empty] PASSED
1289 tests/test_utils.py::TestCheckBackupNames::test_check_backup_name_failure[20380119T031408-Backup name '20380119T031408' is not allowed: backup ID] PASSED
1290 tests/test_utils.py::TestCheckBackupNames::test_check_backup_name_failure[latest-Backup name 'latest' is not allowed: reserved word] PASSED
1291 tests/test_utils.py::TestCheckBackupNames::test_check_backup_name_failure[last-Backup name 'last' is not allowed: reserved word] PASSED
1292 tests/test_utils.py::TestCheckBackupNames::test_check_backup_name_failure[first-Backup name 'first' is not allowed: reserved word] PASSED
1293 tests/test_utils.py::TestCheckBackupNames::test_check_backup_name_failure[oldest-Backup name 'oldest' is not allowed: reserved word] PASSED
1294 tests/test_utils.py::TestCheckBackupNames::test_check_backup_name_failure[last-failed-Backup name 'last-failed' is not allowed: reserved word] PASSED
1295 tests/test_utils.py::TestCheckBackupNames::test_check_backup_name_success[backup_name] PASSED
1296 tests/test_utils.py::TestCheckBackupNames::test_check_backup_name_success[backup name with spaces] PASSED
1297 tests/test_utils.py::TestCheckBackupNames::test_get_backup_info_from_name_match PASSED
1298 tests/test_utils.py::TestCheckBackupNames::test_get_backup_info_from_name_multiple_match PASSED
1299 tests/test_utils.py::TestCheckBackupNames::test_get_backup_info_from_name_no_match PASSED
1300 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_expiration_date_format PASSED
1301 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_expiration_date_format_error[2024-01-01] PASSED
1302 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_expiration_date_format_error[2024-01-01T00:00:00] PASSED
1303 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_expiration_date_format_error[2024-01-01T00:00:00.000] PASSED
1304 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_snapshot_lock_duration_range[1] PASSED
1305 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_snapshot_lock_duration_range[12000] PASSED
1306 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_snapshot_lock_duration_range[36500] PASSED
1307 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_snapshot_lock_duration_range_error[-1] PASSED
1308 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_snapshot_lock_duration_range_error[0] PASSED
1309 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_snapshot_lock_duration_range_error[36501] PASSED
1310 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_snapshot_lock_cool_off_period_range[1] PASSED
1311 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_snapshot_lock_cool_off_period_range[30] PASSED
1312 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_snapshot_lock_cool_off_period_range[72] PASSED
1313 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_snapshot_lock_cool_off_period_range_error[-1] PASSED
1314 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_snapshot_lock_cool_off_period_range_error[0] PASSED
1315 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_snapshot_lock_cool_off_period_range_error[73] PASSED
1316 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_snapshot_lock_mode[governance] PASSED
1317 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_snapshot_lock_mode[compliance] PASSED
1318 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_snapshot_lock_mode_error[nogovernance] PASSED
1319 tests/test_utils.py::TestAWSSnapshotLock::test_check_aws_snapshot_lock_mode_error[nocompliance] PASSED
1320 tests/test_utils.py::TestEditConfig::test_edit_config_existing_section PASSED
1321 tests/test_utils.py::TestEditConfig::test_edit_config_new_section PASSED
1322 tests/test_utils.py::TestEditConfig::test_edit_config_existing_option PASSED
1323 tests/test_utils.py::TestEditConfig::test_edit_config_new_file PASSED
1324 tests/test_wal_archiver.py::TestFileWalArchiver::test_init PASSED
1325 tests/test_wal_archiver.py::TestFileWalArchiver::test_get_remote_status PASSED
1326 tests/test_wal_archiver.py::TestFileWalArchiver::test_check PASSED
1327 tests/test_wal_archiver.py::TestFileWalArchiver::test_archive PASSED
1328 tests/test_wal_archiver.py::TestFileWalArchiver::test_archive_batch PASSED
1329 tests/test_wal_archiver.py::TestFileWalArchiver::test_base_archive_wal PASSED
1330 tests/test_wal_archiver.py::TestFileWalArchiver::test_archive_wal PASSED
1331 tests/test_wal_archiver.py::TestFileWalArchiver::test_archive_wal_no_backup PASSED
1332 tests/test_wal_archiver.py::TestFileWalArchiver::test_archive_wal_older_than_backup PASSED
1333 tests/test_wal_archiver.py::TestFileWalArchiver::test_archive_wal_timeline_lower_than_backup PASSED
1334 tests/test_wal_archiver.py::TestFileWalArchiver::test_get_next_batch PASSED
1335 tests/test_wal_archiver.py::TestStreamingWalArchiver::test_init PASSED
1336 tests/test_wal_archiver.py::TestStreamingWalArchiver::test_check_receivexlog_installed PASSED
1337 tests/test_wal_archiver.py::TestStreamingWalArchiver::test_check_receivexlog_is_compatible PASSED
1338 tests/test_wal_archiver.py::TestStreamingWalArchiver::test_receive_wal PASSED
1339 tests/test_wal_archiver.py::TestStreamingWalArchiver::test_when_streaming_connection_rejected PASSED
1340 tests/test_wal_archiver.py::TestStreamingWalArchiver::test_check PASSED
1341 tests/test_wal_archiver.py::TestStreamingWalArchiver::test_get_next_batch PASSED
1342 tests/test_wal_archiver.py::TestStreamingWalArchiver::test_is_synchronous PASSED
1343 tests/test_xlog.py::Test::test_encode_segment_name PASSED
1344 tests/test_xlog.py::Test::test_decode_segment_name PASSED
1345 tests/test_xlog.py::Test::test_decode_hash_dir PASSED
1346 tests/test_xlog.py::Test::test_generate_segment_names_xlog_file_size_known PASSED
1347 tests/test_xlog.py::Test::test_generate_segment_names_xlog_file_size_unknown PASSED
1348 tests/test_xlog.py::Test::test_hash_dir PASSED
1349 tests/test_xlog.py::Test::test_is_any_xlog_file PASSED
1350 tests/test_xlog.py::Test::test_history_file PASSED
1351 tests/test_xlog.py::Test::test_backup_file PASSED
1352 tests/test_xlog.py::Test::test_partial_file PASSED
1353 tests/test_xlog.py::Test::test_is_wal_file PASSED
1354 tests/test_xlog.py::Test::test_encode_history_filename PASSED
1355 tests/test_xlog.py::Test::test_decode_history_file PASSED
1356 tests/test_xlog.py::Test::test_parse_lsn PASSED
1357 tests/test_xlog.py::Test::test_format_lsn PASSED
1358 tests/test_xlog.py::Test::test_diff_lsn PASSED
1359 tests/test_xlog.py::Test::test_location_to_xlogfile_name_offset[24-000000030000000A00000012-3430008-A/12345678] PASSED
1360 tests/test_xlog.py::Test::test_location_to_xlogfile_name_offset[28-000000030000000A00000001-36984440-A/12345678] PASSED
1361 tests/test_xlog.py::Test::test_location_to_xlogfile_name_offset[20-000000030000000A00000123-284280-A/12345678] PASSED
1362 tests/test_xlog.py::Test::test_location_to_xlogfile_name_offset[26-000000030000011300000022-11906496-113/88B5ADC0] PASSED
1363 tests/test_xlog.py::Test::test_location_to_xlogfile_name_offset[28-000000030000005600000003-134559656-56/380537A8] PASSED
1364 tests/test_xlog.py::Test::test_location_from_xlogfile_name_offset[24-000000030000000A00000012-3430008-A/12345678] PASSED
1365 tests/test_xlog.py::Test::test_location_from_xlogfile_name_offset[28-000000030000000A00000001-36984440-A/12345678] PASSED
1366 tests/test_xlog.py::Test::test_location_from_xlogfile_name_offset[20-000000030000000A00000123-284280-A/12345678] PASSED
1367 tests/test_xlog.py::Test::test_location_from_xlogfile_name_offset[26-000000030000011300000022-11906496-113/88B5ADC0] PASSED
1368 tests/test_xlog.py::Test::test_location_from_xlogfile_name_offset[28-000000030000005600000003-134559656-56/380537A8] PASSED
1369 tests/test_xlog.py::Test::test_xlog_segment_in_file[1023-4194304] PASSED
1370 tests/test_xlog.py::Test::test_xlog_segment_in_file[511-8388608] PASSED
1371 tests/test_xlog.py::Test::test_xlog_segment_in_file[255-16777216] PASSED
1372 tests/test_xlog.py::Test::test_xlog_segment_in_file[127-33554432] PASSED
1373 tests/test_xlog.py::Test::test_xlog_segment_in_file[63-67108864] PASSED
1374 tests/test_xlog.py::Test::test_xlog_segment_in_file[31-134217728] PASSED
1375 tests/test_xlog.py::Test::test_xlog_segment_in_file[15-268435456] PASSED
1376 tests/test_xlog.py::Test::test_xlog_segment_in_file[7-536870912] PASSED
1377 tests/test_xlog.py::Test::test_xlog_segment_in_file[3-1073741824] PASSED
1378 tests/test_xlog.py::Test::test_xlog_segment_mask[4278190080-16777216] PASSED
1379 tests/test_xlog.py::Test::test_xlog_segment_mask[4227858432-67108864] PASSED
1380 tests/test_xlog.py::Test::test_xlog_segment_mask[4290772992-4194304] PASSED
1381 tests/test_xlog.py::TestCheckArchiveUsable::test_passes_if_no_wals PASSED
1382 tests/test_xlog.py::TestCheckArchiveUsable::test_fails_if_wal_exists PASSED
1383 tests/test_xlog.py::TestCheckArchiveUsable::test_fails_if_history_exists PASSED
1384 tests/test_xlog.py::TestCheckArchiveUsable::test_fails_if_backup_wal_exists PASSED
1385 tests/test_xlog.py::TestCheckArchiveUsable::test_error_if_timeline_is_malformed[-1] PASSED
1386 tests/test_xlog.py::TestCheckArchiveUsable::test_error_if_timeline_is_malformed[0] PASSED
1387 tests/test_xlog.py::TestCheckArchiveUsable::test_error_if_timeline_is_malformed[a string] PASSED
1388 tests/test_xlog.py::TestCheckArchiveUsable::test_passes_if_timeline_with_no_wals PASSED
1389 tests/test_xlog.py::TestCheckArchiveUsable::test_passes_if_timeline_gt_history_file[wals0-3] PASSED
1390 tests/test_xlog.py::TestCheckArchiveUsable::test_passes_if_timeline_gt_history_file[wals1-4] PASSED
1391 tests/test_xlog.py::TestCheckArchiveUsable::test_passes_if_timeline_gt_history_file[wals2-4] PASSED
1392 tests/test_xlog.py::TestCheckArchiveUsable::test_fails_if_timeline_lte_history_file[wals0-1-1] PASSED
1393 tests/test_xlog.py::TestCheckArchiveUsable::test_fails_if_timeline_lte_history_file[wals1-2-2] PASSED
1394 tests/test_xlog.py::TestCheckArchiveUsable::test_fails_if_timeline_lte_history_file[wals2-3-1] PASSED
1395 tests/test_xlog.py::TestCheckArchiveUsable::test_fails_if_timeline_lte_history_file[wals3-2-2] PASSED
1396 tests/test_xlog.py::TestCheckArchiveUsable::test_fails_if_timeline_lte_history_file[wals4-3-1] PASSED
1397 tests/test_xlog.py::TestCheckArchiveUsable::test_passes_if_timeline_gt_wal_file_timeline[wals0-2] PASSED
1398 tests/test_xlog.py::TestCheckArchiveUsable::test_passes_if_timeline_gt_wal_file_timeline[wals1-3] PASSED
1399 tests/test_xlog.py::TestCheckArchiveUsable::test_passes_if_timeline_gt_wal_file_timeline[wals2-2] PASSED
1400 tests/test_xlog.py::TestCheckArchiveUsable::test_passes_if_timeline_gt_wal_file_timeline[wals3-3] PASSED
1401 tests/test_xlog.py::TestCheckArchiveUsable::test_fails_if_timeline_lte_wal_file_timeline[wals0-1-1] PASSED
1402 tests/test_xlog.py::TestCheckArchiveUsable::test_fails_if_timeline_lte_wal_file_timeline[wals1-2-1] PASSED
1403 tests/test_xlog.py::TestCheckArchiveUsable::test_fails_if_timeline_lte_wal_file_timeline[wals2-1-3] PASSED
1404 tests/test_xlog.py::TestCheckArchiveUsable::test_fails_if_timeline_lte_wal_file_timeline[wals3-2-3] PASSED
1405 tests/test_xlog.py::TestCheckArchiveUsable::test_fails_if_existing_wals_malformed[wals0] PASSED
1406 tests/test_xlog.py::TestCheckArchiveUsable::test_fails_if_existing_wals_malformed[wals1] PASSED
1407 tests/test_xlog.py::TestCheckArchiveUsable::test_fails_if_existing_wals_malformed[wals2] PASSED
1408 tests/test_xlog.py::TestCheckArchiveUsable::test_fails_if_existing_wals_malformed[wals3] PASSED
1410 =============================== warnings summary ===============================
1411 tests/test_lockfile.py:240
1412 $(@D)/tests/test_lockfile.py:240: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
1413 @pytest.mark.timeout(1)
1415 tests/test_backup.py::TestBackup::test_keyboard_interrupt
1416 $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread barman_keepalive_thread
1418 Traceback (most recent call last):
1419 File "$(PYTHON_DIR)/threading.py", line 980, in _bootstrap_inner
1421 File "$(PYTHON_DIR)/threading.py", line 917, in run
1422 self._target(*self._args, **self._kwargs)
1423 File "$(@D)/barman/postgres.py", line 1929, in _run_keep_alive
1424 success, ex = self.postgres.send_heartbeat_query()
1425 ValueError: not enough values to unpack (expected 2, got 0)
1427 warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg))
1429 tests/test_command_wrappers.py: 36 warnings
1430 $(@D)/barman/command_wrappers.py:766: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
1431 if version and version >= Version("9.3"):
1433 tests/test_command_wrappers.py: 83 warnings
1434 tests/test_compressor.py: 39 warnings
1435 tests/test_executor.py: 15 warnings
1436 tests/test_recovery_executor.py: 2 warnings
1437 tests/test_wal_archiver.py: 14 warnings
1438 $(PYTHON_DIR)/vendor-packages/setuptools/_distutils/version.py:337: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
1439 other = LooseVersion(other)
1441 tests/test_command_wrappers.py: 26 warnings
1442 $(@D)/barman/command_wrappers.py:958: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
1443 if version and version >= Version("10"):
1445 tests/test_command_wrappers.py: 17 warnings
1446 $(@D)/barman/command_wrappers.py:1013: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
1447 if version and version >= Version("15"):
1449 tests/test_command_wrappers.py: 2 warnings
1450 tests/test_executor.py: 3 warnings
1451 tests/test_recovery_executor.py: 2 warnings
1452 tests/test_wal_archiver.py: 6 warnings
1453 $(@D)/barman/command_wrappers.py:893: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
1454 version_info["full_version"] = Version(full_version)
1456 tests/test_command_wrappers.py: 2 warnings
1457 tests/test_executor.py: 3 warnings
1458 tests/test_recovery_executor.py: 2 warnings
1459 tests/test_wal_archiver.py: 6 warnings
1460 $(@D)/barman/command_wrappers.py:894: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
1461 version_info["major_version"] = Version(
1463 tests/test_compressor.py::TestPgBaseBackupCompressionOption::test_validate[14-140000-compression_options2-expected_errors2]
1464 tests/test_compressor.py::TestPgBaseBackupCompressionOption::test_validate[14-150000-compression_options3-expected_errors3]
1465 tests/test_compressor.py::TestPgBaseBackupCompressionOption::test_validate[15-150000-compression_options6-expected_errors6]
1466 tests/test_compressor.py::TestPgBaseBackupCompressionOption::test_validate[15-150000-compression_options8-expected_errors8]
1467 tests/test_compressor.py::TestPgBaseBackupCompressionOption::test_validate[15-150000-compression_options9-expected_errors9]
1468 $(@D)/barman/compression.py:628: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
1469 if remote_status["pg_basebackup_version"] < Version("15"):
1471 tests/test_compressor.py: 10 warnings
1472 $(@D)/barman/compression.py:666: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
1475 tests/test_compressor.py: 10 warnings
1476 $(@D)/barman/compression.py:677: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
1477 and remote_status["pg_basebackup_version"] >= Version("15")
1479 tests/test_compressor.py::TestLZ4PgBaseBackupCompressionOption::test_validate[15-15000-compression_options0-expected_errors0]
1480 tests/test_compressor.py::TestLZ4PgBaseBackupCompressionOption::test_validate[15-14000-compression_options1-expected_errors1]
1481 tests/test_compressor.py::TestLZ4PgBaseBackupCompressionOption::test_validate[15-15000-compression_options2-expected_errors2]
1482 tests/test_compressor.py::TestLZ4PgBaseBackupCompressionOption::test_validate[15-15000-compression_options3-expected_errors3]
1483 tests/test_compressor.py::TestLZ4PgBaseBackupCompressionOption::test_validate[15-15000-compression_options4-expected_errors4]
1484 tests/test_compressor.py::TestLZ4PgBaseBackupCompressionOption::test_validate[14-15000-compression_options5-expected_errors5]
1485 tests/test_compressor.py::TestLZ4PgBaseBackupCompressionOption::test_validate[15-14000-compression_options6-expected_errors6]
1486 $(@D)/barman/compression.py:710: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
1487 if remote_status["pg_basebackup_version"] < Version("15"):
1489 tests/test_compressor.py::TestZSTDPgBaseBackupCompressionOption::test_validate[15-15000-compression_options0-expected_errors0]
1490 tests/test_compressor.py::TestZSTDPgBaseBackupCompressionOption::test_validate[15-14000-compression_options1-expected_errors1]
1491 tests/test_compressor.py::TestZSTDPgBaseBackupCompressionOption::test_validate[15-14000-compression_options2-expected_errors2]
1492 tests/test_compressor.py::TestZSTDPgBaseBackupCompressionOption::test_validate[15-15000-compression_options3-expected_errors3]
1493 tests/test_compressor.py::TestZSTDPgBaseBackupCompressionOption::test_validate[15-15000-compression_options4-expected_errors4]
1494 tests/test_compressor.py::TestZSTDPgBaseBackupCompressionOption::test_validate[14-15000-compression_options5-expected_errors5]
1495 tests/test_compressor.py::TestZSTDPgBaseBackupCompressionOption::test_validate[14-15000-compression_options6-expected_errors6]
1496 $(@D)/barman/compression.py:746: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
1497 if remote_status["pg_basebackup_version"] < Version("15"):
1499 tests/test_executor.py::TestPostgresBackupExecutor::test_check
1500 tests/test_executor.py::TestPostgresBackupExecutor::test_check
1501 tests/test_executor.py::TestPostgresBackupExecutor::test_check
1502 tests/test_executor.py::TestPostgresBackupExecutor::test_check
1503 $(@D)/barman/backup_executor.py:457: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
1504 pg_version = Version(postgres.server_txt_version)
1506 tests/test_executor.py::TestPostgresBackupExecutor::test_fetch_remote_status
1507 tests/test_executor.py::TestPostgresBackupExecutor::test_fetch_remote_status
1508 $(@D)/barman/backup_executor.py:553: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
1509 pg_version = Version(pg_version)
1511 tests/test_executor.py::TestSnapshotBackupExecutor::test_find_missing_and_unmounted_disks_resolve_exception
1512 $(@D)/barman/backup_executor.py:1697: DeprecationWarning: The 'warn' function is deprecated, use 'warning' instead
1513 logging.warn("Error resolving mount point: {}".format(exc))
1515 tests/test_utils.py::TestBarmanEncoder::test_version_objects
1516 $(@D)/tests/test_utils.py:551: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
1517 json_dump = json.dumps(LooseVersion("9.5.3"), cls=barman.utils.BarmanEncoder)
1519 tests/test_utils.py::TestBarmanEncoderV2::test_version_objects
1520 $(@D)/tests/test_utils.py:642: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
1521 json_dump = json.dumps(LooseVersion("9.5.3"), cls=barman.utils.BarmanEncoderV2)
1523 tests/test_wal_archiver.py::TestStreamingWalArchiver::test_check_receivexlog_is_compatible
1524 tests/test_wal_archiver.py::TestStreamingWalArchiver::test_check_receivexlog_is_compatible
1525 tests/test_wal_archiver.py::TestStreamingWalArchiver::test_check_receivexlog_is_compatible
1526 tests/test_wal_archiver.py::TestStreamingWalArchiver::test_check_receivexlog_is_compatible
1527 tests/test_wal_archiver.py::TestStreamingWalArchiver::test_check_receivexlog_is_compatible
1528 $(@D)/barman/wal_archiver.py:694: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
1529 pg_version = Version(pg_version)
1531 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
1532 ======== 1377 passed, 23 skipped, 313 warnings ========