You've already forked pg_probackup
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:
@ -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(
|
||||
|
Reference in New Issue
Block a user