1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-07-14 06:54:15 +02:00

Stabilize tests.backup.BackupTest.test_backup_modes_archive

This commit is contained in:
Mikhail A. Kulagin
2021-10-14 16:06:10 +03:00
parent de497aad52
commit da5eb961c4
2 changed files with 10 additions and 4 deletions

View File

@ -980,6 +980,12 @@ class ProbackupTest(object):
if not old_binary:
cmd_list += ['--no-sync']
if self.verbose:
cmd_list += [
'--log-level-file=VERBOSE',
'--log-directory={0}'.format(node.logs_dir)
]
return self.run_pb(cmd_list + options, asynchronous, gdb, old_binary, return_id, env=env)
def checkdb_node(