Skip to content

Commit b058bb2

Browse files
committed
Merge branch 'master' of github.com:postgrespro/pg_probackup
2 parents def4cb4 + 17cc612 commit b058bb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/archive.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,7 @@ def test_archive_push_sanity(self):
19081908

19091909
output = self.show_archive(
19101910
backup_dir, 'node', as_json=False, as_text=True,
1911-
options=['--log-level-console=VERBOSE'])
1911+
options=['--log-level-console=INFO'])
19121912

19131913
self.assertNotIn('WARNING', output)
19141914

@@ -2181,7 +2181,7 @@ def test_archive_get_batching_sanity(self):
21812181

21822182
restore_command += ' -j 2 --batch-size=10'
21832183

2184-
print(restore_command)
2184+
# print(restore_command)
21852185

21862186
if node.major_version >= 12:
21872187
self.set_auto_conf(replica, {'restore_command': restore_command})
@@ -2298,7 +2298,7 @@ def test_archive_get_prefetch_corruption(self):
22982298
dst_file = os.path.join(replica.data_dir, wal_dir, 'pbk_prefetch', filename)
22992299
shutil.copyfile(src_file, dst_file)
23002300

2301-
print(dst_file)
2301+
# print(dst_file)
23022302

23032303
# corrupt file
23042304
if files[-2].endswith('.gz'):

0 commit comments

Comments
 (0)